FreeCalypso > hg > fc-tourmaline
comparison cdg-hybrid/cdginc/p_ip.h @ 14:35f7a1dc9f7d
cdg-hybrid: import from Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 07:15:38 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
13:83146a4ae927 | 14:35f7a1dc9f7d |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_ip.h | | |
5 | SOURCE : "sap\ip.pdf" | | |
6 | LastModified : "2003-08-30" | | |
7 | IdAndVersion : "8444.101.00.006" | | |
8 | SrcFileTime : "Thu Nov 29 09:43:40 2007" | | |
9 | Generated by CCDGEN_2.5.5A on Fri Oct 14 21:41:52 2016 | | |
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_IP_H | |
24 #define P_IP_H | |
25 | |
26 | |
27 #define CDG_ENTER__P_IP_H | |
28 | |
29 #define CDG_ENTER__FILENAME _P_IP_H | |
30 #define CDG_ENTER__P_IP_H__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_IP_H__LAST_MODIFIED _2003_08_30 | |
32 #define CDG_ENTER__P_IP_H__ID_AND_VERSION _8444_101_00_006 | |
33 | |
34 #define CDG_ENTER__P_IP_H__SRC_FILE_TIME _Thu_Nov_29_09_43_40_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_IP_H | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 #include "p_ip.val" | |
44 | |
45 | |
46 /* | |
47 * End of substructure section, begin of primitive definition section | |
48 */ | |
49 | |
50 #ifndef __T_IP_ADDR_REQ__ | |
51 #define __T_IP_ADDR_REQ__ | |
52 /* | |
53 * | |
54 * CCDGEN:WriteStruct_Count==1701 | |
55 */ | |
56 typedef struct | |
57 { | |
58 U32 dst_addr; /*< 0: 4> destination address */ | |
59 U8 trans_prot; /*< 4: 1> transport protocol */ | |
60 U8 _align0; /*< 5: 1> alignment */ | |
61 U8 _align1; /*< 6: 1> alignment */ | |
62 U8 _align2; /*< 7: 1> alignment */ | |
63 } T_IP_ADDR_REQ; | |
64 #endif | |
65 | |
66 #ifndef __T_IP_ADDR_CNF__ | |
67 #define __T_IP_ADDR_CNF__ | |
68 /* | |
69 * | |
70 * CCDGEN:WriteStruct_Count==1702 | |
71 */ | |
72 typedef struct | |
73 { | |
74 U32 src_addr; /*< 0: 4> source address */ | |
75 U8 err; /*< 4: 1> error code */ | |
76 U8 trans_prot; /*< 5: 1> transport protocol */ | |
77 U8 _align0; /*< 6: 1> alignment */ | |
78 U8 _align1; /*< 7: 1> alignment */ | |
79 } T_IP_ADDR_CNF; | |
80 #endif | |
81 | |
82 | |
83 #include "CDG_LEAVE.h" | |
84 | |
85 | |
86 #endif |