24 void setAssociationType(
DtU8 entityId);
25 DtU8 associationType();
29 DtU16 associatedEntity();
32 void setAssociatedLocation(
DtVector64 associatedLoc);
36 virtual void print()
const;
Contains the DtEntityIdentifier class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtEntityType and DtRadioEntityType class declarations.
virtual void print() const
Print this record.
unsigned long long DtU64
-------—— Network Layout for a long long (64 bytes unsigned)
Definition: vlMachineTypes.h:185
Functions in vlPrint.h provide an error and print facility for vrlink.
DtU16 * myAssociatedEntityId
Definition: associationRecord.h:41
Utility functions for printing objects.
DtRecordSet & operator=(const DtRecordSet &orig)
Assignment operators.
Instances of DtRecordSet are used to contain the record sets used by the PDU classes which inherit fr...
Definition: recordSet.h:38
Definition: vlVector.h:224
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
Definition: associationRecord.h:8
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
DtU8 * myAssociationType
Definition: associationRecord.h:40
DtNetRecordSet is the network structure for a record used by the PDU classes which inherit from the r...
Definition: recordSet.h:18
virtual void printDataToStream(std::ostream &stream) const
DtU64 * myAssociationWorldLocation
Definition: associationRecord.h:42
Contains the DtEventId class declaration.