![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Information about a dashboard mode. More...
#include <vcu/dashboard.h>
Data Fields | |
dashboard_mode_trans_t | start |
dashboard_mode_trans_t | stop |
const char * | name |
const char * | desc |
Information about a dashboard mode.
const char* dashboard_mode_info::desc |
Description of the command.
const char* dashboard_mode_info::name |
String representation of the command.
dashboard_mode_trans_t dashboard_mode_info::start |
Function to start the mode.
dashboard_mode_trans_t dashboard_mode_info::stop |
Function to stop the mode.