Satellite-Gateway
GatewayClientHandler Class Reference

#include <GatewayClientHandler.h>

Public Member Functions

 GatewayClientHandler (boost::asio::io_service &a_IOService, std::shared_ptr< ConfigServerHandlerCollection > a_ConfigServerHandlerCollection, std::shared_ptr< HdlcdClientHandlerCollection > a_HdlcdClientHandlerCollection, uint16_t a_ReferenceNbr, std::string a_RemoteAddress, uint16_t a_RemotePortNbr)
 
void Close ()
 
uint16_t GetReferenceNbr () const
 
void SendPacket (uint16_t a_SerialPortNbr, const std::vector< unsigned char > &a_Payload)
 

Detailed Description

Definition at line 36 of file GatewayClientHandler.h.

Constructor & Destructor Documentation

GatewayClientHandler::GatewayClientHandler ( boost::asio::io_service &  a_IOService,
std::shared_ptr< ConfigServerHandlerCollection a_ConfigServerHandlerCollection,
std::shared_ptr< HdlcdClientHandlerCollection a_HdlcdClientHandlerCollection,
uint16_t  a_ReferenceNbr,
std::string  a_RemoteAddress,
uint16_t  a_RemotePortNbr 
)

Definition at line 31 of file GatewayClientHandler.cpp.

Member Function Documentation

void GatewayClientHandler::Close ( )

Definition at line 45 of file GatewayClientHandler.cpp.

uint16_t GatewayClientHandler::GetReferenceNbr ( ) const
inline

Definition at line 43 of file GatewayClientHandler.h.

Here is the call graph for this function:

void GatewayClientHandler::SendPacket ( uint16_t  a_SerialPortNbr,
const std::vector< unsigned char > &  a_Payload 
)

Definition at line 56 of file GatewayClientHandler.cpp.

Here is the caller graph for this function:


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