|
RADLib
RADical C++ application framework
|
#include <radekernel.h>
Public Attributes | |
| uint32_t | size |
| const char * | name |
| const char * | bus |
| const char * | compatible |
| rad_status_t(* | init )(void *context) |
| void(* | exit )(void *context) |
| void * | context |
| const char* rad_module_descriptor::bus |
| const char* rad_module_descriptor::compatible |
| void* rad_module_descriptor::context |
| void(* rad_module_descriptor::exit) (void *context) |
| rad_status_t(* rad_module_descriptor::init) (void *context) |
| const char* rad_module_descriptor::name |
| uint32_t rad_module_descriptor::size |