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

State transition command information. More...

#include <vcu/ctrl/states.h>

Data Fields

enum states_state src
 
enum states_state dst
 
const char * name
 
const char * desc
 

Detailed Description

State transition command information.

Field Documentation

◆ desc

const char* states_trans_cmd_info::desc

Description of the command.

◆ dst

enum states_state states_trans_cmd_info::dst

Destination state to transition to.

◆ name

const char* states_trans_cmd_info::name

String representation of the command.

◆ src

enum states_state states_trans_cmd_info::src

Source state to transition from.


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