| 
    client-cpp
    0.6.3
    
   | 
 
#include <map>#include <list>#include <string>#include <botan/base64.h>#include <cstdint>#include "kaa/common/EndpointObjectHash.hpp"#include "kaa/channel/ITransportConnectionInfo.hpp"
 Include dependency graph for KaaDefaults.hpp:Go to the source code of this file.
Namespaces | |
| kaa | |
Macros | |
| #define | KAA_LOG_LEVEL_NONE 0 | 
| #define | KAA_LOG_LEVEL_FATAL 1 | 
| #define | KAA_LOG_LEVEL_ERROR 2 | 
| #define | KAA_LOG_LEVEL_WARNING 3 | 
| #define | KAA_LOG_LEVEL_INFO 4 | 
| #define | KAA_LOG_LEVEL_DEBUG 5 | 
| #define | KAA_LOG_LEVEL_TRACE 6 | 
| #define | KAA_LOG_LEVEL_FINE_TRACE 7 | 
| #define | KAA_LOG_LEVEL KAA_LOG_LEVEL_FINE_TRACE | 
Typedefs | |
| typedef std::vector < ITransportConnectionInfoPtr >  | kaa::BootstrapServers | 
| typedef std::map< std::string,  std::int32_t >  | kaa::EventClassFamilyVersionInfos | 
Functions | |
| const BootstrapServers & | kaa::getBootstrapServers () | 
| const Botan::SecureVector < std::uint8_t > &  | kaa::getDefaultConfigData () | 
| const std::string & | kaa::getDefaultConfigSchema () | 
| const  EventClassFamilyVersionInfos &  | kaa::getEventClassFamilyVersionInfo () | 
| SharedDataBuffer | kaa::getPropertiesHash () | 
Variables | |
| const char *const | kaa::BUILD_VERSION | 
| const char *const | kaa::BUILD_COMMIT_HASH | 
| const char *const | kaa::APPLICATION_TOKEN | 
| const std::uint32_t | kaa::PROFILE_VERSION | 
| const std::uint32_t | kaa::CONFIG_VERSION | 
| const std::uint32_t | kaa::SYSTEM_NF_VERSION | 
| const std::uint32_t | kaa::USER_NF_VERSION | 
| const std::uint32_t | kaa::LOG_SCHEMA_VERSION | 
| const std::uint32_t | kaa::POLLING_PERIOD_SECONDS | 
| const char *const | kaa::CLIENT_PUB_KEY_LOCATION | 
| const char *const | kaa::CLIENT_PRIV_KEY_LOCATION | 
| const char *const | kaa::CLIENT_STATUS_FILE_LOCATION | 
| #define KAA_LOG_LEVEL KAA_LOG_LEVEL_FINE_TRACE | 
Definition at line 39 of file KaaDefaults.hpp.
| #define KAA_LOG_LEVEL_DEBUG 5 | 
Definition at line 35 of file KaaDefaults.hpp.
| #define KAA_LOG_LEVEL_ERROR 2 | 
Definition at line 32 of file KaaDefaults.hpp.
| #define KAA_LOG_LEVEL_FATAL 1 | 
Definition at line 31 of file KaaDefaults.hpp.
| #define KAA_LOG_LEVEL_FINE_TRACE 7 | 
Definition at line 37 of file KaaDefaults.hpp.
| #define KAA_LOG_LEVEL_INFO 4 | 
Definition at line 34 of file KaaDefaults.hpp.
| #define KAA_LOG_LEVEL_NONE 0 | 
Definition at line 30 of file KaaDefaults.hpp.
| #define KAA_LOG_LEVEL_TRACE 6 | 
Definition at line 36 of file KaaDefaults.hpp.
| #define KAA_LOG_LEVEL_WARNING 3 | 
Definition at line 33 of file KaaDefaults.hpp.