![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "tcpRecvWatchdog.h"
Inheritance diagram for tcpRecvWatchdog:
Collaboration diagram for tcpRecvWatchdog:Public Member Functions | |
| tcpRecvWatchdog (epicsMutex &cbMutex, cacContextNotify &ctxNotify, epicsMutex &mutex, tcpiiu &, double periodIn, epicsTimerQueue &) | |
| virtual | ~tcpRecvWatchdog () |
| void | sendBacklogProgressNotify (epicsGuard< epicsMutex > &) |
| void | messageArrivalNotify (epicsGuard< epicsMutex > &guard) |
| void | probeResponseNotify (epicsGuard< epicsMutex > &) |
| void | beaconArrivalNotify (epicsGuard< epicsMutex > &) |
| void | beaconAnomalyNotify (epicsGuard< epicsMutex > &) |
| void | connectNotify (epicsGuard< epicsMutex > &) |
| void | sendTimeoutNotify (epicsGuard< epicsMutex > &cbGuard, epicsGuard< epicsMutex > &guard) |
| void | cancel () |
| void | shutdown () |
| void | show (unsigned level) const |
| double | delay () const |
Definition at line 34 of file tcpRecvWatchdog.h.
| tcpRecvWatchdog::tcpRecvWatchdog | ( | epicsMutex & | cbMutex, |
| cacContextNotify & | ctxNotify, | ||
| epicsMutex & | mutex, | ||
| tcpiiu & | iiuIn, | ||
| double | periodIn, | ||
| epicsTimerQueue & | queueIn | ||
| ) |
Definition at line 30 of file tcpRecvWatchdog.cpp.
|
virtual |
Definition at line 41 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::beaconAnomalyNotify | ( | epicsGuard< epicsMutex > & | guard | ) |
Definition at line 110 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::beaconArrivalNotify | ( | epicsGuard< epicsMutex > & | guard | ) |
Definition at line 93 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::cancel | ( | ) |
Definition at line 216 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::connectNotify | ( | epicsGuard< epicsMutex > & | guard | ) |
Definition at line 188 of file tcpRecvWatchdog.cpp.
| double tcpRecvWatchdog::delay | ( | ) | const |
Definition at line 232 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::messageArrivalNotify | ( | epicsGuard< epicsMutex > & | guard | ) |
Definition at line 118 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::probeResponseNotify | ( | epicsGuard< epicsMutex > & | cbGuard | ) |
Definition at line 130 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::sendBacklogProgressNotify | ( | epicsGuard< epicsMutex > & | guard | ) |
Definition at line 173 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::sendTimeoutNotify | ( | epicsGuard< epicsMutex > & | cbGuard, |
| epicsGuard< epicsMutex > & | guard | ||
| ) |
Definition at line 199 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::show | ( | unsigned | level | ) | const |
Definition at line 237 of file tcpRecvWatchdog.cpp.
| void tcpRecvWatchdog::shutdown | ( | ) |
Definition at line 222 of file tcpRecvWatchdog.cpp.