13 #include <matrix/vlTaitBryan.h>
14 #include <vlpi/entityIdentifier.h>
15 #include <vlpi/entityType.h>
16 #include <vlutil/vlString.h>
18 namespace MAKVrExchange
133 DtDEC_ATTRIBUTE( DtVector32, RelativeAcceleration, relativeAcceleration );
142 DtDEC_ATTRIBUTE( DtVector32, RelativeRotationalVelocity, relativeRotationalVelocity );
145 DtDEC_ATTRIBUTE( DtTaitBryan, RelativeOrientation, relativeOrientation );
153 virtual unsigned int netSize()
const;
154 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const ;
155 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
157 virtual std::ostream& printDataToStream( std::ostream& str )
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
DtPortalObject are messages which also serve as state repositories for simulated objects.
Definition: pObject.h:23
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
Contains the DtPortalObject class declaration.