I'm working with Rhapsody 8.0.1 and RXF for Freescale MQX 4.0.
I've got some classes which are involved in a specific Job which is the main functionality of the product and has to be high priority.
An interrupt triggers the first statemachine which then executes callbacks to classes in the application layer. Such a callback fires an event to that particular registered object and triggers its statemachine.
Now how can I achieve to run all involved statemachines in the same high priority context?
Lukas