This is Unofficial EPICS BASE Doxygen Site
osdFindAddr.c File Reference
+ Include dependency graph for osdFindAddr.c:

Go to the source code of this file.

Functions

int epicsFindAddr (void *addr, epicsSymbol *sym_p)
 
int epicsFindAddrGetFeatures (void)
 

Function Documentation

int epicsFindAddr ( void *  addr,
epicsSymbol sym_p 
)

Definition at line 13 of file osdFindAddr.c.

14 {
15  sym_p->f_nam = 0;
16  sym_p->s_nam = 0;
17  sym_p->s_val = 0;
18  return -1;
19 }
const char * f_nam
const char * s_nam
int epicsFindAddrGetFeatures ( void  )

Definition at line 21 of file osdFindAddr.c.

22 {
23  return 0;
24 }