comparison cdg-hybrid/cdginc/p_tra.val @ 212:e7a67accfad9

cdg-hybrid cdginc headers created
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:52:58 +0000
parents
children
comparison
equal deleted inserted replaced
211:02269c474131 212:e7a67accfad9
1 /*
2 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_tra.val |
5 | SOURCE : "sap\tra.pdf" |
6 | LastModified : "2002-06-10" |
7 | IdAndVersion : "8411.106.98.101" |
8 | SrcFileTime : "Thu Nov 29 09:55:46 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_TRA_VAL
24 #define P_TRA_VAL
25
26
27 #define CDG_ENTER__P_TRA_VAL
28
29 #define CDG_ENTER__FILENAME _P_TRA_VAL
30 #define CDG_ENTER__P_TRA_VAL__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_TRA_VAL__LAST_MODIFIED _2002_06_10
32 #define CDG_ENTER__P_TRA_VAL__ID_AND_VERSION _8411_106_98_101
33
34 #define CDG_ENTER__P_TRA_VAL__SRC_FILE_TIME _Thu_Nov_29_09_55_46_2007
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_TRA_VAL
39
40 #undef CDG_ENTER__FILENAME
41
42
43 /*
44 * Value constants for VAL_entity_name
45 */
46 #define TRA_ENTITY_NAME_LEN (0x6) /* Max name length */
47
48 /*
49 * Value constants for VAL_ack_flg
50 */
51 #define TRA_ACK (0x0) /* acknowledged */
52 #define TRA_NAK (0x1) /* not acknowledged */
53
54 /*
55 * Value constants for VAL_dti_direction
56 */
57 #define TRA_DTI_NORMAL (0x0) /* DTI used normally */
58 #define TRA_DTI_INVERTED (0x1) /* DTI is inverted */
59
60 /*
61 * Value constants for VAL_dti_conn
62 */
63 #define TRA_CONNECT_DTI (0x0) /* Connect DTI to TRA */
64 #define TRA_DISCONNECT_DTI (0x1) /* Connect DTI to upper layer */
65
66 #include "CDG_LEAVE.h"
67
68
69 #endif