Goby3 3.2.3
2025.05.13
|
#include <goby/middleware/io/can.h>
Public Member Functions | |
CanThread (const goby::middleware::protobuf::CanConfig &config, int index=-1) | |
Constructs the thread. | |
~CanThread () override | |
![]() | |
IOThread (const IOConfig &config, int index, std::string glog_group="i/o") | |
Constructs the thread. | |
void | initialize () override |
void | finalize () override |
virtual | ~IOThread () |
Additional Inherited Members | |
![]() | |
void | write (std::shared_ptr< const goby::middleware::protobuf::IOData > io_msg) |
void | handle_read_success (std::size_t bytes_transferred, const std::string &bytes) |
void | handle_read_success (std::size_t bytes_transferred, std::shared_ptr< goby::middleware::protobuf::IOData > io_msg) |
void | handle_write_success (std::size_t bytes_transferred) |
void | handle_read_error (const boost::system::error_code &ec) |
void | handle_write_error (const boost::system::error_code &ec) |
SocketType & | mutable_socket () |
Access the (mutable) socket (or serial_port) object. | |
boost::asio::io_context & | mutable_io () |
bool | socket_is_open () |
Does the socket exist and is it open? | |
const std::string & | glog_group () |
|
inline |
|
inlineoverride |