|
EPICS Base
7.0.7.0
|
#include <iocsh.h>

Public Attributes | |
| const char * | name |
| int | nargs |
| const iocshArg *const * | arg |
| const char * | usage |
This struct is used with iocshRegister to define the function that is being registered.
name - the name of the command or function
nargs - the number of entries in the array of pointers to argument descriptions
arg - an array of pointers to structs of type iocshArg
1.8.5