Satellite-Gateway
GatewayClientCleanup Class Reference

#include <GatewayClientCleanup.h>

Inheritance diagram for GatewayClientCleanup:
Collaboration diagram for GatewayClientCleanup:

Static Public Member Functions

static GatewayClientCleanup Create ()
 
static std::shared_ptr< GatewayClientCleanupCreateDeserializedFrame ()
 

Additional Inherited Members

- Public Member Functions inherited from Frame
 Frame ()
 The constructor of Frame objects. More...
 
virtual ~Frame ()
 The destructor of Frame objects. More...
 
size_t BytesNeeded () const
 Query the amount of outstanding data during reception for frame assembly. More...
 
bool ParseBytes (const unsigned char *a_ReadBuffer, size_t &a_ReadBufferOffset, size_t &a_BytesAvailable)
 Deliver a chunk of received bytes in the phase of deserialization. More...
 
- Protected Attributes inherited from Frame
std::vector< unsigned char > m_Buffer
 The buffer containing partly received frames or higher-layer payload. More...
 
size_t m_BytesRemaining
 The amount of bytes required to finalize frame assembly during reception. More...
 

Detailed Description

Definition at line 30 of file GatewayClientCleanup.h.

Member Function Documentation

static GatewayClientCleanup GatewayClientCleanup::Create ( )
inlinestatic

Definition at line 32 of file GatewayClientCleanup.h.

static std::shared_ptr<GatewayClientCleanup> GatewayClientCleanup::CreateDeserializedFrame ( )
inlinestatic

Definition at line 37 of file GatewayClientCleanup.h.

Here is the caller graph for this function:


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