10 #ifndef DtUnknownInteraction_H_
11 #define DtUnknownInteraction_H_
44 const RTI::ParameterHandleValueMap& pvMap);
47 const RTI::ParameterHandleValuePairSet& pvList);
61 virtual const RTI::ParameterHandleValueMap& phvm()
const;
63 virtual const RTI::ParameterHandleValuePairSet&
phvps()
const;
68 virtual void setFromPhvm(
69 const RTI::ParameterHandleValueMap& pvMap);
72 const RTI::ParameterHandleValuePairSet& pvList);
86 virtual const char*
name()
const;
96 static void addCallback(RTI::InteractionClassHandle handle,
108 void internalSetFromPhvps(
const RTI::ParameterHandleValuePairSet& pvList);
114 RTI::ParameterHandleValueMap myParams;
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
virtual void setFromPhvps(const RTI::ParameterHandleValuePairSet &pvList)=0
Set contents from a parameter handle value pair set.
DtInteraction & operator=(const DtInteraction &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
static void removeCallback(DtExerciseConn *conn, const std::vector< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
virtual void printData() const
Print the interaction's data to DtInfo.
Definition: interactionHLA.h:358
virtual void setExConn(DtExerciseConn *exConn, DtInterClassDesc *classDesc=0)
Sets the interaction's ExerciseConn and class descriptor.
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
void(* DtUnknownInteractionCb)(DtUnknownInteraction *inter, void *usr)
Unknown interaction callback function signature.
Definition: unknownInteraction.h:27
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...
This file provides protocol to independence DtExerciseConn.
virtual const RTI::ParameterHandleValuePairSet & phvps() const =0
Get the parameter handle value pair set for the interaction.
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
class DtUnknownInteraction:
Definition: unknownInteraction.h:34
RTI::ParameterHandleValuePairSet * myParams
Definition: unknownInteraction.h:116
RTI::InteractionClassHandle myHandle
Definition: unknownInteraction.h:118
This file provide the HLA declaration for the class DtInteraction.