![]() |
VR-Link API Documentation for DIS
|
This Class is pure virtual and defines the interface for ElectroMagnetic Emissions records. More...
Inheritance diagram for DtElectromagneticEmissionsAttributeRecord:
Collaboration diagram for DtElectromagneticEmissionsAttributeRecord:Public Member Functions | |
| virtual unsigned int | emitterNumber () const =0 |
| Setters and Getters for Emitter Number. | |
| virtual void | setEmitterNumber (unsigned int emitterNumber)=0 |
| virtual unsigned int | beamNumber () const =0 |
| Setters and Getters for Beam Number. | |
| virtual void | setBeamNumber (unsigned int beamNumber)=0 |
Public Member Functions inherited from DtStandardVariableRecord | |
| DtStandardVariableRecord () | |
| Constructor. | |
| virtual bool | operator== (const DtStandardVariableRecord &other)=0 |
| Equals operator. | |
| virtual unsigned int | recordType () const =0 |
| Setters and Getters for Record Type. | |
| virtual void | setRecordType (unsigned int recordType)=0 |
| virtual unsigned int | recordLength () const =0 |
| Setters and Getters for Record Length. | |
| virtual void | setRecordLength (unsigned int recordLength)=0 |
| virtual void | printData () const |
| Prints the data to DtInfo. | |
| virtual void | printDataToStream (std::ostream &stream) const =0 |
| Prints the data to the specified stream. | |
| virtual void | writeRecord (void *addr) const =0 |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL)=0 |
| Sets the record from Network Representation from the given location. | |
| virtual unsigned | unpaddedNetsize () const =0 |
| This is the network size of the record without padding. | |
| virtual unsigned int | netSize () |
| Returns the size of the network representation (including padding bytes) | |
| virtual DtStandardVariableRecord * | clone () const =0 |
| Clone. | |
This Class is pure virtual and defines the interface for ElectroMagnetic Emissions records.
it is primarily used to identify which object in a reflected list a record or record set applies to.
|
pure virtual |
Setters and Getters for Beam Number.
Implemented in DtAngleDeceptionAttributeRecord, DtFalseTargetsAttributeRecord, and DtBlankingSectorAttributeRecord.
|
pure virtual |
Setters and Getters for Emitter Number.
Implemented in DtAngleDeceptionAttributeRecord, DtFalseTargetsAttributeRecord, and DtBlankingSectorAttributeRecord.
|
pure virtual |
Implemented in DtAngleDeceptionAttributeRecord, DtFalseTargetsAttributeRecord, and DtBlankingSectorAttributeRecord.
|
pure virtual |
Implemented in DtAngleDeceptionAttributeRecord, DtFalseTargetsAttributeRecord, and DtBlankingSectorAttributeRecord.