Thunderbots Project
Loading...
Searching...
No Matches
UnixSender Class Reference

Public Member Functions

 UnixSender (boost::asio::io_service &io_service, const std::string &unix_socket_path)
 
void sendString (const std::string &message)
 

Constructor & Destructor Documentation

◆ UnixSender()

UnixSender ( boost::asio::io_service &  io_service,
const std::string &  unix_socket_path 
)

Creates a UnixSender that sends a string over the unix socket path.

Parameters
io_serviceThe io_service to use to service outgoing SendProto data
unix_socket_pathThe path to the unix socket

Member Function Documentation

◆ sendString()

void sendString ( const std::string &  message)

Sends the string over the unix socket

Parameters
messageThe string message to send

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