Union iocshArgBuf

Union Documentation

union iocshArgBuf
#include <iocsh.h>

This union is used when building the func paramter of iocshRegister(). Each use should match the parameter type of the parameters of the function being registered

static void AsynGenericConfigCallFunc (const iocshArgBuf *args)
{
    AsynGenericConfig (args[0].sval, args[1].ival);
}

Public Members

int ival
double dval
char *sval
void *vval
int ac
char **av
struct iocshArgBuf::[anonymous] aval