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