7 #ifndef createEntityInteractionHLA_H_
8 #define createEntityInteractionHLA_H_
27 typedef void (*DtCreateEntityInteractionCb)(
52 virtual void printData()
const;
55 virtual void printDataToStream(std::ostream& stream)
const;
66 virtual void setRequestId(
int id);
67 virtual int requestId()
const;
70 virtual const char* name()
const;
81 DtCreateEntityInteractionCb cb,
void* usr,
82 DtDDMRegionSP region = DtDDMRegionSP());
84 DtCreateEntityInteractionCb cb,
void* usr,
85 DtDDMRegionSP region = DtDDMRegionSP());
125 inline const char* DtCreateEntityInteraction::name()
const
127 return "DtCreateEntityInteraction";
DtInteraction is an base class for representing DIS PDUs which don't have state.
Definition: interactionDIS.h:24
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtCreateEntityPdu are used to send/receive create entity PDUs.
Definition: createEntityPdu.h:29
DtCreateEntityPdu DtCreateEntityInteraction
Definition: createEntityPdu.h:20
int requestId() const
Set/Get the request id.
virtual void setSenderId(const DtEntityIdentifier &id)
Set the sender ID.
virtual void setReceiverId(const DtEntityIdentifier &id)
Set the receiver ID.
This file defines math constants and methods which may be useful in simulations.
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
virtual const DtEntityIdentifier & senderId() const
Get the sender ID.
virtual const DtEntityIdentifier & receiverId() const
Get the receiver ID.
void setRequestId(int id)