open-dis-cpp
Public Member Functions | Protected Attributes | List of all members
DIS::EngineFuel Class Reference

Public Member Functions

virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
unsigned int getFuelQuantity () const
 
void setFuelQuantity (unsigned int pX)
 
unsigned char getFuelMeasurementUnits () const
 
void setFuelMeasurementUnits (unsigned char pX)
 
unsigned char getFuelType () const
 
void setFuelType (unsigned char pX)
 
unsigned char getFuelLocation () const
 
void setFuelLocation (unsigned char pX)
 
unsigned char getPadding () const
 
void setPadding (unsigned char pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const EngineFuel &rhs) const
 

Protected Attributes

unsigned int _fuelQuantity
 Fuel quantity, units specified by next field.
 
unsigned char _fuelMeasurementUnits
 Units in which the fuel is measured.
 
unsigned char _fuelType
 Type of fuel.
 
unsigned char _fuelLocation
 Location of fuel as related to entity. More...
 
unsigned char _padding
 padding
 

Member Data Documentation

◆ _fuelLocation

unsigned char DIS::EngineFuel::_fuelLocation
protected

Location of fuel as related to entity.

See section 14 of EBV document


The documentation for this class was generated from the following files: