|
StateServer 1.6.9
Compiled `c` application to handle task state logging and timing.
|
Core logic flow of wrist center-out NHP task.
More...
Functions | |
| void | transitionState (StateData *s, State *previous) |
Updates the state field by reference based on the transition field and previous state. | |
Core logic flow of wrist center-out NHP task.
| void transitionState | ( | StateData * | s, |
| State * | previous ) |
Updates the state field by reference based on the transition field and previous state.
| s | The current state. |
| previous | Pointer to the previous state. |