This is the complete list of members for async_comm::Serial, including all inherited members.
baud_rate_ | async_comm::Serial | private |
close() | async_comm::Comm | |
Comm(MessageHandler &message_handler=default_message_handler_) | async_comm::Comm | |
default_message_handler_ | async_comm::Comm | protectedstatic |
do_async_read(const boost::asio::mutable_buffers_1 &buffer, boost::function< void(const boost::system::error_code &, size_t)> handler) override | async_comm::Serial | privatevirtual |
do_async_write(const boost::asio::const_buffers_1 &buffer, boost::function< void(const boost::system::error_code &, size_t)> handler) override | async_comm::Serial | privatevirtual |
do_close() override | async_comm::Serial | privatevirtual |
do_init() override | async_comm::Serial | privatevirtual |
init() | async_comm::Comm | |
io_service_ | async_comm::Comm | protected |
is_open() override | async_comm::Serial | privatevirtual |
message_handler_ | async_comm::Comm | protected |
port_ | async_comm::Serial | private |
READ_BUFFER_SIZE | async_comm::Comm | protectedstatic |
register_listener(CommListener &listener) | async_comm::Comm | |
register_receive_callback(std::function< void(const uint8_t *, size_t)> fun) | async_comm::Comm | |
send_byte(uint8_t data) | async_comm::Comm | inline |
send_bytes(const uint8_t *src, size_t len) | async_comm::Comm | |
Serial(std::string port, unsigned int baud_rate, MessageHandler &message_handler=default_message_handler_) | async_comm::Serial | |
serial_port_ | async_comm::Serial | private |
set_baud_rate(unsigned int baud_rate) | async_comm::Serial | |
WRITE_BUFFER_SIZE | async_comm::Comm | protectedstatic |
~Comm() | async_comm::Comm | virtual |
~Serial() | async_comm::Serial |