client-c  0.8.1
kaa_defaults.h File Reference
#include "kaa_common.h"
+ Include dependency graph for kaa_defaults.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kaa_bootstrap_server_connection_data_t
 Uses to represent transport-specific connection data to establish connection to Bootstrap servers. More...
 

Macros

#define KAA_BUILD_VERSION   "0.8.0-SNAPSHOT"
 
#define KAA_BUILD_COMMIT_HASH   "N/A"
 
#define KAA_SDK_TOKEN   "012345678901234567891234567"
 
#define KAA_PROFILE_SCHEMA_VERSION   2
 
#define KAA_SYNC_TIMEOUT   60000L
 
#define KAA_BOOTSTRAP_ACCESS_POINT_COUNT   1
 
#define KAA_CONFIGURATION_DATA_LENGTH   45
 

Variables

static const
kaa_bootstrap_server_connection_data_t 
KAA_BOOTSTRAP_ACCESS_POINTS [KAA_BOOTSTRAP_ACCESS_POINT_COUNT]
 
static const char KAA_CONFIGURATION_DATA [KAA_CONFIGURATION_DATA_LENGTH] = { 0x34, 0x42, 0x61, 0x73, 0x69, 0x63, 0x20, 0x63, 0x6F, 0x6E, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x63, 0x68, 0x65, 0x6D, 0x61, 0x02, 0x20, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F }
 

Macro Definition Documentation

#define KAA_BOOTSTRAP_ACCESS_POINT_COUNT   1

Definition at line 53 of file kaa_defaults.h.

#define KAA_BUILD_COMMIT_HASH   "N/A"

Definition at line 33 of file kaa_defaults.h.

#define KAA_BUILD_VERSION   "0.8.0-SNAPSHOT"

Copyright 2014-2016 CyberVision, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

DO NOT EDIT THIS FILE. IT IS AUTO-GENERATED.

Definition at line 32 of file kaa_defaults.h.

#define KAA_CONFIGURATION_DATA_LENGTH   45

Definition at line 69 of file kaa_defaults.h.

#define KAA_PROFILE_SCHEMA_VERSION   2

Definition at line 37 of file kaa_defaults.h.

#define KAA_SDK_TOKEN   "012345678901234567891234567"

Definition at line 35 of file kaa_defaults.h.

#define KAA_SYNC_TIMEOUT   60000L

Definition at line 39 of file kaa_defaults.h.

Variable Documentation

Initial value:
=
{
{
{ 1, 2 },
{
12345,
4,
"ABCD"
}
}
}

Definition at line 55 of file kaa_defaults.h.

const char KAA_CONFIGURATION_DATA[KAA_CONFIGURATION_DATA_LENGTH] = { 0x34, 0x42, 0x61, 0x73, 0x69, 0x63, 0x20, 0x63, 0x6F, 0x6E, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x63, 0x68, 0x65, 0x6D, 0x61, 0x02, 0x20, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F }
static

Definition at line 71 of file kaa_defaults.h.