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

#include <VehicleSetpointFactGroup.h>

+ Inheritance diagram for VehicleSetpointFactGroup:
+ Collaboration diagram for VehicleSetpointFactGroup:

Public Member Functions

 VehicleSetpointFactGroup (QObject *parent=nullptr)
 
Factroll ()
 
Factpitch ()
 
Factyaw ()
 
FactrollRate ()
 
FactpitchRate ()
 
FactyawRate ()
 
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 VehicleSetpointFactGroup.h.

Constructor & Destructor Documentation

◆ VehicleSetpointFactGroup()

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

Definition at line 6 of file VehicleSetpointFactGroup.cc.

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

Member Function Documentation

◆ handleMessage()

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

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

Reimplemented from FactGroup.

Definition at line 24 of file VehicleSetpointFactGroup.cc.

References FactGroup::_setTelemetryAvailable(), pitch(), pitchRate(), roll(), rollRate(), Fact::setRawValue(), yaw(), and yawRate().

◆ pitch()

Fact * VehicleSetpointFactGroup::pitch ( )
inline

Definition at line 19 of file VehicleSetpointFactGroup.h.

Referenced by handleMessage().

◆ pitchRate()

Fact * VehicleSetpointFactGroup::pitchRate ( )
inline

Definition at line 22 of file VehicleSetpointFactGroup.h.

Referenced by handleMessage().

◆ roll()

Fact * VehicleSetpointFactGroup::roll ( )
inline

Definition at line 18 of file VehicleSetpointFactGroup.h.

Referenced by handleMessage().

◆ rollRate()

Fact * VehicleSetpointFactGroup::rollRate ( )
inline

Definition at line 21 of file VehicleSetpointFactGroup.h.

Referenced by handleMessage().

◆ yaw()

Fact * VehicleSetpointFactGroup::yaw ( )
inline

Definition at line 20 of file VehicleSetpointFactGroup.h.

Referenced by handleMessage().

◆ yawRate()

Fact * VehicleSetpointFactGroup::yawRate ( )
inline

Definition at line 23 of file VehicleSetpointFactGroup.h.

Referenced by handleMessage().


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