comparison cdg211/cdginc/p_rrrrlp.h @ 4:56abf6cf8a0b

cdg211: cdginc/mdf/pdf files from TCS211-20070608
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 01:11:35 +0000
parents
children
comparison
equal deleted inserted replaced
3:93999a60b835 4:56abf6cf8a0b
1 /*
2 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_rrrrlp.h |
5 | SOURCE : "__out__\g23m_dfile\prim\rrrrlp.pdf" |
6 | LastModified : "2002-09-10" |
7 | IdAndVersion : "0000.000.00.002" |
8 | SrcFileTime : "Mon Nov 24 15:51:14 2003" |
9 | Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:16 2007 |
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_RRRRLP_H
24 #define P_RRRRLP_H
25
26
27 #define CDG_ENTER__P_RRRRLP_H
28
29 #define CDG_ENTER__FILENAME _P_RRRRLP_H
30 #define CDG_ENTER__P_RRRRLP_H__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_RRRRLP_H__LAST_MODIFIED _2002_09_10
32 #define CDG_ENTER__P_RRRRLP_H__ID_AND_VERSION _0000_000_00_002
33
34 #define CDG_ENTER__P_RRRRLP_H__SRC_FILE_TIME _Mon_Nov_24_15_51_14_2003
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_RRRRLP_H
39
40 #undef CDG_ENTER__FILENAME
41
42
43 #include "p_rrrrlp.val"
44
45
46 /*
47 * End of substructure section, begin of primitive definition section
48 */
49
50 #ifndef __T_RRRRLP_DATA_IND__
51 #define __T_RRRRLP_DATA_IND__
52 /*
53 *
54 * CCDGEN:WriteStruct_Count==2065
55 */
56 typedef struct
57 {
58 U8 cr; /*< 0: 1> Command or Response */
59 U8 _align0; /*< 1: 1> alignment */
60 U8 _align1; /*< 2: 1> alignment */
61 U8 _align2; /*< 3: 1> alignment */
62 T_sdu sdu; /*< 4: ? > Service Data Unit */
63 } T_RRRRLP_DATA_IND;
64 #endif
65
66 #ifndef __T_RRRRLP_DATA_REQ__
67 #define __T_RRRRLP_DATA_REQ__
68 /*
69 *
70 * CCDGEN:WriteStruct_Count==2066
71 */
72 typedef struct
73 {
74 U8 cr; /*< 0: 1> Command or Response */
75 U8 _align0; /*< 1: 1> alignment */
76 U8 _align1; /*< 2: 1> alignment */
77 U8 _align2; /*< 3: 1> alignment */
78 T_sdu sdu; /*< 4: ? > Service Data Unit */
79 } T_RRRRLP_DATA_REQ;
80 #endif
81
82 #ifndef __T_RRRRLP_DATA_CNF__
83 #define __T_RRRRLP_DATA_CNF__
84 /*
85 *
86 * CCDGEN:WriteStruct_Count==2067
87 */
88 typedef struct
89 {
90 U8 dummy; /*< 0: 1> Dummy */
91 U8 _align0; /*< 1: 1> alignment */
92 U8 _align1; /*< 2: 1> alignment */
93 U8 _align2; /*< 3: 1> alignment */
94 } T_RRRRLP_DATA_CNF;
95 #endif
96
97 #ifndef __T_RRRRLP_ERROR_IND__
98 #define __T_RRRRLP_ERROR_IND__
99 /*
100 *
101 * CCDGEN:WriteStruct_Count==2068
102 */
103 typedef struct
104 {
105 U8 dummy; /*< 0: 1> Dummy */
106 U8 _align0; /*< 1: 1> alignment */
107 U8 _align1; /*< 2: 1> alignment */
108 U8 _align2; /*< 3: 1> alignment */
109 } T_RRRRLP_ERROR_IND;
110 #endif
111
112
113 #include "CDG_LEAVE.h"
114
115
116 #endif