11 #ifndef tacanComponentDesc_h
12 #define tacanComponentDesc_h
22 #include <vlpi/entityType.h>
59 virtual DtVector relativePosition()
const;
60 virtual void setRelativePosition(
DtVector pos);
71 virtual double transmittedPower()
const;
72 virtual void setTransmittedPower(
double power);
77 virtual bool isGroundSystem()
const;
78 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:42
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:110
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.
Specialized vector that can be used for the knowledge of an "offset" rather than location vector...
Definition: rwVector.h:109
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:104
static DtComponentDescriptor * creator()
DtRwRadioEntityType myRadioSystemType
Parameter Name: radio-system-type Parameter Description: The type of radio transmitter.
Definition: tacanComponentDescriptor.h:98
DtRwOffsetVector myRelativePosition
Parameter Name: relative-position Parameter Description: The position of the embedded system...
Definition: tacanComponentDescriptor.h:93