client-c  0.7.0
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_t
 

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_LOGGER_T
 

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_logger_t kaa_logger_t
 

Detailed Description

Kaa endpoint context definition.

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_LOG_COLLECTOR_T

Definition at line 69 of file kaa_context.h.

#define KAA_LOGGER_T

Definition at line 80 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.

Definition at line 65 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 81 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.