client-c  0.8.1
kaa_context.h File Reference

Kaa endpoint context definition. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kaa_context_s
 

Macros

#define KAA_STATUS_T
 
#define KAA_PLATFORM_PRTOCOL_T
 
#define KAA_BOOTSTRAP_MANAGER_T
 
#define KAA_CHANNEL_MANAGER_T
 
#define KAA_PROFILE_MANAGER_T
 
#define KAA_USER_MANAGER_T
 
#define KAA_EVENT_MANAGER_T
 
#define KAA_LOG_COLLECTOR_T
 
#define KAA_CONFIGURATION_MANAGER_T
 
#define KAA_NOTIFICATION_MANAGER_T
 
#define KAA_LOGGER_T
 
#define KAA_FAILOVER_STRATEGY
 

Typedefs

typedef struct kaa_status_t kaa_status_t
 
typedef struct
kaa_platform_protocol_t 
kaa_platform_protocol_t
 
typedef struct kaa_status_holder_t kaa_status_holder_t
 
typedef struct
kaa_bootstrap_manager_t 
kaa_bootstrap_manager_t
 
typedef struct
kaa_channel_manager_t 
kaa_channel_manager_t
 
typedef struct
kaa_profile_manager_t 
kaa_profile_manager_t
 
typedef struct kaa_user_manager_t kaa_user_manager_t
 
typedef struct kaa_event_manager_t kaa_event_manager_t
 
typedef struct kaa_log_collector kaa_log_collector_t
 
typedef struct
kaa_configuration_manager 
kaa_configuration_manager_t
 
typedef struct
kaa_notification_manager_t 
kaa_notification_manager_t
 
typedef struct kaa_logger_t kaa_logger_t
 
typedef struct
kaa_failover_strategy_t 
kaa_failover_strategy_t
 
typedef struct kaa_context_s kaa_context_t
 

Detailed Description

Kaa endpoint context definition.

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.

Defines the general Kaa endpoint context.

Definition in file kaa_context.h.

Macro Definition Documentation

#define KAA_BOOTSTRAP_MANAGER_T

Definition at line 44 of file kaa_context.h.

#define KAA_CHANNEL_MANAGER_T

Definition at line 49 of file kaa_context.h.

#define KAA_CONFIGURATION_MANAGER_T

Definition at line 74 of file kaa_context.h.

#define KAA_EVENT_MANAGER_T

Definition at line 64 of file kaa_context.h.

#define KAA_FAILOVER_STRATEGY

Definition at line 89 of file kaa_context.h.

#define KAA_LOG_COLLECTOR_T

Definition at line 69 of file kaa_context.h.

#define KAA_LOGGER_T

Definition at line 84 of file kaa_context.h.

#define KAA_NOTIFICATION_MANAGER_T

Definition at line 79 of file kaa_context.h.

#define KAA_PLATFORM_PRTOCOL_T

Definition at line 37 of file kaa_context.h.

#define KAA_PROFILE_MANAGER_T

Definition at line 54 of file kaa_context.h.

#define KAA_STATUS_T

Definition at line 32 of file kaa_context.h.

#define KAA_USER_MANAGER_T

Definition at line 59 of file kaa_context.h.

Typedef Documentation

Definition at line 45 of file kaa_context.h.

Definition at line 50 of file kaa_context.h.

typedef struct kaa_configuration_manager kaa_configuration_manager_t

Definition at line 75 of file kaa_context.h.

typedef struct kaa_context_s kaa_context_t

General Kaa endpoint context. Contains private structures of all Kaa endpoint SDK subsystems that can be used independently to perform API calls to specific subsystems.

Definition at line 65 of file kaa_context.h.

Definition at line 90 of file kaa_context.h.

typedef struct kaa_log_collector kaa_log_collector_t

Definition at line 70 of file kaa_context.h.

typedef struct kaa_logger_t kaa_logger_t

Definition at line 85 of file kaa_context.h.

Definition at line 80 of file kaa_context.h.

Definition at line 38 of file kaa_context.h.

Definition at line 55 of file kaa_context.h.

Definition at line 41 of file kaa_context.h.

typedef struct kaa_status_t kaa_status_t

Definition at line 33 of file kaa_context.h.

Definition at line 60 of file kaa_context.h.