#include "nciu.h"
Definition at line 46 of file nciu.h.
channelNode::channelNode |
( |
| ) |
|
|
inlineprotected |
Definition at line 354 of file nciu.h.
355 listMember ( cs_none )
unsigned channelNode::getMaxSearchTimerCount |
( |
| ) |
|
|
static |
Definition at line 598 of file nciu.cpp.
601 cs_searchReqPending17 - cs_searchReqPending0,
602 cs_searchRespPending17 - cs_searchRespPending0 ) + 1u;
const T & epicsMin(const T &a, const T &b)
bool channelNode::isConnected |
( |
epicsGuard< epicsMutex > & |
| ) |
const |
|
inlineprotected |
Definition at line 359 of file nciu.h.
362 this->listMember == cs_connected ||
363 this->listMember == cs_subscripReqPend ||
364 this->listMember == cs_subscripUpdateReqPend;
bool channelNode::isInstalledInServer |
( |
epicsGuard< epicsMutex > & |
| ) |
const |
|
inlineprotected |
Definition at line 367 of file nciu.h.
370 this->listMember == cs_connected ||
371 this->listMember == cs_subscripReqPend ||
372 this->listMember == cs_unrespCircuit ||
373 this->listMember == cs_subscripUpdateReqPend;
The documentation for this class was generated from the following files: