open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
unsigned short | getSite () const |
void | setSite (unsigned short pX) |
unsigned short | getApplication () const |
void | setApplication (unsigned short pX) |
unsigned short | getEventNumber () const |
void | setEventNumber (unsigned short pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const EventID &rhs) const |
Protected Attributes | |
unsigned short | _site |
The site ID. | |
unsigned short | _application |
The application ID. | |
unsigned short | _eventNumber |
the number of the event | |