AsyncSerialPort Member List
This is the complete list of members for AsyncSerialPort, including all inherited members.
AsyncSerialPort(boost::asio::io_service &io, const char *port, int baud_rate, boost::asio::serial_port_base::flow_control::type flow, const F_READ &f=NULL, TypeRec type=nocanonical) | AsyncSerialPort | |
AsyncSerialPort(boost::asio::io_service &io) | AsyncSerialPort | explicit |
canonical enum value | SerialPort | |
close() | SerialPort | |
flush() | SerialPort | |
getPort() const | SerialPort | |
handle_receive_from(const boost::system::error_code &error, size_t bytes_recvd) | AsyncSerialPort | |
handle_send_to(const boost::system::error_code &error) | AsyncSerialPort | |
isBusy() const | SerialPort | |
isBusyOp() const | SerialPort | |
isOpened() const | SerialPort | |
m_baud_rate | SerialPort | protected |
m_data | AsyncSerialPort | protected |
m_flow_control | SerialPort | protected |
m_fRead | AsyncSerialPort | protected |
m_port | SerialPort | protected |
m_serial_port | SerialPort | protected |
m_strand | AsyncSerialPort | protected |
m_TypeR | SerialPort | protected |
m_vcDataSend | AsyncSerialPort | protected |
max_length enum value (defined in AsyncSerialPort) | AsyncSerialPort | protected |
nocanonical enum value | SerialPort | |
open(boost::system::error_code &ec) | AsyncSerialPort | |
send(const char *buffer, int size) | AsyncSerialPort | virtual |
SerialPort(boost::asio::io_service &io, const char *port, int baud_rate, boost::asio::serial_port_base::flow_control::type flow, TypeRec type=nocanonical) | SerialPort | |
SerialPort(boost::asio::io_service &io) | SerialPort | explicit |
setPort(const char *port, int baud_rate, boost::asio::serial_port_base::flow_control::type flow) | SerialPort | |
setReadCallback(const F_READ &f) | AsyncSerialPort | |
TypeRec enum name | SerialPort | |
VC_DATA typedef | SerialPort | protected |
VC_PAQ typedef | AsyncSerialPort | protected |
~AsyncSerialPort() | AsyncSerialPort | |
~SerialPort() | SerialPort | virtual |