30 parentRegistry = NULL);
56 virtual void setSystemName(DtU16 nameEnum);
57 virtual DtU16 systemName()
const;
61 virtual std::vector<DtModeType> enabledModes()
const;
62 virtual void setEnabledModes(
const std::vector<DtModeType>&);
66 virtual std::vector<DtModeType> defaultOnModes()
const;
67 virtual void setDefaultOnModes(
const std::vector<DtModeType>&);
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwNLengthStringVector is a named, readable/writable vector of strings of arbitrary length...
Definition: rwNLengthStringVector.h:28
DtRwNLengthStringVector myEnabledModes
Parameter Name: enabled-modes Parameter Description: List of modes that are enabled by default...
Definition: iffControllerDescriptor.h:92
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
DtRwInt mySystemName
Parameter Name: system-name-enum Parameter Description: Use enumeration of DtIffAtcNavaidsSysName Par...
Definition: iffControllerDescriptor.h:87
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtIffControllerDescriptor; descriptor for the DtIffControllerComponent component. ...
Definition: iffControllerDescriptor.h:25
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()
DtRwNLengthStringVector myDefaultOnModes
Parameter Name: default-on-modes Parameter Description: List of modes that are on by default...
Definition: iffControllerDescriptor.h:97