Component Networks
STUB
Mapping of Rock component states to events
The tasks that represent the Syskit components have a 1:1 mapping between task state transitions and events. The default transitions are rather straightforward:
STOPPED
->RUNNING
:start
eventRUNNING
->STOPPED
:success
event (which also emitsstop
)RUNNING
->EXCEPTION
:exception
event (which also emitsfailed
andstop
)
configure
is handled