Very Simple Kernel 0.1.0
|
Data Structures | |
struct | vsk_Event |
Event. More... | |
Typedefs | |
typedef struct vsk_Event | vsk_Event_t |
Event. | |
Functions | |
vsk_Event_t * | vsk_Event_init (vsk_Event_t *const self) |
Initializes an event. | |
void | vsk_Event_raise (vsk_Event_t *const self) |
Raises an event. | |
void | vsk_Event_subscribe (vsk_Event_t *const self, vsk_EventSubscription_t *const subscription) |
Subscribes to an event. | |
vsk_Event_t * vsk_Event_init | ( | vsk_Event_t *const | self | ) |
Initializes an event.
self | Event reference |
void vsk_Event_raise | ( | vsk_Event_t *const | self | ) |
Raises an event.
self | Event reference |
void vsk_Event_subscribe | ( | vsk_Event_t *const | self, |
vsk_EventSubscription_t *const | subscription ) |
Subscribes to an event.
self | Event reference |
subscription | Event subscription reference |