FreeCalypso > hg > fc-magnetite
comparison cdg-hybrid/cdginc/p_cl.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_cl.val | | |
| 5 | SOURCE : "sap\cl.pdf" | | |
| 6 | LastModified : "2004-06-08" | | |
| 7 | IdAndVersion : "8010.149.04.012" | | |
| 8 | SrcFileTime : "Thu Nov 29 09:38:38 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 : CL | |
| 16 * COMPATIBILITY_DEFINES : NO | |
| 17 * ALWAYS_ENUM_IN_VAL_FILE: NO | |
| 18 * ENABLE_GROUP: NO | |
| 19 * CAPITALIZE_TYPENAME: NO | |
| 20 */ | |
| 21 | |
| 22 | |
| 23 #ifndef P_CL_VAL | |
| 24 #define P_CL_VAL | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__P_CL_VAL | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _P_CL_VAL | |
| 30 #define CDG_ENTER__P_CL_VAL__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__P_CL_VAL__LAST_MODIFIED _2004_06_08 | |
| 32 #define CDG_ENTER__P_CL_VAL__ID_AND_VERSION _8010_149_04_012 | |
| 33 | |
| 34 #define CDG_ENTER__P_CL_VAL__SRC_FILE_TIME _Thu_Nov_29_09_38_38_2007 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__P_CL_VAL | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 #include "p_8010_152_ps_include.val" /* Access values independent from the corresponding h-file. */ | |
| 43 | |
| 44 | |
| 45 /* | |
| 46 * Value constants for VAL_qos_conv_res | |
| 47 */ | |
| 48 #define CL_CONV_OK (0x1) /* Conversion successful. */ | |
| 49 #define CL_CONV_FAILED (0x0) /* Conversion failed */ | |
| 50 | |
| 51 /* | |
| 52 * user defined constants | |
| 53 */ | |
| 54 #define CL_DUMMY (0xff) | |
| 55 | |
| 56 #include "CDG_LEAVE.h" | |
| 57 | |
| 58 | |
| 59 #endif | 
