27 void setStationLauncher(
DtU32 stationLauncher);
28 DtU32 stationLauncher();
31 void setQuantity(
DtU16 quantity);
35 void setMunitionStatus(
DtU8 quantity);
36 DtU8 munitionStatus();
39 virtual void print()
const;
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtEntityType and DtRadioEntityType class declarations.
DtU8 * myMunitionStatus
Definition: munitionRecord.h:46
virtual void print() const
Print this record.
Functions in vlPrint.h provide an error and print facility for vrlink.
Utility functions for printing objects.
DtU8 * myMunitionType
Definition: munitionRecord.h:43
DtRecordSet & operator=(const DtRecordSet &orig)
Assignment operators.
Instances of DtRecordSet are used to contain the record sets used by the PDU classes which inherit fr...
Definition: recordSet.h:38
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
DtNetRecordSet is the network structure for a record used by the PDU classes which inherit from the r...
Definition: recordSet.h:18
Definition: munitionRecord.h:7
virtual void printDataToStream(std::ostream &stream) const
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
DtU32 * myStationLauncher
Definition: munitionRecord.h:44
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26
DtU16 * myQuantity
Definition: munitionRecord.h:45