open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
EntityID & | getEntityID () |
const EntityID & | getEntityID () const |
void | setEntityID (const EntityID &pX) |
unsigned short | getElementID () const |
void | setElementID (unsigned short pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const CommunicationsNodeID &rhs) const |
Protected Attributes | |
EntityID | _entityID |
unsigned short | _elementID |