![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "errlog.h"
#include "registryCommon.h"
#include "registryDeviceSupport.h"
#include "registryDriverSupport.h"
#include "registryJLinks.h"
Go to the source code of this file.
Macros | |
#define | epicsExportSharedSymbols |
Functions | |
void | registerRecordTypes (DBBASE *pbase, int nRecordTypes, const char *const *recordTypeNames, const recordTypeLocation *rtl) |
void | registerDevices (DBBASE *pbase, int nDevices, const char *const *deviceSupportNames, const dset *const *devsl) |
void | registerDrivers (DBBASE *pbase, int nDrivers, const char *const *driverSupportNames, struct drvet *const *drvsl) |
void | registerJLinks (DBBASE *pbase, int nLinks, jlif *const *jlifsl) |
#define epicsExportSharedSymbols |
Definition at line 18 of file registryCommon.c.
void registerDevices | ( | DBBASE * | pbase, |
int | nDevices, | ||
const char *const * | deviceSupportNames, | ||
const dset *const * | devsl | ||
) |
Definition at line 53 of file registryCommon.c.
void registerDrivers | ( | DBBASE * | pbase, |
int | nDrivers, | ||
const char *const * | driverSupportNames, | ||
struct drvet *const * | drvsl | ||
) |
Definition at line 67 of file registryCommon.c.
Definition at line 81 of file registryCommon.c.
void registerRecordTypes | ( | DBBASE * | pbase, |
int | nRecordTypes, | ||
const char *const * | recordTypeNames, | ||
const recordTypeLocation * | rtl | ||
) |
Definition at line 25 of file registryCommon.c.