|
QGroundControl
Ground Control Station for MAVLink Drones
|
A recorded state transition entry. More...
#include <StateHistoryRecorder.h>
Public Member Functions | |
| QJsonObject | toJson () const |
| QString | toString () const |
Public Attributes | |
| QDateTime | timestamp |
| QString | stateName |
| TransitionReason | reason |
| QString | details |
A recorded state transition entry.
Definition at line 46 of file StateHistoryRecorder.h.
| QJsonObject StateHistoryRecorder::HistoryEntry::toJson | ( | ) | const |
| QString StateHistoryRecorder::HistoryEntry::toString | ( | ) | const |
Definition at line 19 of file StateHistoryRecorder.cc.
References StateHistoryRecorder::Entered, StateHistoryRecorder::Error, StateHistoryRecorder::Event, StateHistoryRecorder::Exited, StateHistoryRecorder::Signal, and StateHistoryRecorder::Timeout.
| QString StateHistoryRecorder::HistoryEntry::details |
Definition at line 50 of file StateHistoryRecorder.h.
Referenced by StateHistoryRecorder::addEntry(), and toJson().
| TransitionReason StateHistoryRecorder::HistoryEntry::reason |
Definition at line 49 of file StateHistoryRecorder.h.
Referenced by StateHistoryRecorder::addEntry(), and toJson().
| QString StateHistoryRecorder::HistoryEntry::stateName |
Definition at line 48 of file StateHistoryRecorder.h.
Referenced by StateHistoryRecorder::addEntry(), and toJson().
| QDateTime StateHistoryRecorder::HistoryEntry::timestamp |
Definition at line 47 of file StateHistoryRecorder.h.
Referenced by StateHistoryRecorder::addEntry(), and toJson().