![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <stdlib.h>#include <stddef.h>#include <string.h>#include <stdio.h>#include "dbDefs.h"#include "cantProceed.h"#include "epicsFindSymbol.h"#include "gpHash.h"#include "registry.h"
Include dependency graph for registry.c:Go to the source code of this file.
Functions | |
| LIBCOM_API int epicsStdCall | registrySetTableSize (int size) |
| LIBCOM_API int epicsStdCall | registryAdd (void *registryID, const char *name, void *data) |
| LIBCOM_API int epicsStdCall | registryChange (void *registryID, const char *name, void *data) |
| LIBCOM_API void *epicsStdCall | registryFind (void *registryID, const char *name) |
| LIBCOM_API void epicsStdCall | registryFree (void) |
| LIBCOM_API int epicsStdCall | registryDump (void) |
| LIBCOM_API int epicsStdCall registryAdd | ( | void * | registryID, |
| const char * | name, | ||
| void * | data | ||
| ) |
Definition at line 45 of file registry.c.
| LIBCOM_API int epicsStdCall registryChange | ( | void * | registryID, |
| const char * | name, | ||
| void * | data | ||
| ) |
Definition at line 56 of file registry.c.
| LIBCOM_API int epicsStdCall registryDump | ( | void | ) |
Definition at line 86 of file registry.c.
| LIBCOM_API void* epicsStdCall registryFind | ( | void * | registryID, |
| const char * | name | ||
| ) |
Definition at line 67 of file registry.c.
| LIBCOM_API void epicsStdCall registryFree | ( | void | ) |
Definition at line 79 of file registry.c.
| LIBCOM_API int epicsStdCall registrySetTableSize | ( | int | size | ) |
Definition at line 34 of file registry.c.