![]() |
VR-Link API Documentation for HLA 1.3
|
Inheritance diagram for DtBlankingSectorAttributeRecord:
Collaboration diagram for DtBlankingSectorAttributeRecord:Public Member Functions | |
| DtBlankingSectorAttributeRecord () | |
| Constructor. | |
| DtBlankingSectorAttributeRecord (unsigned int emitterNumber, unsigned int beamNumber, DtEEAttributeStateIndicator stateIndicator, float leftAzimuth, float rightAzimuth, float lowerAzimuth, float upperAzimuth, float residualPower) | |
| Constructor. | |
| DtBlankingSectorAttributeRecord (const DtBlankingSectorAttributeRecord &orig) | |
| Copy Constructor. | |
| DtBlankingSectorAttributeRecord (const DtNetBlankingSectorAttributeRecord &orig) | |
| Copy Constructor. | |
| DtBlankingSectorAttributeRecord (void *ptr, unsigned int length) | |
| Net Constructor. | |
| virtual DtBlankingSectorAttributeRecord & | operator= (const DtBlankingSectorAttributeRecord &other) |
| Assignment operator. | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &record) |
| Assignment operator. | |
| virtual bool | operator== (const DtBlankingSectorAttributeRecord &other) |
| Equals operator. | |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| Equals operator. | |
| virtual unsigned int | recordType () const |
| Setters and Getters for Record Type. | |
| virtual void | setRecordType (unsigned int recordType) |
| Get/Set Record Type. | |
| virtual unsigned int | recordLength () const |
| Setters and Getters for Record Length. | |
| virtual void | setRecordLength (unsigned int recordLength) |
| Must include size of record header and padding to 8 bytes. | |
| virtual unsigned int | emitterNumber () const |
| Setters and Getters for Emitter Number. | |
| virtual void | setEmitterNumber (unsigned int emitterNumber) |
| virtual unsigned int | beamNumber () const |
| Setters and Getters for Beam Number. | |
| virtual void | setBeamNumber (unsigned int beamNumber) |
| virtual DtEEAttributeStateIndicator | stateIndicator () const |
| Setters and Getters for State Indicator. | |
| virtual void | setStateIndicator (DtEEAttributeStateIndicator stateIndicator) |
| virtual float | leftAzimuth () const |
| Setters and Getters for Left Azimuth. | |
| virtual void | setLeftAzimuth (float leftAzimuth) |
| virtual float | rightAzimuth () const |
| Setters and Getters for Right Azimuth. | |
| virtual void | setRightAzimuth (float rightAzimuth) |
| virtual float | lowerElevation () const |
| Setters and Getters for Lower Elevation. | |
| virtual void | setLowerElevation (float lowerElevation) |
| virtual float | upperElevation () const |
| Setters and Getters for Upper Elevation. | |
| virtual void | setUpperElevation (float upperElevation) |
| virtual float | residualPower () const |
| Setters and Getters for Residual Power. | |
| virtual void | setResidualPower (float residualPower) |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. | |
| virtual void | writeRecord (void *addr) const |
| Writes the network representation to the given address. | |
| 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. | |
| virtual unsigned int | unpaddedNetsize () const |
| Returns the size of the network representation (without padding bytes) | |
| 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. | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. | |
Static Public Member Functions | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
| Create function used by Standard Variable Record Factory. | |
Protected Attributes | |
| DtNetBlankingSectorAttributeRecord | myBlankingSectorRecord |
| DtNetBlankingSectorAttributeRecord * | myBlankingSectorRecordPtr |
| DtBlankingSectorAttributeRecord::DtBlankingSectorAttributeRecord | ( | ) |
Constructor.
| DtBlankingSectorAttributeRecord::DtBlankingSectorAttributeRecord | ( | unsigned int | emitterNumber, |
| unsigned int | beamNumber, | ||
| DtEEAttributeStateIndicator | stateIndicator, | ||
| float | leftAzimuth, | ||
| float | rightAzimuth, | ||
| float | lowerAzimuth, | ||
| float | upperAzimuth, | ||
| float | residualPower | ||
| ) |
Constructor.
| DtBlankingSectorAttributeRecord::DtBlankingSectorAttributeRecord | ( | const DtBlankingSectorAttributeRecord & | orig | ) |
Copy Constructor.
| DtBlankingSectorAttributeRecord::DtBlankingSectorAttributeRecord | ( | const DtNetBlankingSectorAttributeRecord & | orig | ) |
Copy Constructor.
| DtBlankingSectorAttributeRecord::DtBlankingSectorAttributeRecord | ( | void * | ptr, |
| unsigned int | length | ||
| ) |
Net Constructor.
|
virtual |
Setters and Getters for Beam Number.
Implements DtElectromagneticEmissionsAttributeRecord.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
Create function used by Standard Variable Record Factory.
|
virtual |
Setters and Getters for Emitter Number.
Implements DtElectromagneticEmissionsAttributeRecord.
|
virtual |
Setters and Getters for Left Azimuth.
|
virtual |
Setters and Getters for Lower Elevation.
|
virtual |
This overrides netSize because this Record is a special case as it is of a fixed size and Will never require padding.
|
virtual |
Assignment operator.
|
virtual |
Assignment operator.
|
virtual |
Equals operator.
|
virtual |
Equals operator.
Implements DtStandardVariableRecord.
|
virtual |
Prints the data to the specified stream.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Record Length.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Record Type.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Residual Power.
|
virtual |
Setters and Getters for Right Azimuth.
|
virtual |
Implements DtElectromagneticEmissionsAttributeRecord.
|
virtual |
Implements DtElectromagneticEmissionsAttributeRecord.
|
virtual |
Sets the record from an address and length. Retcode will be Valid if all goes well.
Implements DtStandardVariableRecord.
|
virtual |
|
virtual |
|
virtual |
Must include size of record header and padding to 8 bytes.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Setters and Getters for State Indicator.
|
virtual |
Returns the size of the network representation (without padding bytes)
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Upper Elevation.
|
virtual |
Writes the network representation to the given address.
The assumption is that this memory is allocated and is of the proper size.
Implements DtStandardVariableRecord.
|
protected |
|
protected |