#include <EscStatusFactGroupListModel.h>
|
| | EscStatusFactGroup (uint32_t escIndex, QObject *parent=nullptr) |
| |
| Fact * | rpm () |
| |
| Fact * | current () |
| |
| Fact * | voltage () |
| |
| Fact * | count () |
| |
| Fact * | connectionType () |
| |
| Fact * | info () |
| |
| Fact * | failureFlags () |
| |
| Fact * | errorCount () |
| |
| Fact * | temperature () |
| |
| void | handleMessage (Vehicle *vehicle, const mavlink_message_t &message) final |
| | Allows a FactGroup to parse incoming messages and fill in values.
|
| |
| | FactGroupWithId (int updateRateMsecs, const QString &metaDataFile, QObject *parent=nullptr, bool ignoreCamelCase=false) |
| |
| Fact * | id () |
| |
| | 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 Fact * | getFact (const QString &name) const |
| |
| Q_INVOKABLE FactGroup * | getFactGroup (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 |
| |
◆ EscStatusFactGroup()
| EscStatusFactGroup::EscStatusFactGroup |
( |
uint32_t |
escIndex, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ connectionType()
| Fact * EscStatusFactGroup::connectionType |
( |
| ) |
|
|
inline |
◆ count()
| Fact * EscStatusFactGroup::count |
( |
| ) |
|
|
inline |
◆ current()
| Fact * EscStatusFactGroup::current |
( |
| ) |
|
|
inline |
◆ errorCount()
| Fact * EscStatusFactGroup::errorCount |
( |
| ) |
|
|
inline |
◆ failureFlags()
| Fact * EscStatusFactGroup::failureFlags |
( |
| ) |
|
|
inline |
◆ handleMessage()
◆ info()
| Fact * EscStatusFactGroup::info |
( |
| ) |
|
|
inline |
◆ rpm()
| Fact * EscStatusFactGroup::rpm |
( |
| ) |
|
|
inline |
◆ temperature()
| Fact * EscStatusFactGroup::temperature |
( |
| ) |
|
|
inline |
◆ voltage()
| Fact * EscStatusFactGroup::voltage |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: