FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/cdginc-locosto/p_gmmaa.val @ 654:95c433d8c274
gsm-fw/cdg: LoCosto version of cdginc regenerated
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Sep 2014 09:46:42 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
653:31d82d090499 | 654:95c433d8c274 |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_gmmaa.val | | |
5 | SOURCE : "sap\gmmaa.pdf" | | |
6 | LastModified : "1999-06-22" | | |
7 | IdAndVersion : "8441.107.99.001" | | |
8 | SrcFileTime : "Thu Nov 29 09:41:58 2007" | | |
9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:18:53 2014 | | |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! | | |
11 +--------------------------------------------------------------------------+ | |
12 */ | |
13 | |
14 /* PRAGMAS | |
15 * PREFIX : NONE | |
16 * COMPATIBILITY_DEFINES : NO (require PREFIX) | |
17 * ALWAYS_ENUM_IN_VAL_FILE: NO | |
18 * ENABLE_GROUP: NO | |
19 * CAPITALIZE_TYPENAME: NO | |
20 */ | |
21 | |
22 | |
23 #ifndef P_GMMAA_VAL | |
24 #define P_GMMAA_VAL | |
25 | |
26 | |
27 #define CDG_ENTER__P_GMMAA_VAL | |
28 | |
29 #define CDG_ENTER__FILENAME _P_GMMAA_VAL | |
30 #define CDG_ENTER__P_GMMAA_VAL__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_GMMAA_VAL__LAST_MODIFIED _1999_06_22 | |
32 #define CDG_ENTER__P_GMMAA_VAL__ID_AND_VERSION _8441_107_99_001 | |
33 | |
34 #define CDG_ENTER__P_GMMAA_VAL__SRC_FILE_TIME _Thu_Nov_29_09_41_58_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_GMMAA_VAL | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 /* | |
44 * Value constants for VAL_aa_timer | |
45 */ | |
46 #define VAL_AA_TIMER___DEF (0x0) /* value is incremented in multiples of 1 min */ | |
47 #define GMMAA_TIMER_2_SEC (0x0) /* value is incremented in multiples of 2 sec */ | |
48 #define GMMAA_TIMER_1_MIN (0x1) /* value is incremented in multiples of 1 min */ | |
49 #define GMMAA_TIMER_1_DH (0x2) /* value is incremented in multiples of 1 decihour */ | |
50 #define GMMAA_TIMER_DEACT (0x7) /* timer is deactivated */ | |
51 | |
52 #include "CDG_LEAVE.h" | |
53 | |
54 | |
55 #endif |