EPICS Base  7.0.8.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
iocshArgBuf Union Reference

#include <iocsh.h>

Public Attributes

int ival
 
double dval
 
char * sval
 
void * vval
 
struct {
   int   ac
 
   char **   av
 
aval
 

Detailed Description

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);
}

Definition at line 97 of file iocsh.h.


The documentation for this union was generated from the following file: