7 #ifndef repairResponseInteractionHLA_H_
8 #define repairResponseInteractionHLA_H_
72 virtual const char*
name()
const;
132 return "DtRepairResponseInteraction";
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:61
DtInteractionWithEncDec & operator=(const DtInteractionWithEncDec &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void setRepairingId(const DtGlobalObjectDesignator &id)
Set/Get the repairing object.
Definition: repairResponseInteractionHLA.h:119
virtual void setReceivingId(const DtGlobalObjectDesignator &id)
Set/Get the receiving object.
Definition: repairResponseInteractionHLA.h:113
DtGlobalObjectDesignator myRepairingObject
Definition: repairResponseInteractionHLA.h:92
class DtRepairResponseInteraction:
Definition: repairResponseInteractionHLA.h:36
DtRepairResult myRepairResult
Definition: repairResponseInteractionHLA.h:93
virtual void setRepairResult(DtRepairResult result)
Set/Get the repair type.
Definition: repairResponseInteractionHLA.h:125
static void removeCallback(DtExerciseConn *conn, const std::vector< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
This file defines math constants and methods which may be useful in simulations.
virtual const char * name() const
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Definition: repairResponseInteractionHLA.h:130
virtual void printData() const
Print the interaction's data to DtInfo.
Definition: interactionHLA.h:358
DtRepairResult
Definition: disEnums.h:371
virtual DtRepairResult repairResult() const
Definition: repairResponseInteractionHLA.h:108
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to the stream.
Definition: interactionHLA.h:366
virtual const char * name() const =0
Name of the interaction. (Not necessarily the ClassName from the FOM.)
std::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region13.h:31
static void addCallback(DtExerciseConn *conn, const std::vector< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
Register/Deregister callback function cb with conn, on all interaction class name (char*) contained i...
void(* DtRepairResponseInteractionCb)(DtRepairResponseInteraction *inter, void *usr)
RepairResponse interaction callback function signature.
Definition: repairResponseInteractionHLA.h:28
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
virtual const DtGlobalObjectDesignator & repairingId() const
Definition: repairResponseInteractionHLA.h:103
This file provides a declaration of the class DtInteractionWithEncDec.
virtual const DtGlobalObjectDesignator & receivingId() const
Definition: repairResponseInteractionHLA.h:97
class DtInteractionWithEncDec:
Definition: interactionWithEncDec.h:44
Instances of DtString are used to represent strings.
Definition: vlString.h:36
DtGlobalObjectDesignator myReceivingObject
Definition: repairResponseInteractionHLA.h:91