3 #include <dis7/utils/DataStream.h> 4 #include <dis7/opendis7_export.h> 47 virtual void marshal(
DataStream& dataStream)
const;
48 virtual void unmarshal(
DataStream& dataStream);
50 unsigned int getStandardQuantity()
const;
51 void setStandardQuantity(
unsigned int pX);
53 unsigned int getMaximumQuantity()
const;
54 void setMaximumQuantity(
unsigned int pX);
56 unsigned char getStandardQuantityReloadTime()
const;
57 void setStandardQuantityReloadTime(
unsigned char pX);
59 unsigned char getMaximumQuantityReloadTime()
const;
60 void setMaximumQuantityReloadTime(
unsigned char pX);
62 unsigned char getFuelMeasurementUnits()
const;
63 void setFuelMeasurementUnits(
unsigned char pX);
65 unsigned char getFuelType()
const;
66 void setFuelType(
unsigned char pX);
68 unsigned char getFuelLocation()
const;
69 void setFuelLocation(
unsigned char pX);
71 unsigned char getPadding()
const;
72 void setPadding(
unsigned char pX);
75 virtual int getMarshalledSize()
const;
unsigned char _fuelMeasurementUnits
the fuel measurement units.
Definition: StorageFuelReload.h:31
unsigned int _standardQuantity
the standard quantity of this fuel type normally loaded at this station/launcher if a station/launche...
Definition: StorageFuelReload.h:19
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
a class to support managing a network buffer.
Definition: DataStream.h:28
Definition: StorageFuelReload.h:15
unsigned char _standardQuantityReloadTime
the seconds normally required to reload the standard quantity of this fuel type at this specific stat...
Definition: StorageFuelReload.h:25
unsigned char _fuelType
Fuel type.
Definition: StorageFuelReload.h:34
unsigned char _maximumQuantityReloadTime
the seconds normally required to reload the maximum possible quantity of this fuel type at this stati...
Definition: StorageFuelReload.h:28
unsigned char _padding
padding
Definition: StorageFuelReload.h:40
unsigned int _maximumQuantity
the maximum quantity of this fuel type that this sta- tion/launcher is capable of holding when a stat...
Definition: StorageFuelReload.h:22
unsigned char _fuelLocation
Location of fuel as related to entity.
Definition: StorageFuelReload.h:37