15 #include <vlpi/articulatedPartCollection.h>
16 #include <vlpi/attachedPartCollection.h>
17 #include <matrix/vlTaitBryan.h>
18 #include <vlutil/vlString.h>
20 namespace MAKVrExchange
105 DtDEC_ATTRIBUTE(
bool, HasAmmunitionSupplyCap,hasAmmunitionSupplyCap );
156 DtDEC_ATTRIBUTE( DtArticulatedPartCollection, ArticulatedPartList, articulatedPartList );
159 DtDEC_ATTRIBUTE( DtAttachedPartCollection, AttachedPartList, attachedPartList );
190 virtual unsigned int netSize()
const;
191 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
192 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
194 virtual std::ostream& printDataToStream( std::ostream& str )
const;
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pEntity.h:186
#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:66
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:26
static DtPortalMessage * create()
Definition: pEntity.h:199