FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
command_t Struct Reference

Wrapper to store the command and its respective function. More...

#include <sh_util.h>

Collaboration diagram for command_t:
Collaboration graph

Public Attributes

const char * name
cmd_func_t func

Detailed Description

Wrapper to store the command and its respective function.

Definition at line 68 of file sh_util.h.

Member Data Documentation

◆ func

cmd_func_t command_t::func

Definition at line 70 of file sh_util.h.

◆ name

const char* command_t::name

Definition at line 69 of file sh_util.h.


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