![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtVrfRadioTransmitterParams (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| real constructor | |
| DtVrfRadioTransmitterParams (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtVrfRadioTransmitterParams (const DtVrfRadioTransmitterParams &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| DtVrfRadioTransmitterParams & | operator= (const DtVrfRadioTransmitterParams &orig) |
| assignment | |
| virtual | ~DtVrfRadioTransmitterParams () |
| virtual const DtRadioEntityType & | radioType () const |
| See myRadioType. | |
| virtual void | setRadioType (const DtRadioEntityType &radioType) |
| See myRadioType. | |
| virtual double | initialFrequency () const |
| See myInitialFrequency. | |
| virtual void | setInitialFrequency (double freq) |
| See myInitialFrequency. | |
| virtual double | power () const |
| See myPower. | |
| virtual void | setPower (double power) |
| See myPower. | |
Protected Attributes | |
| DtRwRadioEntityType | myRadioType |
| The radio type enumeration for the transmitter to publish. | |
| DtRwReal | myInitialFrequency |
| The initial frequency published by the transmitter. | |
| DtRwReal | myPower |
| The power published by the transmitter. | |
| DtVrfRadioTransmitterParams::DtVrfRadioTransmitterParams | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
real constructor
| DtVrfRadioTransmitterParams::DtVrfRadioTransmitterParams | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtVrfRadioTransmitterParams::DtVrfRadioTransmitterParams | ( | const DtVrfRadioTransmitterParams & | orig, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtVrfRadioTransmitterParams::~DtVrfRadioTransmitterParams | ( | ) | [virtual] |
| DtVrfRadioTransmitterParams& DtVrfRadioTransmitterParams::operator= | ( | const DtVrfRadioTransmitterParams & | orig | ) |
assignment
| virtual const DtRadioEntityType& DtVrfRadioTransmitterParams::radioType | ( | ) | const [virtual] |
See myRadioType.
| virtual void DtVrfRadioTransmitterParams::setRadioType | ( | const DtRadioEntityType & | radioType | ) | [virtual] |
See myRadioType.
| virtual double DtVrfRadioTransmitterParams::initialFrequency | ( | ) | const [virtual] |
See myInitialFrequency.
| virtual void DtVrfRadioTransmitterParams::setInitialFrequency | ( | double | freq | ) | [virtual] |
See myInitialFrequency.
| virtual double DtVrfRadioTransmitterParams::power | ( | ) | const [virtual] |
See myPower.
| virtual void DtVrfRadioTransmitterParams::setPower | ( | double | power | ) | [virtual] |
See myPower.
The radio type enumeration for the transmitter to publish.
See the DIS Enumerations Document for details.
The initial frequency published by the transmitter.
Specified in Hz.
DtRwReal DtVrfRadioTransmitterParams::myPower [protected] |
The power published by the transmitter.
Specified in dB-millitwatts.