This is Unofficial EPICS BASE Doxygen Site
osdFindAddr.c
Go to the documentation of this file.
1 /*
2  * Copyright: Stanford University / SLAC National Laboratory.
3  *
4  * EPICS BASE is distributed subject to a Software License Agreement found
5  * in file LICENSE that is included with this distribution.
6  *
7  * Author: Till Straumann <strauman@slac.stanford.edu>, 2011, 2014
8  */
9 
10 #include "epicsStackTracePvt.h"
11 #include "epicsStackTrace.h"
12 
13 int epicsFindAddr(void *addr, epicsSymbol *sym_p)
14 {
15  sym_p->f_nam = 0;
16  sym_p->s_nam = 0;
17  sym_p->s_val = 0;
18  return -1;
19 }
20 
22 {
23  return 0;
24 }
int epicsFindAddrGetFeatures(void)
Definition: osdFindAddr.c:37
const char * f_nam
int epicsFindAddr(void *addr, epicsSymbol *sym_p)
Definition: osdFindAddr.c:20
const char * s_nam