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 | getAggregateID () const |
void | setAggregateID (unsigned short pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const AggregateIdentifier &rhs) const |
Protected Attributes | |
SimulationAddress | _simulationAddress |
Simulation address, ie site and application, the first two fields of the entity ID. | |
unsigned short | _aggregateID |
the aggregate ID | |