DAQ  1.0.0
Data Acquisition System (basic demo)
Public Member Functions | Private Member Functions | Private Attributes | List of all members
server Class Reference
Collaboration diagram for server:
Collaboration graph
[legend]

Public Member Functions

 server (ba::io_context &io_context, std::uint16_t port, const std::string &db_file)
 
 ~server ()
 

Private Member Functions

void do_accept ()
 

Private Attributes

tcp::acceptor acceptor_
 
IDataSourceds_
 
IDataAccessda_
 

Constructor & Destructor Documentation

server::server ( ba::io_context &  io_context,
std::uint16_t  port,
const std::string &  db_file 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

server::~server ( )
inline

Here is the call graph for this function:

Member Function Documentation

void server::do_accept ( )
inlineprivate

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

tcp::acceptor server::acceptor_
private
IDataAccess* server::da_
private
IDataSource* server::ds_
private

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