| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <LoggingTransport.hpp>
 Inheritance diagram for kaa::LoggingTransport:
 Collaboration diagram for kaa::LoggingTransport:Public Member Functions | |
| LoggingTransport (IKaaChannelManager &manager, LogCollector &collector) | |
| void | sync () | 
| boost::shared_ptr< LogSyncRequest > | createLogSyncRequest () | 
| void | onLogSyncResponse (const LogSyncResponse &response) | 
  Public Member Functions inherited from kaa::AbstractKaaTransport< TransportType::LOGGING > | |
| virtual | ~AbstractKaaTransport () | 
| AbstractKaaTransport (IKaaChannelManager &channelManager) | |
| virtual void | setClientState (IKaaClientStateStoragePtr status) | 
  Public Member Functions inherited from kaa::IKaaTransport | |
| virtual | ~IKaaTransport () | 
  Public Member Functions inherited from kaa::ILoggingTransport | |
| virtual | ~ILoggingTransport () | 
Additional Inherited Members | |
  Protected Member Functions inherited from kaa::AbstractKaaTransport< TransportType::LOGGING > | |
| void | syncByType (TransportType transportType=Type) | 
| void | syncAll () | 
| void | syncAck (TransportType transportType=Type) | 
  Protected Attributes inherited from kaa::AbstractKaaTransport< TransportType::LOGGING > | |
| const TransportType | type_ | 
| IKaaChannelManager & | channelManager_ | 
| IKaaClientStateStoragePtr | clientStatus_ | 
Definition at line 27 of file LoggingTransport.hpp.
| kaa::LoggingTransport::LoggingTransport | ( | IKaaChannelManager & | manager, | 
| LogCollector & | collector | ||
| ) | 
      
  | 
  virtual | 
Creates the Log request that consists of current log records.
Implements kaa::ILoggingTransport.
      
  | 
  virtual | 
Updates the state of the Log collector according to the given response.
| response | the response from the server | 
Implements kaa::ILoggingTransport.
      
  | 
  virtual | 
Sets the specific IKaaChannelManager for the current transport.
| channelManager | manager to be set. | 
Implements kaa::IKaaTransport.