open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
SimulationAddress & | getSimulationAddress () |
const SimulationAddress & | getSimulationAddress () const |
void | setSimulationAddress (const SimulationAddress &pX) |
unsigned short | getObjectNumber () const |
void | setObjectNumber (unsigned short pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const ObjectIdentifier &rhs) const |
Protected Attributes | |
SimulationAddress | _simulationAddress |
Simulation Address. | |
unsigned short | _objectNumber |