FreeCalypso > hg > fc-magnetite
comparison cdg3/cdginc-conservative/p_ph.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_ph.h | | |
5 | SOURCE : "sap\ph.pdf" | | |
6 | LastModified : "2001-10-26" | | |
7 | IdAndVersion : "6147.112.01.100" | | |
8 | SrcFileTime : "Thu Nov 29 09:50:28 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_PH_H | |
24 #define P_PH_H | |
25 | |
26 | |
27 #define CDG_ENTER__P_PH_H | |
28 | |
29 #define CDG_ENTER__FILENAME _P_PH_H | |
30 #define CDG_ENTER__P_PH_H__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_PH_H__LAST_MODIFIED _2001_10_26 | |
32 #define CDG_ENTER__P_PH_H__ID_AND_VERSION _6147_112_01_100 | |
33 | |
34 #define CDG_ENTER__P_PH_H__SRC_FILE_TIME _Thu_Nov_29_09_50_28_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_PH_H | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 #include "p_ph.val" | |
44 | |
45 #include "p_mphc.h" | |
46 | |
47 | |
48 /* | |
49 * End of substructure section, begin of primitive definition section | |
50 */ | |
51 | |
52 #ifndef __T_PH_READY_TO_SEND__ | |
53 #define __T_PH_READY_TO_SEND__ | |
54 /* | |
55 * | |
56 * CCDGEN:WriteStruct_Count==2270 | |
57 */ | |
58 typedef struct | |
59 { | |
60 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
61 U8 _align0; /*< 1: 1> alignment */ | |
62 U8 _align1; /*< 2: 1> alignment */ | |
63 U8 _align2; /*< 3: 1> alignment */ | |
64 } T_PH_READY_TO_SEND; | |
65 #endif | |
66 | |
67 #ifndef __T_PH_DATA_REQ__ | |
68 #define __T_PH_DATA_REQ__ | |
69 /* | |
70 * | |
71 * CCDGEN:WriteStruct_Count==2271 | |
72 */ | |
73 typedef struct | |
74 { | |
75 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
76 U8 dummy; /*< 1: 1> dummy not used */ | |
77 U8 _align0; /*< 2: 1> alignment */ | |
78 U8 _align1; /*< 3: 1> alignment */ | |
79 T_sdu sdu; /*< 4: ? > message unit */ | |
80 } T_PH_DATA_REQ; | |
81 #endif | |
82 | |
83 #ifndef __T_PH_TRACE_IND__ | |
84 #define __T_PH_TRACE_IND__ | |
85 /* | |
86 * | |
87 * CCDGEN:WriteStruct_Count==2272 | |
88 */ | |
89 typedef struct | |
90 { | |
91 U8 dummy; /*< 0: 1> dummy not used */ | |
92 U8 _align0; /*< 1: 1> alignment */ | |
93 U8 _align1; /*< 2: 1> alignment */ | |
94 U8 _align2; /*< 3: 1> alignment */ | |
95 } T_PH_TRACE_IND; | |
96 #endif | |
97 | |
98 | |
99 #include "CDG_LEAVE.h" | |
100 | |
101 | |
102 #endif |