Structure defining a ctl command.
More...
#include <ctl.h>
Structure defining a ctl command.
Definition at line 69 of file ctl.h.
◆ name
The name of the command.
Definition at line 71 of file ctl.h.
◆ func
The function to call for the command.
Definition at line 72 of file ctl.h.
◆ argcMin
The minimum number of arguments accepted by func.
Definition at line 73 of file ctl.h.
◆ argcMax
The maximum number of arguments accepted by func.
Definition at line 74 of file ctl.h.
The documentation for this struct was generated from the following file: