68 virtual void setUpdateNumber(
DtU16 field );
69 virtual DtU16 updateNumber()
const;
76 virtual bool setNumSegments(
DtU8 num );
77 virtual DtU8 numSegments()
const;
93 virtual bool setLinearSegmentRecord(
int index,
95 virtual bool getLinearSegmentRecord(
int index,
124 virtual char* var()
const;
A DtSimulationAddress is used in DIS to identify a particular simulator.
Definition: simulationAddress.h:29
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtPduFactory:
Definition: pduFactory.h:38
DtEntityIdentifier myEntityId
Temporary objects for reference returns.
Definition: linearObjectStatePdu.h:132
Instances of DtLinearSegmentRecord are used to implement the LinearSegmentStruct defined in the RPR F...
Definition: linearSegmentRecord.h:19
DtNetLinearObjectStatePdu is the network structure for the linear object state PDU.
Definition: linObjStP.h:40
virtual void printDataToStream(std::ostream &stream) const
DtSimulationAddress mySimulationAddress
Definition: linearObjectStatePdu.h:134
This file defines math constants and methods which may be useful in simulations.
Instances of DtLinearObjectStatePdu are used to communicate information about the addition/modificati...
Definition: linearObjectStatePdu.h:33
DtStateMsg & operator=(const DtStateMsg &orig)
assignment operator
This file declares classes for the LinearObject Pdu.
virtual DtPduKind internalGetPduKind() const =0
Returns the PDU kind associated with the derived PDU class.
DtSyntheticEnvironmentObjectType is a class which contains information identifying the type of a synt...
Definition: vlpi/syntheticEnvironmentObjectType.h:19
DtPdu is the base class for all PDU's in VR-Link.
Definition: pdu.h:69
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
void(* DtLinearObjectStatePduCb)(DtLinearObjectStatePdu *pdu, void *usr)
DtLinearObjectStatePdu callback function signature.
Definition: linearObjectStatePdu.h:26
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual void printData() const
Print the PDU's data (not including header).
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
struct DtBufferPlaceHolder * DtBufferPtr
Definition: vlBaseMsg.h:17
DtForceType
Section 4.
Definition: disEnums.h:199
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
#define DtUSE_INTERNAL_BUFFER
Definition: vlBaseMsg.h:22
static const int theStaticSize
Size of PDU with zero parameter records.
Definition: linearObjectStatePdu.h:129
DtSyntheticEnvironmentObjectType myObjectType
Definition: linearObjectStatePdu.h:133
DtPduKind
([UID 4]) - PDU Type
Definition: disEnums.h:238
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21
This file contains typedefs for machine dependant types.