|
| | DtSensorRecord () |
| | default Constructor More...
|
| |
| | DtSensorRecord (const DtSensorRecord &orig) |
| | copy constructor More...
|
| |
| | DtSensorRecord (DtU8 sensoreTypeSource, DtU8 sensorOnOffStatus, DtU16 sensorType, DtU32 station, DtU16 quantity) |
| | custom Constructor More...
|
| |
| DtSensorRecord & | operator= (const DtSensorRecord &orig) |
| | assignment Operators More...
|
| |
| virtual DtSensorRecord & | operator= (const DtNetRecordSet &orig) |
| |
| void | setSensorTypeSource (DtU8 sensorTypeSource) |
| | Setter/Getter for Munition Type. More...
|
| |
| DtU8 | sensorTypeSource () |
| |
| void | setSensorOnOffStatus (DtU8 stationLauncher) |
| | Setter/Getter for Station/Launcher Type. More...
|
| |
| DtU8 | sensorOnOffStatus () |
| |
| void | setSensorType (DtU16 quantity) |
| | Setter/Getter for Quantity. More...
|
| |
| DtU16 | sensorType () |
| |
| void | setStation (DtU32 station) |
| | Setter/Getter for Munition Status. More...
|
| |
| DtU32 | munitionStatus () |
| |
| void | setQuantity (DtU16 quantity) |
| | Setter/Getter for Quantity. More...
|
| |
| DtU16 | quantity () |
| |
| 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 |
| |