| Methods in hla.rti1516 that throw InteractionClassNotDefined |
void |
RTIambassador.changeInteractionOrderType(InteractionClassHandle theClass,
OrderType theType)
|
void |
RTIambassador.changeInteractionTransportationType(InteractionClassHandle theClass,
TransportationType theType)
|
void |
RTIambassador.publishInteractionClass(InteractionClassHandle theInteraction)
|
void |
RTIambassador.sendInteraction(InteractionClassHandle theInteraction,
ParameterHandleValueMap theParameters,
byte[] userSuppliedTag)
|
MessageRetractionReturn |
RTIambassador.sendInteraction(InteractionClassHandle theInteraction,
ParameterHandleValueMap theParameters,
byte[] userSuppliedTag,
LogicalTime theTime)
|
void |
RTIambassador.sendInteractionWithRegions(InteractionClassHandle theInteraction,
ParameterHandleValueMap theParameters,
RegionHandleSet regions,
byte[] userSuppliedTag)
|
MessageRetractionReturn |
RTIambassador.sendInteractionWithRegions(InteractionClassHandle theInteraction,
ParameterHandleValueMap theParameters,
RegionHandleSet regions,
byte[] userSuppliedTag,
LogicalTime theTime)
|
void |
RTIambassador.subscribeInteractionClass(InteractionClassHandle theClass)
|
void |
RTIambassador.subscribeInteractionClassPassively(InteractionClassHandle theClass)
|
void |
RTIambassador.subscribeInteractionClassPassivelyWithRegions(InteractionClassHandle theClass,
RegionHandleSet regions)
|
void |
RTIambassador.subscribeInteractionClassWithRegions(InteractionClassHandle theClass,
RegionHandleSet regions)
|
void |
RTIambassador.unpublishInteractionClass(InteractionClassHandle theInteraction)
|
void |
RTIambassador.unsubscribeInteractionClass(InteractionClassHandle theClass)
|
void |
RTIambassador.unsubscribeInteractionClassWithRegions(InteractionClassHandle theClass,
RegionHandleSet regions)
|