QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
VehicleWindFactGroup Class Reference

#include <VehicleWindFactGroup.h>

+ Inheritance diagram for VehicleWindFactGroup:
+ Collaboration diagram for VehicleWindFactGroup:

Public Member Functions

 VehicleWindFactGroup (QObject *parent=nullptr)
 
Factdirection ()
 
Factspeed ()
 
FactverticalSpeed ()
 
void handleMessage (Vehicle *vehicle, const mavlink_message_t &message) final
 Allows a FactGroup to parse incoming messages and fill in values.
 
- Public Member Functions inherited from FactGroup
 FactGroup (int updateRateMsecs, const QString &metaDataFile, QObject *parent=nullptr, bool ignoreCamelCase=false)
 < false: No telemetry for these values has been received
 
 FactGroup (int updateRateMsecs, QObject *parent=nullptr, bool ignoreCamelCase=false)
 
virtual ~FactGroup ()
 
Q_INVOKABLE bool factExists (const QString &name) const
 @ return true: if the fact exists in the group
 
Q_INVOKABLE FactgetFact (const QString &name) const
 
Q_INVOKABLE FactGroupgetFactGroup (const QString &name) const
 
Q_INVOKABLE void setLiveUpdates (bool liveUpdates)
 Turning on live updates will allow value changes to flow through as they are received.
 
QStringList factNames () const
 
QStringList factGroupNames () const
 
bool telemetryAvailable () const
 
const QMap< QString, FactGroup * > & factGroups () const
 

Additional Inherited Members

- Signals inherited from FactGroup
void factNamesChanged ()
 
void factGroupNamesChanged ()
 
void telemetryAvailableChanged (bool telemetryAvailable)
 
- Protected Slots inherited from FactGroup
virtual void _updateAllValues ()
 
- Protected Member Functions inherited from FactGroup
void _addFact (Fact *fact, const QString &name)
 
void _addFact (Fact *fact)
 
void _addFactGroup (FactGroup *factGroup, const QString &name)
 
void _addFactGroup (FactGroup *factGroup)
 
void _loadFromJsonArray (const QJsonArray &jsonArray)
 
void _setTelemetryAvailable (bool telemetryAvailable)
 
- Protected Attributes inherited from FactGroup
const int _updateRateMSecs = 0
 Update rate for Fact::valueChanged signals, 0: immediate update.
 
QMap< QString, Fact * > _nameToFactMap
 
QMap< QString, FactGroup * > _nameToFactGroupMap
 
QMap< QString, FactMetaData * > _nameToFactMetaDataMap
 
QStringList _factNames
 

Detailed Description

Definition at line 5 of file VehicleWindFactGroup.h.

Constructor & Destructor Documentation

◆ VehicleWindFactGroup()

VehicleWindFactGroup::VehicleWindFactGroup ( QObject *  parent = nullptr)
explicit

Definition at line 6 of file VehicleWindFactGroup.cc.

References FactGroup::_addFact(), and Fact::setRawValue().

Member Function Documentation

◆ direction()

Fact * VehicleWindFactGroup::direction ( )
inline

Definition at line 15 of file VehicleWindFactGroup.h.

◆ handleMessage()

void VehicleWindFactGroup::handleMessage ( Vehicle ,
const mavlink_message_t  
)
finalvirtual

Allows a FactGroup to parse incoming messages and fill in values.

Reimplemented from FactGroup.

Definition at line 18 of file VehicleWindFactGroup.cc.

◆ speed()

Fact * VehicleWindFactGroup::speed ( )
inline

Definition at line 16 of file VehicleWindFactGroup.h.

◆ verticalSpeed()

Fact * VehicleWindFactGroup::verticalSpeed ( )
inline

Definition at line 17 of file VehicleWindFactGroup.h.


The documentation for this class was generated from the following files: