FreeCalypso > hg > fc-magnetite
comparison cdg211/cdginc/p_mdl.h @ 4:56abf6cf8a0b
cdg211: cdginc/mdf/pdf files from TCS211-20070608
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 26 Sep 2016 01:11:35 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:93999a60b835 | 4:56abf6cf8a0b |
|---|---|
| 1 /* | |
| 2 +--------------------------------------------------------------------------+ | |
| 3 | PROJECT : PROTOCOL STACK | | |
| 4 | FILE : p_mdl.h | | |
| 5 | SOURCE : "__out__\g23m_dfile\prim\mdl.pdf" | | |
| 6 | LastModified : "2002-04-19" | | |
| 7 | IdAndVersion : "6147.111.97.101" | | |
| 8 | SrcFileTime : "Mon Nov 24 15:49:58 2003" | | |
| 9 | Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:15 2007 | | |
| 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_MDL_H | |
| 24 #define P_MDL_H | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__P_MDL_H | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _P_MDL_H | |
| 30 #define CDG_ENTER__P_MDL_H__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__P_MDL_H__LAST_MODIFIED _2002_04_19 | |
| 32 #define CDG_ENTER__P_MDL_H__ID_AND_VERSION _6147_111_97_101 | |
| 33 | |
| 34 #define CDG_ENTER__P_MDL_H__SRC_FILE_TIME _Mon_Nov_24_15_49_58_2003 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__P_MDL_H | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 | |
| 43 #include "p_mdl.val" | |
| 44 | |
| 45 | |
| 46 /* | |
| 47 * End of substructure section, begin of primitive definition section | |
| 48 */ | |
| 49 | |
| 50 #ifndef __T_MDL_ERROR_IND__ | |
| 51 #define __T_MDL_ERROR_IND__ | |
| 52 /* | |
| 53 * | |
| 54 * CCDGEN:WriteStruct_Count==1349 | |
| 55 */ | |
| 56 typedef struct | |
| 57 { | |
| 58 U8 ch_type; /*< 0: 1> channel type */ | |
| 59 U8 sapi; /*< 1: 1> service access point identifier */ | |
| 60 U8 cs; /*< 2: 1> error cause */ | |
| 61 U8 _align0; /*< 3: 1> alignment */ | |
| 62 } T_MDL_ERROR_IND; | |
| 63 #endif | |
| 64 | |
| 65 #ifndef __T_MDL_RELEASE_REQ__ | |
| 66 #define __T_MDL_RELEASE_REQ__ | |
| 67 /* | |
| 68 * | |
| 69 * CCDGEN:WriteStruct_Count==1350 | |
| 70 */ | |
| 71 typedef struct | |
| 72 { | |
| 73 U8 ch_type; /*< 0: 1> channel type */ | |
| 74 U8 sapi; /*< 1: 1> service access point identifier */ | |
| 75 U8 _align0; /*< 2: 1> alignment */ | |
| 76 U8 _align1; /*< 3: 1> alignment */ | |
| 77 } T_MDL_RELEASE_REQ; | |
| 78 #endif | |
| 79 | |
| 80 | |
| 81 #include "CDG_LEAVE.h" | |
| 82 | |
| 83 | |
| 84 #endif |
