This is Unofficial EPICS BASE Doxygen Site
registryIocRegister.h File Reference
#include "shareLib.h"
+ Include dependency graph for registryIocRegister.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

epicsShareFunc void registryIocRegister (void)
 

Function Documentation

epicsShareFunc void registryIocRegister ( void  )

Definition at line 50 of file registryIocRegister.c.

51 {
52  iocshRegister(&registryRecordTypeFindFuncDef,registryRecordTypeFindCallFunc);
53  iocshRegister(&registryDeviceSupportFindFuncDef,registryDeviceSupportFindCallFunc);
54  iocshRegister(&registryDriverSupportFindFuncDef,registryDriverSupportFindCallFunc);
55  iocshRegister(&registryFunctionFindFuncDef,registryFunctionFindCallFunc);
56 }
void epicsStdCall iocshRegister(const iocshFuncDef *piocshFuncDef, iocshCallFunc func)
Definition: iocsh.cpp:111