Apollo
6.0
Open source self driving car software
|
#include <client.h>
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) |
Client::~Client | ( | ) |
void Client::publish | ( | const std::string & | channel, |
const std::string & | msg | ||
) |
void Client::start | ( | ) |
void Client::stop | ( | ) |