change RegisterInit to Register
This commit is contained in:
@@ -71,7 +71,7 @@ void iocInitCallFunc(ioccrfArg **args)
|
||||
iocInit();
|
||||
}
|
||||
|
||||
void epicsShareAPI dbAccessRegisterInit(void)
|
||||
void epicsShareAPI dbAccessRegister(void)
|
||||
{
|
||||
ioccrfRegister(&dbLoadDatabaseFuncDef,dbLoadDatabaseCallFunc);
|
||||
ioccrfRegister(&dbLoadRecordsFuncDef,dbLoadRecordsCallFunc);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* dbAccessRegisterInit.h */
|
||||
/* dbAccessRegister.h */
|
||||
/* Author: Marty Kraimer Date: 27APR2000 */
|
||||
|
||||
/********************COPYRIGHT NOTIFICATION**********************************
|
||||
@@ -7,8 +7,8 @@ described on the COPYRIGHT_UniversityOfChicago file included as part
|
||||
of this distribution.
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef INCdbAccessRegisterInitH
|
||||
#define INCdbAccessRegisterInitH
|
||||
#ifndef INCdbAccessRegisterH
|
||||
#define INCdbAccessRegisterH
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
@@ -16,10 +16,10 @@ of this distribution.
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
epicsShareFunc void epicsShareAPI dbAccessRegisterInit(void);
|
||||
epicsShareFunc void epicsShareAPI dbAccessRegister(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /*INCdbAccessRegisterInitH*/
|
||||
#endif /*INCdbAccessRegisterH*/
|
||||
|
||||
@@ -28,7 +28,7 @@ void dbcarCallFunc(ioccrfArg **args)
|
||||
}
|
||||
|
||||
|
||||
void epicsShareAPI dbCaTestRegisterInit(void)
|
||||
void epicsShareAPI dbCaTestRegister(void)
|
||||
{
|
||||
ioccrfRegister(&dbcarFuncDef,dbcarCallFunc);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* dbCaTestRegisterInit.h */
|
||||
/* dbCaTestRegister.h */
|
||||
/* Author: Marty Kraimer Date: 27APR2000 */
|
||||
|
||||
/********************COPYRIGHT NOTIFICATION**********************************
|
||||
@@ -7,8 +7,8 @@ described on the COPYRIGHT_UniversityOfChicago file included as part
|
||||
of this distribution.
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef INCdbCaTestRegisterInitH
|
||||
#define INCdbCaTestRegisterInitH
|
||||
#ifndef INCdbCaTestRegisterH
|
||||
#define INCdbCaTestRegisterH
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
@@ -16,10 +16,10 @@ of this distribution.
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
epicsShareFunc void epicsShareAPI dbCaTestRegisterInit(void);
|
||||
epicsShareFunc void epicsShareAPI dbCaTestRegister(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /*INCdbCaTestRegisterInitH*/
|
||||
#endif /*INCdbCaTestRegisterH*/
|
||||
|
||||
@@ -102,7 +102,7 @@ ioccrfArg *dbhcrArgs[1] = {&dbhcrArg0};
|
||||
ioccrfFuncDef dbhcrFuncDef = {"dbhcr",1,dbhcrArgs};
|
||||
void dbhcrCallFunc(ioccrfArg **args) { dbhcr((char *)args[0]->value);}
|
||||
|
||||
void epicsShareAPI dbTestRegisterInit(void)
|
||||
void epicsShareAPI dbTestRegister(void)
|
||||
{
|
||||
ioccrfRegister(&dbaFuncDef,dbaCallFunc);
|
||||
ioccrfRegister(&dblFuncDef,dblCallFunc);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* dbTestRegisterInit.h */
|
||||
/* dbTestRegister.h */
|
||||
/* Author: Marty Kraimer Date: 27APR2000 */
|
||||
|
||||
/********************COPYRIGHT NOTIFICATION**********************************
|
||||
@@ -7,8 +7,8 @@ described on the COPYRIGHT_UniversityOfChicago file included as part
|
||||
of this distribution.
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef INCdbTestRegisterInitH
|
||||
#define INCdbTestRegisterInitH
|
||||
#ifndef INCdbTestRegisterH
|
||||
#define INCdbTestRegisterH
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
@@ -16,10 +16,10 @@ of this distribution.
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
epicsShareFunc void epicsShareAPI dbTestRegisterInit(void);
|
||||
epicsShareFunc void epicsShareAPI dbTestRegister(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /*INCdbTestRegisterInitH*/
|
||||
#endif /*INCdbTestRegisterH*/
|
||||
|
||||
Reference in New Issue
Block a user