ChimeraTK-DeviceAccess  03.18.00
ChimeraTK::RebotDummyServer Class Reference

#include <RebotDummyServer.h>

Public Member Functions

 RebotDummyServer (unsigned int portNumber, std::string mapFile, unsigned int protocolVersion)
 
void start ()
 
void stop ()
 
bool is_running ()
 
unsigned int port () const
 
boost::asio::io_service & service ()
 
std::shared_ptr< RebotDummySessionsession ()
 

Detailed Description

Definition at line 82 of file RebotDummyServer.h.

Constructor & Destructor Documentation

◆ RebotDummyServer()

ChimeraTK::RebotDummyServer::RebotDummyServer ( unsigned int  portNumber,
std::string  mapFile,
unsigned int  protocolVersion 
)

Definition at line 172 of file RebotDummyServer.cc.

Member Function Documentation

◆ is_running()

bool ChimeraTK::RebotDummyServer::is_running ( )

Definition at line 211 of file RebotDummyServer.cc.

◆ port()

unsigned int ChimeraTK::RebotDummyServer::port ( ) const
inline

Definition at line 89 of file RebotDummyServer.h.

+ Here is the caller graph for this function:

◆ service()

boost::asio::io_service& ChimeraTK::RebotDummyServer::service ( )
inline

Definition at line 91 of file RebotDummyServer.h.

+ Here is the caller graph for this function:

◆ session()

std::shared_ptr<RebotDummySession> ChimeraTK::RebotDummyServer::session ( )
inline

Definition at line 92 of file RebotDummyServer.h.

+ Here is the caller graph for this function:

◆ start()

void ChimeraTK::RebotDummyServer::start ( )

Definition at line 202 of file RebotDummyServer.cc.

+ Here is the caller graph for this function:

◆ stop()

void ChimeraTK::RebotDummyServer::stop ( )

Definition at line 207 of file RebotDummyServer.cc.

+ Here is the caller graph for this function:

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