|
| | DtMunitionRecord () |
| | default Constructor More...
|
| |
| | DtMunitionRecord (const DtMunitionRecord &orig) |
| | copy constructor More...
|
| |
| | DtMunitionRecord (DtEntityType munitionType, DtU32 stationLauncher, DtU16 quantity, DtU8 munitionStatus) |
| | custom Constructor More...
|
| |
| DtMunitionRecord & | operator= (const DtMunitionRecord &orig) |
| | assignment Operators More...
|
| |
| virtual DtMunitionRecord & | operator= (const DtNetRecordSet &orig) |
| |
| void | setMunitionType (DtEntityType munitionType) |
| | Setter/Getter for Munition Type. More...
|
| |
| DtEntityType | munitionType () |
| |
| void | setStationLauncher (DtU32 stationLauncher) |
| | Setter/Getter for Station/Launcher Type. More...
|
| |
| DtU32 | stationLauncher () |
| |
| void | setQuantity (DtU16 quantity) |
| | Setter/Getter for Quantity. More...
|
| |
| DtU16 | quantity () |
| |
| void | setMunitionStatus (DtU8 quantity) |
| | Setter/Getter for Munition Status. More...
|
| |
| DtU8 | munitionStatus () |
| |
| virtual void | print () const |
| | print data. More...
|
| |
| virtual void | printDataToStream (std::ostream &stream) const |
| |
| | DtRecordSet () |
| | Constructors. More...
|
| |
| | DtRecordSet (const DtRecordSet &orig) |
| |
| virtual | ~DtRecordSet () |
| | Destructor. More...
|
| |
| DtRecordSet & | operator= (const DtRecordSet &orig) |
| | Assignment operators. More...
|
| |
| DtRecordSet & | operator= (const DtNetRecordSet &orig) |
| |
| virtual bool | setDatumID (DtDatumParam value) |
| | Set/Get the datum ID. More...
|
| |
| virtual DtDatumParam | datumID () const |
| |
| virtual void | setSerialNumber (DtU32 value) |
| | Set/Get the serial number. More...
|
| |
| virtual DtU32 | serialNumber () const |
| |
| virtual bool | setRecordBitLength (DtU16 bitLength) |
| | Set/Get the record length in bits. More...
|
| |
| virtual DtU16 | recordBitLength () const |
| |
| virtual bool | setRecordByteLength (int byteLength) |
| | Set/Get the record length in bytes. More...
|
| |
| virtual int | recordByteLength () const |
| |
| virtual bool | setRecordCount (DtU32 bytes) |
| | Set/Get the number of of records in this set. More...
|
| |
| virtual DtU32 | recordCount () const |
| |
| virtual bool | setDataBytes (DtU32 recordIndex, const void *data) |
| | Set/Get multiple data bytes. More...
|
| |
| virtual bool | getDataBytes (DtU32 recordIndex, void *buff) const |
| |
| virtual bool | setDataByte (DtU32 recordIndex, DtU8 value, int byteIndex=0) |
| | Set/Get a data byte. More...
|
| |
| virtual bool | getDataByte (DtU32 recordIndex, DtU8 &value, int byteIndex=0) const |
| |
| virtual bool | setDataInt16 (DtU32 recordIndex, DtInt16 &value) |
| | Set/Get data in signed 16-bit integer format. More...
|
| |
| virtual bool | getDataInt16 (DtU32 recordIndex, DtInt16 &value) const |
| |
| virtual bool | setDataU16 (DtU32 recordIndex, DtU16 &value) |
| | Set/Get data in unsigned 16-bit integer format. More...
|
| |
| virtual bool | getDataU16 (DtU32 recordIndex, DtU16 &value) const |
| |
| virtual bool | setDataInt32 (DtU32 recordIndex, DtInt32 &value) |
| | Set/Get data in signed 32-bit integer format. More...
|
| |
| virtual bool | getDataInt32 (DtU32 recordIndex, DtInt32 &value) const |
| |
| virtual bool | setDataU32 (DtU32 recordIndex, DtU32 &value) |
| | Set/Get data in unsigned 32-bit integer format. More...
|
| |
| virtual bool | getDataU32 (DtU32 recordIndex, DtU32 &value) const |
| |
| virtual bool | setDataFloat32 (DtU32 recordIndex, DtFloat32 &value) |
| | Set/Get data in 32-bit floating point format. More...
|
| |
| virtual bool | getDataFloat32 (DtU32 recordIndex, DtFloat32 &value) const |
| |
| virtual bool | setDataFloat64 (DtU32 recordIndex, DtFloat64 &value) |
| | Set/Get data in 64-bit floating point format. More...
|
| |
| virtual bool | getDataFloat64 (DtU32 recordIndex, DtFloat64 &value) const |
| |
| virtual int | recordSetLength () const |
| | Get the total number of bytes required for the network representation of the record set. More...
|
| |
| virtual void | unloadNetRecordSet (const DtNetRecordSet &record, int dataLength=0) |
| | Load/unload data from a packet record. More...
|
| |
| virtual void | loadNetRecordSet (DtNetRecordSet &record) const |
| |