10 #ifndef DtUnknownInteraction_H_
11 #define DtUnknownInteraction_H_
44 const RTI::ParameterHandleValueMap& pvMap);
61 virtual const RTI::ParameterHandleValueMap&
phvm()
const;
69 const RTI::ParameterHandleValueMap& pvMap);
71 virtual void setFromPhvps(
86 virtual const char*
name()
const;
96 static void addCallback(RTI::InteractionClassHandle handle,
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
DtInteraction & operator=(const DtInteraction &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual const RTI::ParameterHandleValueMap & phvm() const =0
Get the parameter handle value pair set for the interaction.
Instances of DtInterClassDesc are used to represent HLA Object and Interaction classes.
Definition: interClassDesc.h:33
DtBoost::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region1516.h:29
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:349
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.)
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 void setFromPhvm(const RTI::ParameterHandleValueMap &pvList)=0
Set contents from a parameter handle value pair set.
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
class DtUnknownInteraction:
Definition: unknownInteraction.h:34
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154
RTI::ParameterHandleValueMap myParams
Decode into this object from parameter value list.
Definition: unknownInteraction.h:114
RTI::InteractionClassHandle myHandle
Definition: unknownInteraction.h:118
This file provide the HLA declaration for the class DtInteraction.