My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
cmd_action Struct Reference

Public Attributes

char cmd [32]
 
int(* action )(char *)
 
char args [32][16]
 
char help [256]
 

Detailed Description

Definition at line 56 of file cli.c.

Member Data Documentation

int(* cmd_action::action)(char *)

Definition at line 58 of file cli.c.

char cmd_action::args[32][16]

Definition at line 59 of file cli.c.

char cmd_action::cmd[32]

Definition at line 57 of file cli.c.

char cmd_action::help[256]

Definition at line 60 of file cli.c.


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