Satellite-Gateway
|
#include <GatewayClientHandlerCollection.h>
Public Member Functions | |
GatewayClientHandlerCollection (boost::asio::io_service &a_IOService) | |
void | Initialize (std::shared_ptr< ConfigServerHandlerCollection > a_ConfigServerHandlerCollection, std::shared_ptr< HdlcdClientHandlerCollection > a_HdlcdClientHandlerCollection) |
void | SystemShutdown () |
void | CleanAll () |
void | CreateClient (uint16_t a_ReferenceNbr, std::string a_RemoteAddress, uint16_t a_RemotePortNbr) |
void | DestroyClient (uint16_t a_ReferenceNbr) |
void | SendPacket (uint16_t a_SerialPortNbr, const std::vector< unsigned char > &a_Buffer) |
Definition at line 34 of file GatewayClientHandlerCollection.h.
GatewayClientHandlerCollection::GatewayClientHandlerCollection | ( | boost::asio::io_service & | a_IOService | ) |
Definition at line 31 of file GatewayClientHandlerCollection.cpp.
void GatewayClientHandlerCollection::CleanAll | ( | ) |
Definition at line 54 of file GatewayClientHandlerCollection.cpp.
void GatewayClientHandlerCollection::CreateClient | ( | uint16_t | a_ReferenceNbr, |
std::string | a_RemoteAddress, | ||
uint16_t | a_RemotePortNbr | ||
) |
Definition at line 62 of file GatewayClientHandlerCollection.cpp.
void GatewayClientHandlerCollection::DestroyClient | ( | uint16_t | a_ReferenceNbr | ) |
Definition at line 77 of file GatewayClientHandlerCollection.cpp.
void GatewayClientHandlerCollection::Initialize | ( | std::shared_ptr< ConfigServerHandlerCollection > | a_ConfigServerHandlerCollection, |
std::shared_ptr< HdlcdClientHandlerCollection > | a_HdlcdClientHandlerCollection | ||
) |
Definition at line 34 of file GatewayClientHandlerCollection.cpp.
void GatewayClientHandlerCollection::SendPacket | ( | uint16_t | a_SerialPortNbr, |
const std::vector< unsigned char > & | a_Buffer | ||
) |
Definition at line 93 of file GatewayClientHandlerCollection.cpp.
void GatewayClientHandlerCollection::SystemShutdown | ( | ) |
Definition at line 42 of file GatewayClientHandlerCollection.cpp.