client-c  0.9.0
kaa_context_s Struct Reference

#include <kaa_context.h>

+ Collaboration diagram for kaa_context_s:

Public Attributes

struct kaa_status_holder_tstatus
 
struct kaa_platform_protocol_tplatform_protocol
 
struct kaa_bootstrap_manager_tbootstrap_manager
 
struct kaa_channel_manager_tchannel_manager
 
struct kaa_profile_manager_tprofile_manager
 
struct kaa_user_manager_tuser_manager
 
struct kaa_event_manager_tevent_manager
 
struct kaa_log_collector_tlog_collector
 
struct
kaa_configuration_manager_t
configuration_manager
 
struct kaa_logger_tlogger
 
struct kaa_notification_manager_tnotification_manager
 
struct kaa_failover_strategy_tfailover_strategy
 

Detailed Description

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 50 of file kaa_context.h.

Member Data Documentation

struct kaa_bootstrap_manager_t* kaa_context_s::bootstrap_manager

See kaa_bootstrap_manager.h.

Definition at line 53 of file kaa_context.h.

struct kaa_channel_manager_t* kaa_context_s::channel_manager

See kaa_channel_manager.h.

Definition at line 54 of file kaa_context.h.

struct kaa_configuration_manager_t* kaa_context_s::configuration_manager

See kaa_configuration_manager.h.

Definition at line 59 of file kaa_context.h.

struct kaa_event_manager_t* kaa_context_s::event_manager

See kaa_event.h.

Definition at line 57 of file kaa_context.h.

struct kaa_failover_strategy_t* kaa_context_s::failover_strategy

Definition at line 62 of file kaa_context.h.

struct kaa_log_collector_t* kaa_context_s::log_collector

See kaa_logging.h.

Definition at line 58 of file kaa_context.h.

struct kaa_logger_t* kaa_context_s::logger

See kaa_log.h.

Definition at line 60 of file kaa_context.h.

struct kaa_notification_manager_t* kaa_context_s::notification_manager

See kaa_notification_manager.h.

Definition at line 61 of file kaa_context.h.

struct kaa_platform_protocol_t* kaa_context_s::platform_protocol

See kaa_platform_protocol.h.

Definition at line 52 of file kaa_context.h.

struct kaa_profile_manager_t* kaa_context_s::profile_manager

See kaa_profile.h.

Definition at line 55 of file kaa_context.h.

struct kaa_status_holder_t* kaa_context_s::status

See kaa_status.h.

Definition at line 51 of file kaa_context.h.

struct kaa_user_manager_t* kaa_context_s::user_manager

See kaa_user.h.

Definition at line 56 of file kaa_context.h.


The documentation for this struct was generated from the following file: