|
client-cpp
0.0.1-SNAPSHOT
|
#include <map>#include <list>#include <string>#include <botan/base64.h>#include <boost/cstdint.hpp>#include "kaa/channel/server/IServerInfo.hpp"
Include dependency graph for KaaDefaults.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| kaa | |
Typedefs | |
| typedef std::vector < IServerInfoPtr > | kaa::BootstrapServers |
| typedef std::map< std::string, boost::int32_t > | kaa::EventClassFamilyVersionInfos |
Functions | |
| const BootstrapServers & | kaa::getServerInfoList () |
| const Botan::SecureVector < boost::uint8_t > & | kaa::getDefaultConfigData () |
| const std::string & | kaa::getDefaultConfigSchema () |
| const EventClassFamilyVersionInfos & | kaa::getEventClassFamilyVersionInfo () |
Variables | |
| const char *const | kaa::APPLICATION_TOKEN |
| const boost::uint32_t | kaa::PROFILE_VERSION |
| const boost::uint32_t | kaa::CONFIG_VERSION |
| const boost::uint32_t | kaa::SYSTEM_NF_VERSION |
| const boost::uint32_t | kaa::USER_NF_VERSION |
| const boost::uint32_t | kaa::LOG_SCHEMA_VERSION |
| const boost::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 |