|
| | DtHighFidelityHaveQuickVtpRecord () |
| | Constructor. More...
|
| |
| | DtHighFidelityHaveQuickVtpRecord (unsigned short netIdRecord, DtTodTransmitIndicator todTransmitIndicator, signed int todDelta, unsigned int wod1, unsigned int wod2, unsigned int wod3, unsigned int wod4, unsigned int wod5, unsigned int wod6) |
| | Constructor. More...
|
| |
| | DtHighFidelityHaveQuickVtpRecord (const DtHighFidelityHaveQuickVtpRecord &orig) |
| | Copy Constructor. More...
|
| |
| | DtHighFidelityHaveQuickVtpRecord (const DtNetHighFidelityHaveQuickVtpRecord &orig) |
| | Copy Constructor. More...
|
| |
| | DtHighFidelityHaveQuickVtpRecord (void *ptr, unsigned int length) |
| | Net Constructor. More...
|
| |
virtual
DtHighFidelityHaveQuickVtpRecord & | operator= (const DtHighFidelityHaveQuickVtpRecord &other) |
| | Assignment operator. More...
|
| |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &record) |
| | Assignment operator. More...
|
| |
| virtual bool | operator== (const DtHighFidelityHaveQuickVtpRecord &other) |
| | Equals operator. More...
|
| |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| | Equals operator. More...
|
| |
| virtual unsigned int | recordType () const |
| | Setters and Getters for Record Type. More...
|
| |
| virtual void | setRecordType (unsigned int recordType) |
| | Get/Set Record Type. More...
|
| |
| virtual unsigned int | recordLength () const |
| | Setters and Getters for Record Length. More...
|
| |
| virtual void | setRecordLength (unsigned int recordLength) |
| | Must include size of record header and padding to 8 bytes. More...
|
| |
| virtual unsigned short | netIdRecord () const |
| | Setters and getters for NET ID Record. More...
|
| |
| virtual void | setNetIdRecord (unsigned int short) |
| |
| virtual unsigned short | netIdRecordNetNumber () const |
| | Setters and getters for NET ID Record Net Number. More...
|
| |
| virtual void | setNetIdRecordNetNumber (unsigned short netNumber) |
| |
| virtual DtNetIdFequencyTable | netIdRecordFrequencyTable () const |
| | Setters and getters for NET ID Record Frequency Table. More...
|
| |
| virtual void | setNetIdRecordFrequencyTable (DtNetIdFequencyTable frequencyTable) |
| |
| virtual DtNetIdMode | netIdRecordMode () const |
| | Setters and getters for NET ID Record Mode. More...
|
| |
| virtual void | setNetIdRecordMode (DtNetIdMode mode) |
| |
| virtual DtTodTransmitIndicator | todTransmitIndicator () const |
| | Setters and getters for TOD Transmit Indicator. More...
|
| |
| virtual void | setTodTransmitIndicator (DtTodTransmitIndicator todTransmitIndicator) |
| |
| virtual signed int | todDelta () const |
| | Setters and getters for TOD Delta. More...
|
| |
| virtual void | setTodDelta (signed int todDelta) |
| |
| virtual unsigned int | wod1 () const |
| | Setters and getters for WOD1. More...
|
| |
| virtual void | setWod1 (unsigned int wod1) |
| |
| virtual unsigned int | wod2 () const |
| | Setters and getters for WOD2. More...
|
| |
| virtual void | setWod2 (unsigned int wod2) |
| |
| virtual unsigned int | wod3 () const |
| | Setters and getters for WOD3. More...
|
| |
| virtual void | setWod3 (unsigned int wod3) |
| |
| virtual unsigned int | wod4 () const |
| | Setters and getters for WOD4. More...
|
| |
| virtual void | setWod4 (unsigned int wod4) |
| |
| virtual unsigned int | wod5 () const |
| | Setters and getters for WOD5. More...
|
| |
| virtual void | setWod5 (unsigned int wod5) |
| |
| virtual unsigned int | wod6 () const |
| | Setters and getters for WOD6. More...
|
| |
| virtual void | setWod6 (unsigned int wod6) |
| |
| virtual void | printDataToStream (std::ostream &stream) const |
| | Prints the data to the specified stream. More...
|
| |
| virtual void | writeRecord (void *addr) const |
| | Writes the network representation to the given address. More...
|
| |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL) |
| | Sets the record from an address and length. Retcode will be Valid if all goes well. More...
|
| |
| virtual unsigned int | unpaddedNetsize () const |
| | Returns the size of the network representation (without padding bytes) More...
|
| |
| virtual unsigned int | netSize () const |
| | This overrides netSize because this Record is a special case as it is of a fixed size and Will never require padding. More...
|
| |
| virtual DtStandardVariableRecord * | clone () const |
| | Clone. More...
|
| |
Public Member Functions inherited from DtStandardVariableRecord |
| | DtStandardVariableRecord () |
| | Constructor. More...
|
| |
| virtual | ~DtStandardVariableRecord () |
| | Destructor. More...
|
| |
| virtual void | printData () const |
| | Prints the data to DtInfo. More...
|
| |
| virtual unsigned int | netSize () |
| | Returns the size of the network representation (including padding bytes) More...
|
| |
| virtual void | setOriginatingSimulationAddress (const DtSimulationAddress &) |
| |
| virtual const DtSimulationAddress & | originatingSimulationAddress () const |
| |