TBD
Control requests and messages
To control a running component, system level requests can be sent. These requests will not be passed on to the message handlers (on_request
and on_message
). These requests should inherit from SICControlRequest
.
...