EPICS Base  7.0.7.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
iocshFuncDef Struct Reference

#include <iocsh.h>

Collaboration diagram for iocshFuncDef:
Collaboration graph
[legend]

Public Attributes

const char * name
 
int nargs
 
const iocshArg *const * arg
 
const char * usage
 

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

static const iocshFuncDef AsynGenericConfigFuncDef
= { "AsynGenericConfig", 2, AsynGenericConfigArgs };

Definition at line 146 of file iocsh.h.


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