Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
Client Class Reference

#include <client.h>

Inheritance diagram for Client:
Inheritance graph
Collaboration diagram for Client:
Collaboration graph

Public Member Functions

 Client (Node *node, Clients *clients, boost::asio::ip::tcp::socket socket)
 
 ~Client ()
 
void start ()
 
void stop ()
 
void publish (const std::string &channel, const std::string &msg)
 

Constructor & Destructor Documentation

◆ Client()

Client::Client ( Node node,
Clients clients,
boost::asio::ip::tcp::socket  socket 
)

◆ ~Client()

Client::~Client ( )

Member Function Documentation

◆ publish()

void Client::publish ( const std::string &  channel,
const std::string &  msg 
)

◆ start()

void Client::start ( )

◆ stop()

void Client::stop ( )

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