|
Goby3 3.3.0
2025.07.10
|
Enumerations | |
| enum class | Direction { PUBLISH , SUBSCRIBE } |
Functions | |
| template<typename ProtobufEndpoint , typename ASIOEndpoint > | |
| ProtobufEndpoint | endpoint_convert (const ASIOEndpoint &asio_ep) |
| template<class IOThreadImplementation > | |
| void | basic_async_write (IOThreadImplementation *this_thread, std::shared_ptr< const goby::middleware::protobuf::IOData > io_msg) |
|
strong |
| Enumerator | |
|---|---|
| PUBLISH | |
| SUBSCRIBE | |
Definition at line 46 of file io_transporters.h.
| void goby::middleware::io::detail::basic_async_write | ( | IOThreadImplementation * | this_thread, |
| std::shared_ptr< const goby::middleware::protobuf::IOData > | io_msg | ||
| ) |
Definition at line 261 of file io_interface.h.
| ProtobufEndpoint goby::middleware::io::detail::endpoint_convert | ( | const ASIOEndpoint & | asio_ep | ) |
Definition at line 67 of file io_interface.h.