![]() |
MAK RTIspy API Documentation for HLA 1516
|
Collaboration diagram for DtNetSyncMsg:Public Attributes | |
| DtNetMsgHeader | header |
| DtNetU16 | id |
| DtNetU8 | kind |
| DtNetU8 | status |
| DtNetU8 | tagSize |
| DtNetU8 | nameSize |
| strlen(tag) + 1, or 0 if NULL tag | |
| DtNetU8 | numHandles |
| strlen(name) +1, or 0 if NULL name | |
| DtNetU8 | numUnsuccessfulHandles |
Referenced by DtSyncPointMsg::DtSyncPointMsg().
| DtNetU16 DtNetSyncMsg::id |
Referenced by DtSyncPointMsg::federateId(), and DtSyncPointMsg::setFederateId().
| DtNetU8 DtNetSyncMsg::kind |
Referenced by DtSyncPointMsg::setSyncMsgKind(), and DtSyncPointMsg::syncMsgKind().
| DtNetU8 DtNetSyncMsg::nameSize |
strlen(tag) + 1, or 0 if NULL tag
Referenced by DtSyncPointMsg::nameFieldSize(), and DtSyncPointMsg::setSyncPointName().
| DtNetU8 DtNetSyncMsg::numHandles |
strlen(name) +1, or 0 if NULL name
Referenced by DtSyncPointMsg::handleArraySize(), DtSyncPointMsg::numFederates(), and DtSyncPointMsg::setFederates().
| DtNetU8 DtNetSyncMsg::status |
Referenced by DtSyncPointMsg::setSyncPointStatus(), and DtSyncPointMsg::syncPointStatus().
| DtNetU8 DtNetSyncMsg::tagSize |
Referenced by DtSyncPointMsg::setTag(), and DtSyncPointMsg::tagFieldSize().