7 #ifndef resupplyCancelInteractionHLA_H_
8 #define resupplyCancelInteractionHLA_H_
68 virtual const char*
name()
const;
117 return "DtResupplyCancelInteraction";
DtInteraction is an abstract base class for representing HLA interactions (or events) (as opposed to ...
Definition: interactionHLA.h:33
virtual const DtGlobalObjectDesignator & supplyingId() const
Definition: resupplyCancelInteractionHLA.h:98
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
DtInteractionWithEncDec & operator=(const DtInteractionWithEncDec &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtResupplyCancelInteraction:
Definition: resupplyCancelInteractionHLA.h:36
virtual void setReceivingId(const DtGlobalObjectDesignator &requester)
Set/Get the receiving object.
Definition: resupplyCancelInteractionHLA.h:103
static void removeCallback(DtExerciseConn *conn, const std::set< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
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 setSupplyingId(const DtGlobalObjectDesignator &servicer)
Set/Get the supplying object.
Definition: resupplyCancelInteractionHLA.h:109
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.)
DtGlobalObjectDesignator myReceivingObject
Definition: resupplyCancelInteractionHLA.h:87
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
void(* DtResupplyCancelInteractionCb)(DtResupplyCancelInteraction *inter, void *usr)
ResupplyCancel interaction callback function signature.
Definition: resupplyCancelInteractionHLA.h:28
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.
virtual const DtGlobalObjectDesignator & receivingId() const
Definition: resupplyCancelInteractionHLA.h:92
class DtInteractionWithEncDec:
Definition: interactionWithEncDec.h:44
virtual const char * name() const
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Definition: resupplyCancelInteractionHLA.h:115
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtGlobalObjectDesignator mySupplyingObject
Definition: resupplyCancelInteractionHLA.h:88