Skip to content

Return blocks execution_control from receiving interaction #169

@simnaut

Description

@simnaut

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions