7 #ifndef actionResponseFromObjInter_H_
8 #define actionResponseFromObjInter_H_
22 class DT_DLL_VL DtActionResponseFromObjInter;
26 typedef void (*DtActionResponseFromObjInterCb)
27 (DtActionResponseFromObjInter* inter,
void* usr);
33 class DT_DLL_VL DtActionResponseFromObjInter :
public DtInteractionWithEncDec
38 DtActionResponseFromObjInter();
41 virtual ~DtActionResponseFromObjInter();
44 DtActionResponseFromObjInter(
const DtActionResponseFromObjInter& orig);
47 DtActionResponseFromObjInter& operator=(
48 const DtActionResponseFromObjInter& orig);
51 virtual void printData()
const;
54 virtual void printDataToStream(std::ostream& stream)
const;
61 virtual const char* name()
const;
72 DtActionResponseFromObjInterCb cb,
void* usr,
73 DtDDMRegionSP region = DtDDMRegionSP());
75 DtActionResponseFromObjInterCb cb,
void* usr,
76 DtDDMRegionSP region = DtDDMRegionSP());
83 inline void DtActionResponseFromObjInter::
86 myActionResult = response;
89 inline DtResponseFlag DtActionResponseFromObjInter::actionResult()
const
91 return myActionResult;
94 inline const char* DtActionResponseFromObjInter::name()
const
96 return "DtActionResponseFromObjInter";
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
DtResponseFlag
Definition: disEnums.h:406
This file defines math constants and methods which may be useful in simulations.
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.