StateServer 1.6.9
Compiled `c` application to handle task state logging and timing.
Loading...
Searching...
No Matches
Task State Machine

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.
 

Detailed Description

Core logic flow of wrist center-out NHP task.

Function Documentation

◆ transitionState()

void transitionState ( StateData * s,
State * previous )

Updates the state field by reference based on the transition field and previous state.

Parameters
sThe current state.
previousPointer to the previous state.
State Transition Flowchart