|
client-cpp
0.10.0
|
#include <memory>#include <cstdint>#include "kaa/gen/EndpointGen.hpp"
Include dependency graph for ILogUploadStrategy.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | kaa::ILogUploadStrategy |
| The public interface for the log upload strategy. More... | |
Namespaces | |
| kaa | |
Typedefs | |
| typedef std::shared_ptr < ILogUploadStrategy > | kaa::ILogUploadStrategyPtr |
Enumerations | |
| enum | kaa::LogUploadStrategyDecision { kaa::LogUploadStrategyDecision::NOOP = 0, kaa::LogUploadStrategyDecision::UPLOAD } |
| Log upload decisions. More... | |