|
| | UnixSender (boost::asio::io_service &io_service, const std::string &unix_socket_path) |
| |
| void | sendString (const std::string &message) |
| |
◆ 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_service | The io_service to use to service outgoing SendProto data |
| unix_socket_path | The path to the unix socket |
◆ sendString()
| void sendString |
( |
const std::string & |
message | ) |
|
Sends the string over the unix socket
- Parameters
-
| message | The string message to send |
The documentation for this class was generated from the following files:
- src/software/networking/unix/unix_sender.h
- src/software/networking/unix/unix_sender.cpp