|
open-dis-cpp
|

Public Member Functions | |
| virtual void | marshal (DataStream &dataStream) const |
| virtual void | unmarshal (DataStream &dataStream) |
| PduHeader & | getPduHeader () |
| const PduHeader & | getPduHeader () const |
| void | setPduHeader (const PduHeader &pX) |
| EntityID & | getOriginatingID () |
| const EntityID & | getOriginatingID () const |
| void | setOriginatingID (const EntityID &pX) |
| EntityID & | getRecevingID () |
| const EntityID & | getRecevingID () const |
| void | setRecevingID (const EntityID &pX) |
| virtual int | getMarshalledSize () const |
| bool | operator== (const SimulationManagementPduHeader &rhs) const |
Protected Attributes | |
| PduHeader | _pduHeader |
| Conventional PDU header. | |
| EntityID | _originatingID |
| IDs the simulation or entity, etiehr a simulation or an entity. More... | |
| EntityID | _recevingID |
| simulation, all simulations, a special ID, or an entity. More... | |
|
protected |
IDs the simulation or entity, etiehr a simulation or an entity.
Either 6.2.80 or 6.2.28
|
protected |
simulation, all simulations, a special ID, or an entity.
See 5.6.5 and 5.12.4
1.8.13