Struct iocshFuncDef

Struct Documentation

struct iocshFuncDef

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

static const iocshFuncDef AsynGenericConfigFuncDef
 = { "AsynGenericConfig", 2, AsynGenericConfigArgs };

Public Members

const char *name
int nargs
const iocshArg *const *arg
const char *usage