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:starteventRUNNING->STOPPED:successevent (which also emitsstop)RUNNING->EXCEPTION:exceptionevent (which also emitsfailedandstop)
configure is handled