This is Unofficial EPICS BASE Doxygen Site
registryJLinks.h File Reference
#include "dbBase.h"
#include "dbJLink.h"
#include "shareLib.h"
+ Include dependency graph for registryJLinks.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

epicsShareFunc int registryJLinkAdd (DBBASE *pbase, jlif *pjlif)
 

Function Documentation

epicsShareFunc int registryJLinkAdd ( DBBASE pbase,
jlif pjlif 
)

Definition at line 16 of file registryJLinks.c.

17 {
18  linkSup *plinkSup = dbFindLinkSup(pbase, pjlif->name);
19 
20  if (plinkSup)
21  plinkSup->pjlif = pjlif;
22  return !!plinkSup;
23 }
linkSup * dbFindLinkSup(dbBase *pdbbase, const char *name)
Definition: dbStaticLib.c:3158
struct jlif * pjlif
Definition: dbBase.h:52
Definition: dbBase.h:48