This is Unofficial EPICS BASE Doxygen Site
epicsFindSymbol.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2009 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 #ifndef epicsFindSymbolh
10 #define epicsFindSymbolh
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include "libComAPI.h"
17 
18 LIBCOM_API void * epicsLoadLibrary(const char *name);
19 LIBCOM_API const char *epicsLoadError(void);
20 LIBCOM_API void * epicsStdCall epicsFindSymbol(const char *name);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* epicsFindSymbolh */
LIBCOM_API const char * epicsLoadError(void)
Definition: osdFindSymbol.c:18
LIBCOM_API void * epicsLoadLibrary(const char *name)
Definition: osdFindSymbol.c:13
LIBCOM_API void *epicsStdCall epicsFindSymbol(const char *name)
Definition: osdFindSymbol.c:23