1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "tm_define.xml".
4  * Please do not edit this file, all changes will be lost.
5  * Better edit the mentioned source file instead.
6  **********************************************************/
7 
8 #ifndef TM_DEFINE_P_H
9 #define TM_DEFINE_P_H
10 
11 #include "tm_define.h"
12 
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 struct TYPEMAKER2_DEFINE {
19   GWEN_LIST_ELEMENT(TYPEMAKER2_DEFINE)
20   char *id;
21   char *prefix;
22   char *type;
23   TYPEMAKER2_ITEM_LIST *items; /* volatile */
24   int mode;
25   int startValue;
26   int lastValue; /* volatile */
27 };
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif
34 
35