|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <RequestMetaDataTypeStateMachine.h>
Inheritance diagram for RequestMetaDataTypeStateMachine:
Collaboration diagram for RequestMetaDataTypeStateMachine:Signals | |
| void | requestComplete () |
Signals inherited from QGCStateMachine | |
| void | error () |
| void | progressUpdate (float progress) |
| void | machineEvent (const QString &eventName) |
| void | currentStateNameChanged () |
| Emitted when the current state changes (for QML binding) | |
| void | runningChanged () |
| Emitted when the running state changes (for QML binding) | |
| void | stateHistoryChanged () |
| Emitted when the state history changes (for QML binding) | |
Public Member Functions | |
| RequestMetaDataTypeStateMachine (ComponentInformationManager *compMgr, QObject *parent=nullptr) | |
| ~RequestMetaDataTypeStateMachine () override | |
| void | request (CompInfo *compInfo) |
| QString | typeToString () const |
| CompInfo * | compInfo () const |
| ComponentInformationManager * | compMgr () const |
Additional Inherited Members | |
Public Slots inherited from QGCStateMachine | |
| void | start () |
| Start the state machine with debug logging. | |
Protected Member Functions inherited from QGCStateMachine | |
| virtual void | onEnter () |
| Override to perform actions when machine starts. | |
| virtual void | onLeave () |
| Override to perform actions when machine stops. | |
| void | onEntry (QEvent *event) override |
| void | onExit (QEvent *event) override |
| bool | event (QEvent *event) override |
Definition at line 19 of file RequestMetaDataTypeStateMachine.h.
|
explicit |
Definition at line 22 of file RequestMetaDataTypeStateMachine.cc.
|
override |
Definition at line 33 of file RequestMetaDataTypeStateMachine.cc.
|
inline |
Definition at line 29 of file RequestMetaDataTypeStateMachine.h.
Referenced by request().
|
inline |
Definition at line 30 of file RequestMetaDataTypeStateMachine.h.
| void RequestMetaDataTypeStateMachine::request | ( | CompInfo * | compInfo | ) |
Definition at line 169 of file RequestMetaDataTypeStateMachine.cc.
References compInfo(), QGCStateMachine::start(), and typeToString().
|
signal |
| QString RequestMetaDataTypeStateMachine::typeToString | ( | ) | const |
Definition at line 186 of file RequestMetaDataTypeStateMachine.cc.
References CompInfo::type.
Referenced by request().