mTower
template_ta.h
1 
22 #ifndef __APPS_TEMPLATE_TEMPLATE_TA_H_
23 #define __APPS_TEMPLATE_TEMPLATE_TA_H_
24 
25 /* Included Files */
26 /* All header files are included here. */
27 
28 /* Pre-processor Definitions */
29 /* All C pre-processor macros are defined here. */
30 /*
31  * This UUID is generated with uuidgen
32  * the ITU-T UUID generator at http://www.itu.int/ITU-T/asn1/uuid.html
33  */
34 #define TA_TEMPLATE_UUID \
35  { 0x1dbaf216, 0x6cb3, 0x11e9, \
36  { 0xa9, 0x23, 0x16, 0x81, 0xbe, 0x66, 0x3d, 0x3e } }
37 
38 /* The function IDs implemented in this TA */
39 #define TA_TEMPLATE_CMD_TEST 1
40 
41 /* Public Types */
42 /* Any types, enumerations, structures or unions are defined here. */
43 
44 
45 /* Public Data */
46 /* All data declarations with global scope appear here, preceded by
47  * the definition EXTERN.
48  */
49 
50 
51 /* Inline Functions */
52 /* Any static inline functions may be defined in this grouping.
53  * Each is preceded by a function header similar to the below.
54  */
55 
69 /* Public Function Prototypes */
70 /* All global functions in the file are prototyped here. The keyword
71  * extern or the definition EXTERN are never used with function
72  * prototypes.
73  */
74 
89 #endif /* __APPS_TEMPLATE_TEMPLATE_TA_H_ */