Goby3
3.1.5a
2024.05.23
|
Enumerations | |
enum | Direction { Direction::PUBLISH, Direction::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.