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_LOG_LEVEL_FINE_TRACE 
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 BootstrapServers & getBootstrapServers()
 
std::map< std::string, std::int32_t > EventClassFamilyVersionInfos
 
const char *const CLIENT_PUB_KEY_LOCATION
 
std::vector< ITransportConnectionInfoPtr > BootstrapServers
 
const std::string & getDefaultConfigSchema()
 
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
 
SharedDataBuffer getPropertiesHash()
 
const char *const BUILD_VERSION
 
std::pair< boost::shared_array< std::uint8_t >, std::uint32_t > SharedDataBuffer
 
const char *const BUILD_COMMIT_HASH
 
const std::uint32_t SYSTEM_NF_VERSION