17 #ifndef KAADEFAULTS_HPP_ 
   18 #define KAADEFAULTS_HPP_ 
   24 #include <botan/base64.h> 
   30 #define KAA_LOG_LEVEL_NONE        0 
   31 #define KAA_LOG_LEVEL_FATAL       1 
   32 #define KAA_LOG_LEVEL_ERROR       2 
   33 #define KAA_LOG_LEVEL_WARNING     3 
   34 #define KAA_LOG_LEVEL_INFO        4 
   35 #define KAA_LOG_LEVEL_DEBUG       5 
   36 #define KAA_LOG_LEVEL_TRACE       6 
   37 #define KAA_LOG_LEVEL_FINE_TRACE  7 
   39 #define KAA_LOG_LEVEL  KAA_MAX_LOG_LEVEL 
const char *const CLIENT_STATUS_FILE_LOCATION
 
const std::uint32_t PROFILE_VERSION
 
const std::uint32_t POLLING_PERIOD_SECONDS
 
const char *const CLIENT_PRIV_KEY_LOCATION
 
const char *const DEFAULT_USER_VERIFIER_TOKEN
 
const BootstrapServers & getBootstrapServers()
 
std::map< std::string, std::int32_t > EventClassFamilyVersionInfos
 
const char *const CLIENT_PUB_KEY_LOCATION
 
std::vector< ITransportConnectionInfoPtr > BootstrapServers
 
std::vector< std::uint8_t > HashDigest
 
const EventClassFamilyVersionInfos & getEventClassFamilyVersionInfo()
 
const Botan::SecureVector< std::uint8_t > & getDefaultConfigData()
 
const std::uint32_t CONFIG_VERSION
 
const std::uint32_t USER_NF_VERSION
 
const char *const APPLICATION_TOKEN
 
const std::uint32_t LOG_SCHEMA_VERSION
 
const char *const BUILD_VERSION
 
const char *const BUILD_COMMIT_HASH
 
HashDigest getPropertiesHash()
 
const std::uint32_t SYSTEM_NF_VERSION