ChimeraTK-DeviceAccess 03.20.00
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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_context & 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.

◆ service()

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

Definition at line 91 of file RebotDummyServer.h.

◆ session()

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

Definition at line 92 of file RebotDummyServer.h.

◆ start()

void ChimeraTK::RebotDummyServer::start ( )

Definition at line 202 of file RebotDummyServer.cc.

◆ stop()

void ChimeraTK::RebotDummyServer::stop ( )

Definition at line 207 of file RebotDummyServer.cc.


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