![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Collaboration diagram for logClient:Public Attributes | |
| char | msgBuf [0x4000] |
| struct sockaddr_in | addr |
| char | name [64] |
| epicsMutexId | mutex |
| SOCKET | sock |
| epicsThreadId | restartThreadId |
| epicsEventId | stateChangeNotify |
| epicsEventId | shutdownNotify |
| unsigned | connectCount |
| unsigned | nextMsgIndex |
| unsigned | backlog |
| unsigned | connected |
| unsigned | shutdown |
| unsigned | shutdownConfirm |
| int | connFailStatus |
Definition at line 40 of file logClient.c.
| struct sockaddr_in logClient::addr |
Definition at line 42 of file logClient.c.
| unsigned logClient::backlog |
Definition at line 51 of file logClient.c.
| unsigned logClient::connectCount |
Definition at line 49 of file logClient.c.
| unsigned logClient::connected |
Definition at line 52 of file logClient.c.
| int logClient::connFailStatus |
Definition at line 55 of file logClient.c.
| char logClient::msgBuf[0x4000] |
Definition at line 41 of file logClient.c.
| epicsMutexId logClient::mutex |
Definition at line 44 of file logClient.c.
| char logClient::name[64] |
Definition at line 43 of file logClient.c.
| unsigned logClient::nextMsgIndex |
Definition at line 50 of file logClient.c.
| epicsThreadId logClient::restartThreadId |
Definition at line 46 of file logClient.c.
| unsigned logClient::shutdown |
Definition at line 53 of file logClient.c.
| unsigned logClient::shutdownConfirm |
Definition at line 54 of file logClient.c.
| epicsEventId logClient::shutdownNotify |
Definition at line 48 of file logClient.c.
| SOCKET logClient::sock |
Definition at line 45 of file logClient.c.
| epicsEventId logClient::stateChangeNotify |
Definition at line 47 of file logClient.c.