14 namespace MAKVrExchange
81 DtDEC_ATTRIBUTE( DtU32, SecondaryOperationalDataParameter1, secondaryOperationalDataParameter1 );
84 DtDEC_ATTRIBUTE( DtU32, SecondaryOperationalDataParameter2, secondaryOperationalDataParameter2 );
102 DtDEC_ATTRIBUTE(
bool, Mode4PseudoCryptoAvailable, mode4PseudoCryptoAvailable );
105 DtDEC_ATTRIBUTE(
bool, ModeCAltitudeAvailable, modeCAltitudeAvailable );
108 DtDEC_ATTRIBUTE(
bool, FundamentalOpDataParam1, fundamentalOpDataParam1 );
111 DtDEC_ATTRIBUTE(
bool, FundamentalOpDataParam2, fundamentalOpDataParam2 );
114 DtDEC_ATTRIBUTE(
bool, FundamentalOpDataParam3, fundamentalOpDataParam3 );
117 DtDEC_ATTRIBUTE(
bool, FundamentalOpDataParam4, fundamentalOpDataParam4 );
120 DtDEC_ATTRIBUTE(
bool, FundamentalOpDataParam5, fundamentalOpDataParam5 );
123 DtDEC_ATTRIBUTE(
bool, FundamentalOpDataParam6, fundamentalOpDataParam6 );
125 DtDEC_ATTRIBUTE( DtIffAtcNavaidsAltParm4, AlternateMode4, alternateMode4 );
169 virtual unsigned int netSize()
const;
170 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
171 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
173 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
#define DtDEC_ATTRIBUTE(T, N, n)
A Macro to define an attribute; as well as make an accessor and mutator for that attribute.
Definition: addAttribute.h:49
The base class for all messages passed through the portal.
Definition: pMessage.h:65
Contains the DtPortalEmbeddedSystem class declaration.
Portal IFF Object class.
Definition: pIffObject.h:19
std::list< DtAttributeValuePair > DtAttributeValuePairList
A list of DtAttributeValuePairs.
Definition: variableLengthData.h:79
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
Represents Embedded System Objects in a simulation.
Definition: pEmbeddedSystem.h:21
static const DtPortalMessageKind theKind
Definition: pIffObject.h:165
static DtPortalMessage * create()
Definition: pIffObject.h:178