7 #ifndef actionResponseFromObjInter_H_
8 #define actionResponseFromObjInter_H_
61 virtual const char*
name()
const;
96 return "DtActionResponseFromObjInter";
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
virtual void setActionResult(DtResponseFlag response)
Set/Get action enum.
Definition: actionResponseFromObjInter.h:84
DtInteractionWithEncDec & operator=(const DtInteractionWithEncDec &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static void removeCallback(DtExerciseConn *conn, const std::set< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
DtBoost::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region1516.h:29
DtResponseFlag
Definition: disEnums.h:402
This file defines math constants and methods which may be useful in simulations.
virtual void printData() const
Print the interaction's data to DtInfo.
Definition: interactionHLA.h:348
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to the stream.
Definition: interactionHLA.h:356
virtual const char * name() const =0
Name of the interaction. (Not necessarily the ClassName from the FOM.)
void(* DtActionResponseFromObjInterCb)(DtActionResponseFromObjInter *inter, void *usr)
ActionResponseFromObject interaction callback function signature.
Definition: actionResponseFromObjInter.h:27
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...
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
This file provides a declaration of the class DtInteractionWithEncDec.
class DtInteractionWithEncDec:
Definition: interactionWithEncDec.h:44
virtual DtResponseFlag actionResult() const
Definition: actionResponseFromObjInter.h:89
Instances of DtActionResponseFromObjInter are used to represent ActionResponseFromObject Interactions...
Definition: actionResponseFromObjInter.h:33
virtual const char * name() const
Name of the interaction (Not necessarily the ClassName from the FOM).
Definition: actionResponseFromObjInter.h:94
DtResponseFlag myActionResult
Definition: actionResponseFromObjInter.h:80