Snapdragon® Telematics Application Framework (TelAF) Interface Specification
taf_types_messages.h
Go to the documentation of this file.
1 /*
2  * ====================== WARNING ======================
3  *
4  * THE CONTENTS OF THIS FILE HAVE BEEN AUTO-GENERATED.
5  * DO NOT MODIFY IN ANY WAY.
6  *
7  * ====================== WARNING ======================
8  */
9 
10 
11 #ifndef TAF_TYPES_MESSAGES_H_INCLUDE_GUARD
12 #define TAF_TYPES_MESSAGES_H_INCLUDE_GUARD
13 
14 
15 #include "taf_types_common.h"
16 
17 #define _MAX_MSG_SIZE IFGEN_TAF_TYPES_MSG_SIZE
18 
19 // Define the message type for communicating between client and server
20 typedef struct __attribute__((packed))
21 {
22  uint32_t id;
23  uint8_t buffer[_MAX_MSG_SIZE];
24 }
26 
27 
28 
29 // Define type-safe pack/unpack functions for all enums, including included types
30 
31 // Define pack/unpack functions for all structures, including included types
32 
33 
34 #endif // TAF_TYPES_MESSAGES_H_INCLUDE_GUARD
_Message_t
Definition: taf_types_messages.h:25
struct __attribute__((packed))
Definition: taf_types_messages.h:20
#define _MAX_MSG_SIZE
Definition: taf_types_messages.h:17