15 #include <vlpi/articulatedPartCollection.h>
16 #include <vlpi/attachedPartCollection.h>
17 #include <matrix/vlTaitBryan.h>
18 #include <vlutil/vlString.h>
19 #include <vlutil/vlUuid.h>
24 namespace MAKVrExchange
81 DtDEC_ATTRIBUTE( DtU16, LiveEntityMeasuredSpeed, liveEntityMeasuredSpeed );
111 DtDEC_ATTRIBUTE(
bool, HasAmmunitionSupplyCap,hasAmmunitionSupplyCap );
162 DtDEC_ATTRIBUTE( DtArticulatedPartCollection, ArticulatedPartList, articulatedPartList );
165 DtDEC_ATTRIBUTE( DtAttachedPartCollection, AttachedPartList, attachedPartList );
202 DtDEC_ATTRIBUTE( std::vector<DtVrlUuid>, EmbeddedUnitList, embeddedUnitList );
229 DtDEC_ATTRIBUTE( std::vector<DtVector>, RouteWaypoints, routeWaypoints );
242 virtual unsigned int netSize()
const;
243 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
244 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
246 virtual std::ostream& printDataToStream( std::ostream& str )
const;
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pEntity.h:238
#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
Contains the DtPortalBaseEntity class declaration.
The base class for all messages passed through the portal.
Definition: pMessage.h:67
Contains the DtNozzleSystemData class declaration.
Contains the DtPropulsionSystemData class declaration.
Represents attributes common to Entities and Aggregates.
Definition: pBaseEntity.h:23
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
std::list< DtPropulsionSystemData > DtPropulsionSystemDataList
Definition: propulsionSystemData.h:59
std::list< DtNozzleSystemData > DtNozzleSystemDataList
Definition: nozzleSystemData.h:59
Messages which represent Entities with state.
Definition: pEntity.h:30
static DtPortalMessage * create()
Definition: pEntity.h:251