communication.h
Go to the documentation of this file.
1 /*!**********************************************************************
2 *
3 * @copyright Copyright (C) 2016 Siemens Aktiengesellschaft.\n
4 * All rights reserved.
5 *
6 *************************************************************************
7 *
8 * @file communication.h
9 * @date Sep 26, 2016
10 * @brief Communication module header file.
11 *
12 * This module implements MCL communication interface.
13 *
14 ************************************************************************/
15 
16 #ifndef COMMUNICATION_H_
17 #define COMMUNICATION_H_
18 
19 #include "http_processor.h"
20 
24 typedef struct state_t
25 {
27 } state_t;
28 
32 typedef struct mcl_communication_t
33 {
38 
39 #endif //COMMUNICATION_H_
HTTP processor module header file.
state_t state
MCL state.
Definition: communication.h:36
mcl_uint8_t mcl_bool_t
Definition: mcl_common.h:47
http_processor_t * http_processor
Http processor handle.
Definition: communication.h:35
mcl_bool_t initialized
Status of MCL initialization.
Definition: communication.h:26
struct mcl_communication_t mcl_communication_t
configuration_t configuration
Configuration handle.
Definition: communication.h:34