|
Very Simple Kernel 0.1.0
|
Data Structures | |
| struct | vsk_ActiveObject |
| Active object. More... | |
Typedefs | |
| typedef struct vsk_ActiveObject | vsk_ActiveObject_t |
| Active object. | |
Functions | |
| vsk_ActiveObject_t * | vsk_ActiveObject_init (vsk_ActiveObject_t *const self, vsk_State_t *const initialState) |
| Initializes an active object. | |
| vsk_ActiveObject_t * vsk_ActiveObject_init | ( | vsk_ActiveObject_t *const | self, |
| vsk_State_t *const | initialState ) |
Initializes an active object.
| self | Active object reference |
| initialState | Initial state |