DABC (Data Acquisition Backbone Core)  2.9.9
Public Member Functions | Data Fields
dabc::NewConnectRec Class Reference

Public Member Functions

const char * ConnId () const
 
bool IsConnId (const char *id)
 
 NewConnectRec ()
 
 NewConnectRec (const std::string &item, ConnectionRequestFull &req, SocketClientAddon *clnt)
 

Data Fields

SocketClientAddonfClient
 client-side processor, to establish connection More...
 
std::string fConnId
 
Command fLocalCmd
 connection id More...
 
SocketProtocolAddonfProtocol
 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...
 

Detailed Description

Definition at line 33 of file SocketDevice.cxx.

Constructor & Destructor Documentation

◆ NewConnectRec() [1/2]

dabc::NewConnectRec::NewConnectRec ( )
inline

Definition at line 42 of file SocketDevice.cxx.

◆ NewConnectRec() [2/2]

dabc::NewConnectRec::NewConnectRec ( const std::string &  item,
ConnectionRequestFull req,
SocketClientAddon clnt 
)
inline

Definition at line 52 of file SocketDevice.cxx.

Member Function Documentation

◆ ConnId()

const char* dabc::NewConnectRec::ConnId ( ) const
inline

Definition at line 65 of file SocketDevice.cxx.

◆ IsConnId()

bool dabc::NewConnectRec::IsConnId ( const char *  id)
inline

Definition at line 66 of file SocketDevice.cxx.

Field Documentation

◆ fReqItem

std::string dabc::NewConnectRec::fReqItem

reference in connection request

Definition at line 35 of file SocketDevice.cxx.

◆ fClient

SocketClientAddon* dabc::NewConnectRec::fClient

client-side processor, to establish connection

Definition at line 36 of file SocketDevice.cxx.

◆ fProtocol

SocketProtocolAddon* dabc::NewConnectRec::fProtocol

protocol processor, to verify connection id

Definition at line 37 of file SocketDevice.cxx.

◆ fTmOut

double dabc::NewConnectRec::fTmOut

used by device to process connection timeouts

Definition at line 38 of file SocketDevice.cxx.

◆ fConnId

std::string dabc::NewConnectRec::fConnId

Definition at line 39 of file SocketDevice.cxx.

◆ fLocalCmd

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.


The documentation for this class was generated from the following file: