![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Go to the source code of this file.
Classes | |
struct | recordTypeLocation |
Typedefs | |
typedef int(* | computeSizeOffset) (struct dbRecordType *pdbRecordType) |
typedef struct recordTypeLocation | recordTypeLocation |
Functions | |
epicsShareFunc int | registryRecordTypeAdd (const char *name, const recordTypeLocation *prtl) |
epicsShareFunc recordTypeLocation * | registryRecordTypeFind (const char *name) |
int | registerRecordDeviceDriver (struct dbBase *pdbbase) |
typedef int(* computeSizeOffset) (struct dbRecordType *pdbRecordType) |
Definition at line 23 of file registryRecordType.h.
typedef struct recordTypeLocation recordTypeLocation |
int registerRecordDeviceDriver | ( | struct dbBase * | pdbbase | ) |
epicsShareFunc int registryRecordTypeAdd | ( | const char * | name, |
const recordTypeLocation * | prtl | ||
) |
Definition at line 20 of file registryRecordType.c.
epicsShareFunc recordTypeLocation* registryRecordTypeFind | ( | const char * | name | ) |
Definition at line 26 of file registryRecordType.c.