8 #ifndef _INTERACTIONDEFINITION_
9 #define _INTERACTIONDEFINITION_
18 using namespace rti1516e;
38 rti1516e::MessageRetractionHandle theRetractionHandle,
40 interaction_type theInteractionType = Unknown
51 interaction_type theInteractionType = Unknown
59 interaction_type theInteractionType = Unknown
65 rti1516e::InteractionClassHandle getHandle();
67 bool isFireInteraction();
68 bool isDetonateInteraction();
69 const std::string& getFedTime();
70 const std::string& getTag();
71 const rti1516e::MessageRetractionHandle& getRetractionHandle();
72 int getTypeOfInteraction();
77 std::map<rti1516e::ParameterHandle, std::string>
myPhvps;
78 std::string myFedTime;
81 int myInteractionType;