FreeCalypso > hg > fc-magnetite
comparison cdg3/cdginc-locosto/p_udpa.val @ 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_udpa.val | | |
| 5 | SOURCE : "sap\udpa.pdf" | | |
| 6 | LastModified : "2003-08-26" | | |
| 7 | IdAndVersion : "8444.103.02.006" | | |
| 8 | SrcFileTime : "Thu Nov 29 09:56:38 2007" | | |
| 9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:18:53 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_UDPA_VAL | |
| 24 #define P_UDPA_VAL | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__P_UDPA_VAL | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _P_UDPA_VAL | |
| 30 #define CDG_ENTER__P_UDPA_VAL__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__P_UDPA_VAL__LAST_MODIFIED _2003_08_26 | |
| 32 #define CDG_ENTER__P_UDPA_VAL__ID_AND_VERSION _8444_103_02_006 | |
| 33 | |
| 34 #define CDG_ENTER__P_UDPA_VAL__SRC_FILE_TIME _Thu_Nov_29_09_56_38_2007 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__P_UDPA_VAL | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 | |
| 43 /* | |
| 44 * Value constants for VAL_dti_conn | |
| 45 */ | |
| 46 #define UDPA_CONNECT_DTI (0x0) /* Connect DTI2 to UDP */ | |
| 47 #define UDPA_DISCONNECT_DTI (0x1) /* Disconnect DTI2 from UDP */ | |
| 48 | |
| 49 /* | |
| 50 * Value constants for VAL_link_id | |
| 51 */ | |
| 52 #define UDPA_LINK_ID_DEFAULT (0x0) /* Default link id */ | |
| 53 | |
| 54 /* | |
| 55 * Value constants for VAL_dti_direction | |
| 56 */ | |
| 57 #define UDPA_DTI_TO_HIGHER_LAYER (0x0) /* DTI2 used normally */ | |
| 58 #define UDPA_DTI_TO_LOWER_LAYER (0x1) /* DTI2 is inverted */ | |
| 59 | |
| 60 /* | |
| 61 * Value constants for VAL_cmd | |
| 62 */ | |
| 63 #define UDPA_CONFIG_UP (0x0) /* enable the interface */ | |
| 64 #define UDPA_CONFIG_DOWN (0x1) /* disable the interface */ | |
| 65 | |
| 66 /* | |
| 67 * user defined constants | |
| 68 */ | |
| 69 #define UDPA_ENTITY_NAME_LEN (0x6) | |
| 70 | |
| 71 #include "CDG_LEAVE.h" | |
| 72 | |
| 73 | |
| 74 #endif |
