|
RADPx-OS Kernel (Radical Posix OS)
Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
|
Public data structure for rad_service_descriptor. More...
#include <radkernel.h>
Public Attributes | |
| uint32_t | size |
| Public structure field. | |
| const char * | name |
| Public structure field. | |
| const char * | compatible |
| Public structure field. | |
| const char * | capability |
| Public structure field. | |
| int | default_order |
| Public structure field. | |
| rad_status_t(* | start )(void *context, const rad_service_config_t *config) |
| Public callback slot. | |
| void(* | stop )(void *context) |
| Public callback slot. | |
| rad_status_t(* | poll )(void *context) |
| Public callback slot. | |
| void * | context |
| Public structure field. | |
Public data structure for rad_service_descriptor.