agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
zrtos_shell_fn_t Struct Reference

#include <shell.h>

Collaboration diagram for zrtos_shell_fn_t:
[legend]

Data Fields

char * name
 
zrtos_error_t(* callback )(struct _zrtos_shell_t *thiz, size_t argc, char **argv)
 

Detailed Description

Definition at line 35 of file shell.h.

Field Documentation

◆ callback

zrtos_error_t(* zrtos_shell_fn_t::callback) (struct _zrtos_shell_t *thiz, size_t argc, char **argv)

Definition at line 37 of file shell.h.

◆ name

char* zrtos_shell_fn_t::name

Definition at line 36 of file shell.h.


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