This is Unofficial EPICS BASE Doxygen Site
registryDeviceSupport.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2007 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE is distributed subject to a Software License Agreement found
7 * in file LICENSE that is included with this distribution.
8 \*************************************************************************/
9 
10 #ifndef INC_registryDeviceSupport_H
11 #define INC_registryDeviceSupport_H
12 
13 #include "devSup.h"
14 #include "shareLib.h"
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
21  const char *name, const dset *pdset);
23  const char *name);
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 
30 #endif /* INC_registryDeviceSupport_H */
epicsShareFunc int registryDeviceSupportAdd(const char *name, const dset *pdset)
#define epicsShareFunc
Definition: shareLib.h:209
Mark external symbols and entry points for shared libraries.
Device support routines.
Definition: devSup.h:140
epicsShareFunc dset * registryDeviceSupportFind(const char *name)