10 #ifndef DtInteractionDecoderFactory_H_
11 #define DtInteractionDecoderFactory_H_
46 RTI::InteractionClassHandle hand);
54 RTI::InteractionClassHandle hand,
64 virtual void addParameterDecoder(
65 RTI::InteractionClassHandle classHand,
66 RTI::ParameterHandle paramHand,
68 bool applyToSubclasses =
true);
71 void addParameterDecoder(
73 RTI::ParameterHandle paramHand,
75 bool applyToSubclasses =
true);
78 void addParameterDecoder(
79 RTI::InteractionClassHandle classHand,
82 bool applyToSubclasses =
true);
85 void addParameterDecoder(
89 bool applyToSubclasses =
true);
101 RTI::InteractionClassHandle hand,
bool copybase =
false);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtInteractionDecoderFactory are used to create decoders which know how to decode an HLA ...
Definition: interactionDecoderFactory.h:23
This file contains the declaration of DtInteractionDecoder.
DtExerciseConn * myExConn
Definition: interactionDecoderFactory.h:110
std::map< RTI::InteractionClassHandle, DtInteractionDecoder * > InterClassHandleToDecoderMap
A list that maps class handles (DtIntHashKeys) to DtInteractionDecoder pointers.
Definition: interactionDecoderFactory.h:107
void(* DtParameterDecoder)(DtInteractionRep *inter, const RTI::ParameterHandleValuePairSet &pvlist, int i)
Parameter decoder function signature.
Definition: interactionDecoder.h:42
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
InterClassHandleToDecoderMap myProtos
Definition: interactionDecoderFactory.h:108
This file contains typedefs for machine dependant types.