13 #include <matrix/vlTaitBryan.h>
14 #include <vlutil/vlString.h>
16 namespace MAKVrExchange
120 virtual unsigned int netSize()
const;
121 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
122 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
124 virtual std::ostream& printDataToStream( std::ostream& str )
const;
std::vector< DtSilentEntity > DtSilentEntityArray
Definition: aggregateTypes.h:132
#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.
static DtPortalMessage * create()
Definition: pAggregate.h:129
The base class for all messages passed through the portal.
Definition: pMessage.h:67
std::vector< DtSilentAggregate > DtSilentAggregateArray
A vector of DtSilentAggregates.
Definition: aggregateTypes.h:131
std::vector< DtAggregateVariableDatum > DtAggregateVariableDatumArray
Definition: aggregateTypes.h:129
Represents attributes common to Entities and Aggregates.
Definition: pBaseEntity.h:23
Represents aggregated entity objects in a simulation.
Definition: pAggregate.h:21
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pAggregate.h:116