BAOS SDK  18.2.0
Public Member Functions | List of all members
kdrive::baos::ProtocolDecoder Class Reference

A utility class to decode the communication between the client and the remote baos device. More...

#include <BaosProtocolDecoder.h>

Public Member Functions

 ProtocolDecoder ()
 
 ProtocolDecoder (connector::Connector &connector)
 
 ~ProtocolDecoder ()
 
void connect (connector::Connector &connector)
 
void disconnect ()
 
void decode (std::string &s, std::shared_ptr< connector::Packet > packet, int direction)
 

Detailed Description

A utility class to decode the communication between the client and the remote baos device.

Constructor & Destructor Documentation

ProtocolDecoder::ProtocolDecoder ( )
kdrive::baos::ProtocolDecoder::ProtocolDecoder ( connector::Connector &  connector)
ProtocolDecoder::~ProtocolDecoder ( )

Member Function Documentation

void ProtocolDecoder::connect ( connector::Connector &  connector)
void ProtocolDecoder::decode ( std::string &  s,
std::shared_ptr< connector::Packet >  packet,
int  direction 
)
void ProtocolDecoder::disconnect ( )

The documentation for this class was generated from the following files: