![]() |
VR-Forces 5.0.3 Developer's Guide
|
Instances of DtNavAidStateRepository are used to store state data for NavAid radio transmitter objects.

Public Member Functions | |
| DtNavAidStateRepository () | |
| virtual | ~DtNavAidStateRepository () |
| DtNavAidStateRepository (const DtNavAidStateRepository &orig) | |
| DtNavAidStateRepository & | operator= (const DtNavAidStateRepository &orig) |
| virtual DtStateRepository * | clone (bool copy) const |
| virtual void | printData () const |
| virtual void | printDataToStream (std::ostream &stream) const |
| virtual void | setIdentificationCode (const std::wstring &val) |
| virtual std::wstring | identificationCode () const |
Static Public Member Functions | |
| static DtNavAidStateRepository * | create () |
| static unsigned | identificationCodeAttributeRecordType () |
| static void | setIdentificationCodeAttributeRecordType (unsigned) |
Protected Attributes | |
| std::wstring | myIdentificationCode |
Static Protected Attributes | |
| static unsigned | IdentificationCodeAttributeRecordType |
| DtNavAidStateRepository::DtNavAidStateRepository | ( | ) |
Constructor.
|
virtual |
Destructor.
| DtNavAidStateRepository::DtNavAidStateRepository | ( | const DtNavAidStateRepository & | orig | ) |
Copy Constructor.
| DtNavAidStateRepository& DtNavAidStateRepository::operator= | ( | const DtNavAidStateRepository & | orig | ) |
Assignment Operator.
|
virtual |
Return a copy/empty object of the same type as this.
|
static |
Create a DtNavAidStateRepository.
|
virtual |
Print data to the DtInfo stream.
|
virtual |
Print data to the specified stream.
|
virtual |
Set the IdentificationCode.
|
virtual |
Get the IdentificationCode.
|
static |
The Attribute record type used to encode the Identification Code of the Nav Aid. Default value is 252300.
|
static |
|
protected |
|
staticprotected |