DABC (Data Acquisition Backbone Core)
2.9.9
|
Public Member Functions | |
const char * | ConnId () const |
bool | IsConnId (const char *id) |
NewConnectRec () | |
NewConnectRec (const std::string &item, ConnectionRequestFull &req, SocketClientAddon *clnt) | |
Data Fields | |
SocketClientAddon * | fClient |
client-side processor, to establish connection More... | |
std::string | fConnId |
Command | fLocalCmd |
connection id More... | |
SocketProtocolAddon * | fProtocol |
protocol processor, to verify connection id More... | |
std::string | fReqItem |
reference in connection request More... | |
double | fTmOut |
used by device to process connection timeouts More... | |
Definition at line 33 of file SocketDevice.cxx.
|
inline |
Definition at line 42 of file SocketDevice.cxx.
|
inline |
Definition at line 52 of file SocketDevice.cxx.
|
inline |
Definition at line 65 of file SocketDevice.cxx.
|
inline |
Definition at line 66 of file SocketDevice.cxx.
std::string dabc::NewConnectRec::fReqItem |
reference in connection request
Definition at line 35 of file SocketDevice.cxx.
SocketClientAddon* dabc::NewConnectRec::fClient |
client-side processor, to establish connection
Definition at line 36 of file SocketDevice.cxx.
SocketProtocolAddon* dabc::NewConnectRec::fProtocol |
protocol processor, to verify connection id
Definition at line 37 of file SocketDevice.cxx.
double dabc::NewConnectRec::fTmOut |
used by device to process connection timeouts
Definition at line 38 of file SocketDevice.cxx.
std::string dabc::NewConnectRec::fConnId |
Definition at line 39 of file SocketDevice.cxx.
Command dabc::NewConnectRec::fLocalCmd |
connection id
command from connection manager which should be replied when connection established or failed
Definition at line 40 of file SocketDevice.cxx.