This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
vxComLibrary.c
Go to the documentation of this file.
1
/*vxComLibrary.c */
2
/*************************************************************************\
3
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
4
* National Laboratory.
5
* Copyright (c) 2002 The Regents of the University of California, as
6
* Operator of Los Alamos National Laboratory.
7
* EPICS BASE Versions 3.13.7
8
* and higher are distributed subject to a Software License Agreement found
9
* in file LICENSE that is included with this distribution.
10
\*************************************************************************/
11
12
/* Author: Marty Kraimer
13
* August 2003
14
*/
15
16
/* The purpose of this module is to force various vxWorks specific
17
* modules top be loaded
18
*/
19
20
#include "
epicsDynLink.h
"
21
extern
int
logMsgToErrlog
(
void
);
22
extern
int
veclist
(
int
);
23
24
void
vxComLibrary
(
int
callit)
25
{
26
if
(callit)
symFindByNameEPICS
(0,0,0,0);
27
if
(callit)
logMsgToErrlog
();
28
if
(callit)
veclist
(0);
29
}
symFindByNameEPICS
STATUS symFindByNameEPICS(SYMTAB_ID symTblId, char *name, char **ppvalue, SYM_TYPE *pType)
Definition:
epicsDynLink.c:38
epicsDynLink.h
vxComLibrary
void vxComLibrary(int callit)
Definition:
vxComLibrary.c:24
veclist
int veclist(int)
Definition:
veclist.c:47
logMsgToErrlog
int logMsgToErrlog(void)
Definition:
logMsgToErrlog.cpp:32
modules
libcom
src
osi
os
vxWorks
vxComLibrary.c
Generated by
1.8.11