Enum iocshArgType

Enum Documentation

enum iocshArgType

This typedef lists the values that can be used as argument data types when building the piocshFuncDef parameter of iocshRegister().

static const iocshArg AsynGenericConfigArg0 = {"Port Name", iocshArgString};
static const iocshArg AsynGenericConfigArg1 = {"Number Devices", iocshArgInt};

Values:

enumerator iocshArgInt
enumerator iocshArgDouble
enumerator iocshArgString
enumerator iocshArgPdbbase
enumerator iocshArgArgv
enumerator iocshArgPersistentString
enumerator iocshArgStringRecord

Equivalent to iocshArgString with a hint for tab completion as a record name.

Since

UNRELEASED

enumerator iocshArgStringPath

Equivalent to iocshArgString with a hint for tab completion as a file system path.

Since

UNRELEASED