RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_rtl_shell_cmd_t Struct Reference

Table of handlers we parse to invoke the command. More...

Collaboration diagram for rtems_rtl_shell_cmd_t:
Collaboration graph
[legend]

Data Fields

const char * name
 The sub-command's name. More...
 
rtems_rtl_shell_handler_t handler
 The sub-command's handler. More...
 
const char * help
 The sub-command's help. More...
 

Detailed Description

Table of handlers we parse to invoke the command.

Field Documentation

◆ handler

rtems_rtl_shell_handler_t rtems_rtl_shell_cmd_t::handler

The sub-command's handler.

◆ help

const char* rtems_rtl_shell_cmd_t::help

The sub-command's help.

◆ name

const char* rtems_rtl_shell_cmd_t::name

The sub-command's name.


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