dRonin
adbada4
dRonin GCS
|
The TransactionKey class A key for the QMap to track transactions. More...
Public Member Functions | |
TransactionKey (quint32 objId, quint32 instId, bool req) | |
TransactionKey (UAVObject *obj, bool req) | |
bool | operator== (const TransactionKey &rhs) const |
bool | operator< (const TransactionKey &rhs) const |
Public Attributes | |
quint32 | objId |
quint32 | instId |
bool | req |
The TransactionKey class A key for the QMap to track transactions.
Definition at line 53 of file telemetry.cpp.