EPICS Base 7.0.8.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
iocshArgBuf Union Reference

#include <iocsh.h>

Public Attributes

int ival
 
double dval
 
charsval
 
voidvval
 
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

{
AsynGenericConfig (args[0].sval, args[1].ival);
}
Provides an RAII style lock/unlock of a mutex.
Definition epicsGuard.h:53

Definition at line 97 of file iocsh.h.

Member Data Documentation

◆ ival

int iocshArgBuf::ival

Definition at line 98 of file iocsh.h.

◆ dval

double iocshArgBuf::dval

Definition at line 99 of file iocsh.h.

◆ sval

char* iocshArgBuf::sval

Definition at line 100 of file iocsh.h.

◆ vval

void* iocshArgBuf::vval

Definition at line 101 of file iocsh.h.

◆ ac

int iocshArgBuf::ac

Definition at line 103 of file iocsh.h.

◆ av

char** iocshArgBuf::av

Definition at line 104 of file iocsh.h.


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