![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <ctype.h>#include <string.h>#include <stdlib.h>#include <stddef.h>#include "envDefs.h"#include "epicsAssert.h"#include "epicsStdioRedirect.h"#include "errlog.h"#include "osiWireFormat.h"#include "addrList.h"#include "iocinf.h"
Include dependency graph for iocinf.cpp:Go to the source code of this file.
Macros | |
| #define | epicsAssertAuthor "Jeff Hill johill@lanl.gov" |
Functions | |
| int epicsStdCall | addAddrToChannelAccessAddressList (ELLLIST *pList, const ENV_PARAM *pEnv, unsigned short port, int ignoreNonDefaultPort) |
| void epicsStdCall | removeDuplicateAddresses (ELLLIST *pDestList, ELLLIST *pSrcList, int silent) |
| void epicsStdCall | configureChannelAccessAddressList (ELLLIST *pList, SOCKET sock, unsigned short port) |
| void epicsStdCall | printChannelAccessAddressList (const ELLLIST *pList) |
| #define epicsAssertAuthor "Jeff Hill johill@lanl.gov" |
Definition at line 21 of file iocinf.cpp.
| int epicsStdCall addAddrToChannelAccessAddressList | ( | ELLLIST * | pList, |
| const ENV_PARAM * | pEnv, | ||
| unsigned short | port, | ||
| int | ignoreNonDefaultPort | ||
| ) |
Definition at line 74 of file iocinf.cpp.
| void epicsStdCall configureChannelAccessAddressList | ( | ELLLIST * | pList, |
| SOCKET | sock, | ||
| unsigned short | port | ||
| ) |
Definition at line 183 of file iocinf.cpp.
| void epicsStdCall printChannelAccessAddressList | ( | const ELLLIST * | pList | ) |
Definition at line 250 of file iocinf.cpp.
Definition at line 123 of file iocinf.cpp.