Hello!
In TrickHLA/Manager.cpp this return;:
ends up blocking
|
// Let ExectionControl receive any interactions. |
|
execution_control->receive_interaction( theInteraction, |
|
theParameterValues, |
|
theUserSuppliedTag, |
|
theTime, |
|
received_as_TSO ); |
I am hoping to use the execution_control.receive_interaction() to call my user-defined interaction handler receive_interaction(). Also if there is a better way to do that please let me know.
Hello!
In TrickHLA/Manager.cpp this
return;:TrickHLA/source/TrickHLA/Manager.cpp
Line 2494 in e2d0918
ends up blocking
TrickHLA/source/TrickHLA/Manager.cpp
Lines 2498 to 2503 in e2d0918
I am hoping to use the execution_control.receive_interaction() to call my user-defined interaction handler receive_interaction(). Also if there is a better way to do that please let me know.