#include <ProtocolState.h>
Definition at line 49 of file ProtocolState.h.
| ProtocolState::ProtocolState |
( |
std::shared_ptr< ISerialPortHandler > |
a_SerialPortHandler, |
|
|
boost::asio::io_service & |
a_IOService |
|
) |
| |
| void ProtocolState::AddReceivedRawBytes |
( |
const unsigned char * |
a_Buffer, |
|
|
size_t |
a_Bytes |
|
) |
| |
| void ProtocolState::InterpretDeserializedFrame |
( |
const std::vector< unsigned char > & |
a_Payload, |
|
|
const HdlcFrame & |
a_HdlcFrame, |
|
|
bool |
a_bMessageInvalid |
|
) |
| |
| bool ProtocolState::IsAlive |
( |
| ) |
const |
|
inline |
| bool ProtocolState::IsRunning |
( |
| ) |
const |
|
inline |
| void ProtocolState::SendPayload |
( |
const std::vector< unsigned char > & |
a_Payload, |
|
|
bool |
a_bReliable |
|
) |
| |
| void ProtocolState::Shutdown |
( |
| ) |
|
| void ProtocolState::Start |
( |
| ) |
|
| void ProtocolState::Stop |
( |
| ) |
|
| void ProtocolState::TriggerNextHDLCFrame |
( |
| ) |
|
The documentation for this class was generated from the following files: