|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
EntityType & | getMunitionType () |
|
const EntityType & | getMunitionType () const |
|
void | setMunitionType (const EntityType &pX) |
|
unsigned int | getStation () const |
|
void | setStation (unsigned int pX) |
|
unsigned short | getQuantity () const |
|
void | setQuantity (unsigned short pX) |
|
unsigned char | getMunitionStatus () const |
|
void | setMunitionStatus (unsigned char pX) |
|
unsigned char | getPadding () const |
|
void | setPadding (unsigned char pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const Munition &rhs) const |
|
◆ _munitionStatus
unsigned char DIS::Munition::_munitionStatus |
|
protected |
the status of the munition.
It shall be represented by an 8-bit enumeration.
◆ _munitionType
This field shall identify the entity type of the munition.
See section 6.2.30.
◆ _quantity
unsigned short DIS::Munition::_quantity |
|
protected |
the quantity remaining of this munition.
◆ _station
unsigned int DIS::Munition::_station |
|
protected |
the station or launcher to which the munition is assigned.
See Annex I
The documentation for this class was generated from the following files: