Very Simple Kernel 0.1.0
|
#include "vsk_State.h"
Go to the source code of this file.
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. | |