11 #ifndef tacanComponentDesc_h
12 #define tacanComponentDesc_h
22 #include <vlpi/entityType.h>
58 virtual DtVector relativePosition()
const;
59 virtual void setRelativePosition(DtVector pos);
70 virtual double transmittedPower()
const;
71 virtual void setTransmittedPower(
double power);
76 virtual bool isGroundSystem()
const;
77 virtual void setGroundSystem(
bool trueFalse);
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtRwRadioEntityType.
Definition: rwRadioEntityType.h:23
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtTacanComponentDescriptor; descriptor for the DtTacanComponent component.
Definition: tacanComponentDescriptor.h:31
DtRwBoolean myGroundSystem
Parameter Name: ground-system Parameter Description: Is this a ground based TACAN system...
Definition: tacanComponentDescriptor.h:109
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Specialized vector that can be used for the knowledge of an "offset" rather than location vector...
Definition: rwVector.h:112
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwReal myTransmittedPower
Parameter Name: transmitted-power Parameter Description: The average transmitted power (measured in d...
Definition: tacanComponentDescriptor.h:103
static DtComponentDescriptor * creator()
DtRwRadioEntityType myRadioSystemType
Parameter Name: radio-system-type Parameter Description: The type of radio transmitter. Parameter Default Value: Not Optional.
Definition: tacanComponentDescriptor.h:97
DtRwOffsetVector myRelativePosition
Parameter Name: relative-position Parameter Description: The position of the embedded system...
Definition: tacanComponentDescriptor.h:92