8 #ifndef _INTERACTIONDEFINITION_
9 #define _INTERACTIONDEFINITION_
18 using namespace rti1516e;
33 const rti1516e::VariableLengthData& userSuppliedTag,
36 const rti1516e::LogicalTime& fedTime,
38 rti1516e::MessageRetractionHandle theRetractionHandle,
39 const SupplementalReceiveInfo theReceiveInfo,
40 interaction_type theInteractionType = Unknown
45 const rti1516e::VariableLengthData& userSuppliedTag,
48 const rti1516e::LogicalTime& fedTime,
50 const SupplementalReceiveInfo theReceiveInfo,
51 interaction_type theInteractionType = Unknown
55 const rti1516e::VariableLengthData& userSuppliedTag,
58 const SupplementalReceiveInfo theReceiveInfo,
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();
73 const SupplementalReceiveInfo getReceiveInfo();
77 std::map<rti1516e::ParameterHandle, std::string>
myPhvps;
78 std::string myFedTime;
81 int myInteractionType;
A convenience header provided for developers that would like to include everything all at once...
SupplementalReceiveInfo myReceiveInfo
Definition: simpleTimeInteraction1516e.h:82
OrderType
Definition: Enums.h:13
Definition: simpleTimeInteraction13.h:23
std::map< rti1516e::ParameterHandle, std::string > myPhvps
Definition: simpleTimeInteraction1516e.h:77
rti1516e::InteractionClassHandle myHandle
Definition: simpleTimeInteraction1516e.h:76
std::map< ParameterHandle, VariableLengthData > ParameterHandleValueMap
Definition: Typedefs.h:41
interaction_type
Definition: simpleTimeInteraction13.h:27
rti1516e::MessageRetractionHandle myRetractionHandle
Definition: simpleTimeInteraction1516e.h:80
This file contains the rti1516e::RTIambassadorFactory which can be used to make an implementation of ...
TransportationType
Definition: Enums.h:84