FreeCalypso > hg > fc-magnetite
comparison cdg3/cdginc-conservative/p_tb.h @ 16:c15047b3d00d
cdg3: import from freecalypso-citrine/cdg
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 27 Sep 2016 16:27:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:c8bdae60fcb1 | 16:c15047b3d00d |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_tb.h | | |
5 | SOURCE : "sap\tb.pdf" | | |
6 | LastModified : "2001-07-17" | | |
7 | IdAndVersion : "8441.112.01.002" | | |
8 | SrcFileTime : "Thu Nov 29 09:54:48 2007" | | |
9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:52:55 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_TB_H | |
24 #define P_TB_H | |
25 | |
26 | |
27 #define CDG_ENTER__P_TB_H | |
28 | |
29 #define CDG_ENTER__FILENAME _P_TB_H | |
30 #define CDG_ENTER__P_TB_H__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_TB_H__LAST_MODIFIED _2001_07_17 | |
32 #define CDG_ENTER__P_TB_H__ID_AND_VERSION _8441_112_01_002 | |
33 | |
34 #define CDG_ENTER__P_TB_H__SRC_FILE_TIME _Thu_Nov_29_09_54_48_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_TB_H | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 #include "p_tb.val" | |
44 | |
45 #ifndef __T_tb_meas_result__ | |
46 #define __T_tb_meas_result__ | |
47 /* | |
48 * | |
49 * CCDGEN:WriteStruct_Count==3100 | |
50 */ | |
51 typedef struct | |
52 { | |
53 U16 arfcn; /*< 0: 2> channel number */ | |
54 U16 rxlev; /*< 2: 2> measurement value */ | |
55 U8 num_meas; /*< 4: 1> number */ | |
56 U8 _align0; /*< 5: 1> alignment */ | |
57 U8 _align1; /*< 6: 1> alignment */ | |
58 U8 _align2; /*< 7: 1> alignment */ | |
59 } T_tb_meas_result; | |
60 #endif | |
61 | |
62 | |
63 /* | |
64 * End of substructure section, begin of primitive definition section | |
65 */ | |
66 | |
67 #ifndef __T_TB_MEAS_IND__ | |
68 #define __T_TB_MEAS_IND__ | |
69 /* | |
70 * | |
71 * CCDGEN:WriteStruct_Count==3101 | |
72 */ | |
73 typedef struct | |
74 { | |
75 T_tb_meas_result tb_meas_result[TB_BA_LIST_SIZE]; /*< 0:264> */ | |
76 } T_TB_MEAS_IND; | |
77 #endif | |
78 | |
79 #ifndef __T_TB_RXLEV_SC_REQ__ | |
80 #define __T_TB_RXLEV_SC_REQ__ | |
81 /* | |
82 * | |
83 * CCDGEN:WriteStruct_Count==3102 | |
84 */ | |
85 typedef struct | |
86 { | |
87 U8 sc_rxlev; /*< 0: 1> RXLEV value of the serving cell. */ | |
88 U8 _align0; /*< 1: 1> alignment */ | |
89 U8 _align1; /*< 2: 1> alignment */ | |
90 U8 _align2; /*< 3: 1> alignment */ | |
91 } T_TB_RXLEV_SC_REQ; | |
92 #endif | |
93 | |
94 | |
95 #include "CDG_LEAVE.h" | |
96 | |
97 | |
98 #endif |