Struct iocshVarDef

Struct Documentation

struct iocshVarDef

This struct is used with the function iocshRegisterVariable. Each instance includes a name, a data type (see iocshArgType), and a pointer to the value.

Public Members

const char *name
iocshArgType type
void *pval