NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
dashboard_mode_info Struct Reference

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
 

Detailed Description

Information about a dashboard mode.

Field Documentation

◆ desc

const char* dashboard_mode_info::desc

Description of the command.

◆ name

const char* dashboard_mode_info::name

String representation of the command.

◆ start

dashboard_mode_trans_t dashboard_mode_info::start

Function to start the mode.

◆ stop

dashboard_mode_trans_t dashboard_mode_info::stop

Function to stop the mode.


The documentation for this struct was generated from the following file: