c-template
command Struct Reference

#include <command_line.h>

Collaboration diagram for command:

Data Fields

int command_count
 
int argc
 
char * argv [32]
 
command_handlercommands [32]
 

Detailed Description

Definition at line 48 of file command_line.h.

Field Documentation

◆ argc

int command::argc

Definition at line 50 of file command_line.h.

◆ argv

char* command::argv[32]

Definition at line 51 of file command_line.h.

◆ command_count

int command::command_count

Definition at line 49 of file command_line.h.

◆ commands

command_handler* command::commands[32]

Definition at line 52 of file command_line.h.


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