Driver information structure.
More...
#include <driver.h>
|
char | code_name [DRIVER_CODE_NAME_MAX_LEN] |
| Driver code name aaa-bbb-ccc. More...
|
|
char | version [DRIVER_VERSION_MAX_LEN] |
| Version and (optionally) build number. More...
|
|
char | description [DRIVER_DESCRIPTION_MAX_LEN] |
| Detailed description of the driver. More...
|
|
char | usage [DRIVER_USAGE_MAX_LEN] |
| Usage details, specially extra parameters and its synax (if supported) More...
|
|
char | extra_params [DRIVER_EXTRA_PARAMS_MAX_LEN] |
| String containing the parsed and understood extra_params. More...
|
|
Driver information structure.
Definition at line 37 of file driver.h.
char driver_info_t::code_name[DRIVER_CODE_NAME_MAX_LEN] |
Driver code name aaa-bbb-ccc.
Definition at line 41 of file driver.h.
char driver_info_t::description[DRIVER_DESCRIPTION_MAX_LEN] |
Detailed description of the driver.
Definition at line 49 of file driver.h.
char driver_info_t::extra_params[DRIVER_EXTRA_PARAMS_MAX_LEN] |
String containing the parsed and understood extra_params.
Definition at line 57 of file driver.h.
char driver_info_t::usage[DRIVER_USAGE_MAX_LEN] |
Usage details, specially extra parameters and its synax (if supported)
Definition at line 53 of file driver.h.
char driver_info_t::version[DRIVER_VERSION_MAX_LEN] |
Version and (optionally) build number.
Definition at line 45 of file driver.h.
The documentation for this struct was generated from the following file: