Satellite-Gateway
HdlcdClientHandler Class Reference

#include <HdlcdClientHandler.h>

Public Member Functions

 HdlcdClientHandler (boost::asio::io_service &a_IOService, std::shared_ptr< ConfigServerHandlerCollection > a_ConfigServerHandlerCollection, std::shared_ptr< GatewayClientHandlerCollection > a_GatewayClientHandlerCollection, const std::string &a_RemoteAddress, uint16_t a_TcpPortNbr, uint16_t a_SerialPortNbr)
 
void Close ()
 
void Suspend ()
 
void Resume ()
 
void SendPacket (const std::vector< unsigned char > &a_Payload)
 

Detailed Description

Definition at line 36 of file HdlcdClientHandler.h.

Constructor & Destructor Documentation

HdlcdClientHandler::HdlcdClientHandler ( boost::asio::io_service &  a_IOService,
std::shared_ptr< ConfigServerHandlerCollection a_ConfigServerHandlerCollection,
std::shared_ptr< GatewayClientHandlerCollection a_GatewayClientHandlerCollection,
const std::string &  a_RemoteAddress,
uint16_t  a_TcpPortNbr,
uint16_t  a_SerialPortNbr 
)

Definition at line 30 of file HdlcdClientHandler.cpp.

Member Function Documentation

void HdlcdClientHandler::Close ( )

Definition at line 44 of file HdlcdClientHandler.cpp.

void HdlcdClientHandler::Resume ( )

Definition at line 59 of file HdlcdClientHandler.cpp.

Here is the call graph for this function:

void HdlcdClientHandler::SendPacket ( const std::vector< unsigned char > &  a_Payload)

Definition at line 68 of file HdlcdClientHandler.cpp.

Here is the call graph for this function:

void HdlcdClientHandler::Suspend ( )

Definition at line 50 of file HdlcdClientHandler.cpp.

Here is the call graph for this function:


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