7 #ifndef actionResponseInteractionHLA_H_
8 #define actionResponseInteractionHLA_H_
68 virtual void setRequestId(
DtU32 id);
69 virtual DtU32 requestId()
const;
76 virtual const char*
name()
const;
DtInteraction is an abstract base class for representing HLA interactions (or events) (as opposed to ...
Definition: interactionHLA.h:33
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtRequestStatus myRequestStatus
Definition: actionResponseInteractionHLA.h:98
class DtInteractionWithData:
Definition: interactionWithData.h:29
This file provides a declaration of the class DtInteractionWithData.
static void removeCallback(DtExerciseConn *conn, const std::set< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
virtual void printData() const
Print the interaction's data to DtInfo.
class DtActionResponseInteraction:
Definition: actionResponseInteractionHLA.h:36
This file defines math constants and methods which may be useful in simulations.
DtInteractionWithData & operator=(const DtInteractionWithData &orig)
assignment operator
DtRequestStatus
Definition: disEnums.h:461
virtual const char * name() const =0
Name of the interaction. (Not necessarily the ClassName from the FOM.)
DtU32 myRequestId
Definition: actionResponseInteractionHLA.h:97
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
static void addCallback(DtExerciseConn *conn, const std::set< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
Register/Deregister callback function cb with conn, on all interaction class name (char*) contained i...
DtBoost::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region13.h:31
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
DtEntityIdentifier myReceiveEnt
Definition: actionResponseInteractionHLA.h:96
void(* DtActionResponseInteractionCb)(DtActionResponseInteraction *inter, void *usr)
ActionResponse interaction callback function signature.
Definition: actionResponseInteractionHLA.h:27
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
DtEntityIdentifier myOrigEnt
Definition: actionResponseInteractionHLA.h:95
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to the specified stream.