open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
unsigned short | getStationName () const |
void | setStationName (unsigned short pX) |
unsigned short | getStationNumber () const |
void | setStationNumber (unsigned short pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const NamedLocation &rhs) const |
Protected Attributes | |
unsigned short | _stationName |
station name enumeration | |
unsigned short | _stationNumber |
station number | |