|
swift
|
Struct to trace send ids. More...
Public Member Functions | |
| TraceFsxSendId (DWORD sendId, const CSimConnectObject &simObject, const QString &comment) | |
| Ctor. | |
| bool | isForProbe () const |
| For probe. | |
| bool | isForAircraft () const |
| For aircraft. | |
| bool | isInvalid () const |
| Invalid trace? | |
| bool | isValid () const |
| Valid trace? | |
Static Public Member Functions | |
| static const TraceFsxSendId & | invalid () |
| Invalid object. | |
Public Attributes | |
| DWORD | sendId = 0 |
| the send id | |
| CSimConnectObject | simObject |
| CSimConnectObject at the time of the trace. | |
| QString | comment |
| where sent | |
Struct to trace send ids.
Definition at line 86 of file simulatorfsxcommon.h.