FreeCalypso > hg > fc-magnetite
comparison cdg3/cdginc-conservative/p_cci.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_cci.h | | |
5 | SOURCE : "sap\cci.pdf" | | |
6 | LastModified : "2003-01-13" | | |
7 | IdAndVersion : "8441.118.00.017" | | |
8 | SrcFileTime : "Thu Nov 29 09:37:42 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_CCI_H | |
24 #define P_CCI_H | |
25 | |
26 | |
27 #define CDG_ENTER__P_CCI_H | |
28 | |
29 #define CDG_ENTER__FILENAME _P_CCI_H | |
30 #define CDG_ENTER__P_CCI_H__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_CCI_H__LAST_MODIFIED _2003_01_13 | |
32 #define CDG_ENTER__P_CCI_H__ID_AND_VERSION _8441_118_00_017 | |
33 | |
34 #define CDG_ENTER__P_CCI_H__SRC_FILE_TIME _Thu_Nov_29_09_37_42_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_CCI_H | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 #include "p_cci.val" | |
44 | |
45 | |
46 /* | |
47 * End of substructure section, begin of primitive definition section | |
48 */ | |
49 | |
50 #ifndef __T_CCI_INIT_REQ__ | |
51 #define __T_CCI_INIT_REQ__ | |
52 /* | |
53 * | |
54 * CCDGEN:WriteStruct_Count==1220 | |
55 */ | |
56 typedef struct | |
57 { | |
58 U8 algo_type; /*< 0: 1> algorithm type */ | |
59 U8 comp_inst; /*< 1: 1> compressor instance */ | |
60 U8 _align0; /*< 2: 1> alignment */ | |
61 U8 _align1; /*< 3: 1> alignment */ | |
62 } T_CCI_INIT_REQ; | |
63 #endif | |
64 | |
65 | |
66 #include "CDG_LEAVE.h" | |
67 | |
68 | |
69 #endif |