Snapdragon® Telematics Application Framework (TelAF) Interface Specification
taf_types_common.h
Go to the documentation of this file.
1 
2 /*
3  * ====================== WARNING ======================
4  *
5  * THE CONTENTS OF THIS FILE HAVE BEEN AUTO-GENERATED.
6  * DO NOT MODIFY IN ANY WAY.
7  *
8  * ====================== WARNING ======================
9  */
10 #ifndef TAF_TYPES_COMMON_H_INCLUDE_GUARD
11 #define TAF_TYPES_COMMON_H_INCLUDE_GUARD
12 
13 
14 #include "legato.h"
15 
16 #define IFGEN_TAF_TYPES_PROTOCOL_ID "452d88cbb1af6b7ea2f739d7427a388f"
17 #define IFGEN_TAF_TYPES_MSG_SIZE 9
18 
19 
20 
21 //--------------------------------------------------------------------------------------------------
28 //--------------------------------------------------------------------------------------------------
29 #define TAF_TYPES_REMOTE_PARTY_NUM_MAX_BYTES 18
30 
31 
32 //--------------------------------------------------------------------------------------------------
36 //--------------------------------------------------------------------------------------------------
38 (
39  void
40 );
41 
42 
43 //--------------------------------------------------------------------------------------------------
47 //--------------------------------------------------------------------------------------------------
49 (
50  void
51 );
52 
53 
54 //--------------------------------------------------------------------------------------------------
58 //--------------------------------------------------------------------------------------------------
60 (
61  le_msg_SessionRef_t _ifgen_sessionRef
62 );
63 
64 
65 //--------------------------------------------------------------------------------------------------
69 //--------------------------------------------------------------------------------------------------
71 (
72  le_msg_SessionRef_t _ifgen_sessionRef,
73  bool isBlocking
74 );
75 
76 #endif // TAF_TYPES_COMMON_H_INCLUDE_GUARD
LE_SHARED le_result_t ifgen_taf_types_OpenSession(le_msg_SessionRef_t _ifgen_sessionRef, bool isBlocking)
LE_SHARED void ifgen_taf_types_InitCommonData(void)
LE_SHARED void ifgen_taf_types_CleanupCommonData(le_msg_SessionRef_t _ifgen_sessionRef)
LE_SHARED bool ifgen_taf_types_HasLocalBinding(void)
le_result_t
Definition: le_basics.h:45
struct le_msg_Session * le_msg_SessionRef_t
Definition: le_messaging.h:860
#define LE_SHARED
Definition: le_basics.h:297