#include <SerialPortHandler.h>
Definition at line 37 of file SerialPortHandler.h.
| SerialPortHandler::SerialPortHandler |
( |
const std::string & |
a_SerialPortName, |
|
|
std::shared_ptr< SerialPortHandlerCollection > |
a_SerialPortHandlerCollection, |
|
|
boost::asio::io_service & |
a_IOService |
|
) |
| |
| SerialPortHandler::~SerialPortHandler |
( |
| ) |
|
| void SerialPortHandler::AddHdlcdServerHandler |
( |
std::shared_ptr< HdlcdServerHandler > |
a_HdlcdServerHandler | ) |
|
| void SerialPortHandler::DeliverPayloadToHDLC |
( |
const std::vector< unsigned char > & |
a_Payload, |
|
|
bool |
a_bReliable |
|
) |
| |
| void SerialPortHandler::PropagateSerialPortState |
( |
| ) |
|
|
virtual |
| void SerialPortHandler::ResumeSerialPort |
( |
| ) |
|
| bool SerialPortHandler::Start |
( |
| ) |
|
| void SerialPortHandler::Stop |
( |
| ) |
|
| void SerialPortHandler::SuspendSerialPort |
( |
| ) |
|
The documentation for this class was generated from the following files: