59 virtual void setAltitudeAvailable(
bool val);
61 virtual bool altitudeAvailable()
const;
68 virtual void setAltitude(
const DtInt16 alt);
83 virtual void setModeCAltitude(
DtInt16 val);
84 virtual DtInt16 modeCAltitude()
const;
Contains the DtEntityIdentifier class declaration.
bool myAltitudeAvailable
Definition: iffMode3CStateRepository.h:89
Contains the DtIffStateRepository class declaration.
bool myModeCAltitudeAvailable
Definition: iffMode3CStateRepository.h:94
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
Contains the DtEntityType and DtRadioEntityType class declarations.
Contains the DtIFFDataStateRepository class DT_DLL_VL declaration.
virtual void printData() const
Print data to the DtInfo stream.
static DtIFFDataStateRepository * create()
Create a DtIFFDataStateRepository.
This file contains typedefs used to represent objects in a protocol neutral way.
Instances of DtIFFDataStateRepository are used to store state data for IFFData objects.
Definition: IFFDataStateRepository.h:32
This file declares DtVector and DtVector32.
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtMode3CStateRepository are used to store state data for IFFData.ModeC objects...
Definition: iffMode3CStateRepository.h:28
DtModeCAltitudeStruct myAltitude
Definition: iffMode3CStateRepository.h:90
Contains the IFF datatypes for RPR 3.
short int DtInt16
A sixteen bit integer value.
Definition: vlMachineTypes.h:206
Definition: iffDatatypes.h:3471
DtIFFDataStateRepository & operator=(const DtIFFDataStateRepository &orig)
Assignment Operator.
virtual void printDataToStream(std::ostream &stream) const
Print data to the specified stream.
virtual DtStateRepository * clone(bool copy) const
Return a copy/empty object of the same type as this.