This is the complete list of members for async_comm::TCPClient, including all inherited members.
| async_read() | async_comm::Comm | private |
| async_read_end(const boost::system::error_code &error, size_t bytes_transferred) | async_comm::Comm | private |
| async_write(bool check_write_state) | async_comm::Comm | private |
| async_write_end(const boost::system::error_code &error, size_t bytes_transferred) | async_comm::Comm | private |
| callback_mutex_ | async_comm::Comm | private |
| callback_thread_ | async_comm::Comm | private |
| close() | async_comm::Comm | |
| Comm(MessageHandler &message_handler=default_message_handler_) | async_comm::Comm | |
| condition_variable_ | async_comm::Comm | private |
| DEFAULT_HOST | async_comm::TCPClient | privatestatic |
| default_message_handler_ | async_comm::Comm | protectedstatic |
| DEFAULT_PORT | async_comm::TCPClient | privatestatic |
| do_async_read(const boost::asio::mutable_buffers_1 &buffer, boost::function< void(const boost::system::error_code &, size_t)> handler) override | async_comm::TCPClient | 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::TCPClient | privatevirtual |
| do_close() override | async_comm::TCPClient | privatevirtual |
| do_init() override | async_comm::TCPClient | privatevirtual |
| endpoint_ | async_comm::TCPClient | private |
| host_ | async_comm::TCPClient | private |
| init() | async_comm::Comm | |
| io_service_ | async_comm::Comm | protected |
| io_thread_ | async_comm::Comm | private |
| is_open() override | async_comm::TCPClient | privatevirtual |
| listeners_ | async_comm::Comm | private |
| message_handler_ | async_comm::Comm | protected |
| mutex_lock typedef | async_comm::Comm | private |
| new_data_ | async_comm::Comm | private |
| port_ | async_comm::TCPClient | private |
| process_callbacks() | async_comm::Comm | private |
| read_buffer_ | async_comm::Comm | private |
| READ_BUFFER_SIZE | async_comm::Comm | protectedstatic |
| read_queue_ | async_comm::Comm | private |
| receive_callback_ | async_comm::Comm | private |
| 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 | |
| shutdown_requested_ | async_comm::Comm | private |
| socket_ | async_comm::TCPClient | private |
| TCPClient(std::string host=DEFAULT_HOST, uint16_t port=DEFAULT_PORT, MessageHandler &message_handler=default_message_handler_) | async_comm::TCPClient | |
| WRITE_BUFFER_SIZE | async_comm::Comm | protectedstatic |
| write_in_progress_ | async_comm::Comm | private |
| write_mutex_ | async_comm::Comm | private |
| write_queue_ | async_comm::Comm | private |
| ~Comm() | async_comm::Comm | virtual |
| ~TCPClient() | async_comm::TCPClient | |