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

#include <iocsh.h>

Collaboration diagram for iocshFuncDef:
Collaboration graph
[legend]

Public Attributes

const charname
 
int nargs
 
const iocshArg *constarg
 
const charusage
 

Detailed Description

This struct is used with iocshRegister to define the function that is being registered.

name - the name of the command or function
nargs - the number of entries in the array of pointers to argument descriptions
arg - an array of pointers to structs of type iocshArg

= { "AsynGenericConfig", 2, AsynGenericConfigArgs };
Provides an RAII style lock/unlock of a mutex.
Definition epicsGuard.h:53

Definition at line 158 of file iocsh.h.

Member Data Documentation

◆ name

const char* iocshFuncDef::name

Definition at line 159 of file iocsh.h.

◆ nargs

int iocshFuncDef::nargs

Definition at line 160 of file iocsh.h.

◆ arg

const iocshArg* const* iocshFuncDef::arg

Definition at line 161 of file iocsh.h.

◆ usage

const char* iocshFuncDef::usage

Definition at line 162 of file iocsh.h.


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