|
Very Simple Kernel 0.1.0
|
Data Structures | |
| struct | vsk_StateContext |
| State context. More... | |
Typedefs | |
| typedef struct vsk_StateContext | vsk_StateContext_t |
| State context. | |
Functions | |
| vsk_StateContext_t * | vsk_StateContext_init (vsk_StateContext_t *const self, vsk_State_t *const initialState) |
| Initializes a state context. | |
| void | vsk_StateContext_transition (vsk_StateContext_t *const self, vsk_State_t *const state) |
| Transitions the context to a new state. | |
| vsk_StateContext_t * vsk_StateContext_init | ( | vsk_StateContext_t *const | self, |
| vsk_State_t *const | initialState ) |
Initializes a state context.
| self | State context reference |
| initialState | Initial state |
| void vsk_StateContext_transition | ( | vsk_StateContext_t *const | self, |
| vsk_State_t *const | state ) |
Transitions the context to a new state.
| self | State context reference |
| state | New state to transition to |