FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/cdginc-locosto/p_aci.val @ 654:95c433d8c274
gsm-fw/cdg: LoCosto version of cdginc regenerated
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Thu, 25 Sep 2014 09:46:42 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 653:31d82d090499 | 654:95c433d8c274 |
|---|---|
| 1 /* | |
| 2 +--------------------------------------------------------------------------+ | |
| 3 | PROJECT : PROTOCOL STACK | | |
| 4 | FILE : p_aci.val | | |
| 5 | SOURCE : "sap\aci.pdf" | | |
| 6 | LastModified : "2004-06-01" | | |
| 7 | IdAndVersion : "8411.105.00.205" | | |
| 8 | SrcFileTime : "Thu Nov 29 09:29:50 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_ACI_VAL | |
| 24 #define P_ACI_VAL | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__P_ACI_VAL | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _P_ACI_VAL | |
| 30 #define CDG_ENTER__P_ACI_VAL__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__P_ACI_VAL__LAST_MODIFIED _2004_06_01 | |
| 32 #define CDG_ENTER__P_ACI_VAL__ID_AND_VERSION _8411_105_00_205 | |
| 33 | |
| 34 #define CDG_ENTER__P_ACI_VAL__SRC_FILE_TIME _Thu_Nov_29_09_29_50_2007 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__P_ACI_VAL | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 | |
| 43 /* | |
| 44 * Value constants for VAL_cmd_src | |
| 45 */ | |
| 46 #define CMD_SRC_INT (0x0) /* Command from internal application */ | |
| 47 #define CMD_SRC_EXT (0x1) /* Command from external application */ | |
| 48 #define CMD_SRC_UNKNOWN (0xff) /* Reserved */ | |
| 49 | |
| 50 /* | |
| 51 * Value constants for VAL_urt_stat | |
| 52 */ | |
| 53 #define URT_RDY_TO_SEND (0x0) /* URT is ready to accept new data */ | |
| 54 #define URT_DATA_AVAIL (0x1) /* URT has data available */ | |
| 55 #define URT_STAT_UNKNOWN (0xff) /* Reserved */ | |
| 56 | |
| 57 /* | |
| 58 * Value constants for VAL_cause | |
| 59 */ | |
| 60 #define ABT_ABORT_DATA (0x0) /* Abort data mode */ | |
| 61 #define ABT_ABORT_CMD (0x1) /* Abort current command */ | |
| 62 | |
| 63 /* | |
| 64 * Value constants for VAL_ackflg | |
| 65 */ | |
| 66 #define ACI_NAK (0x0) /* Not Acknowledge */ | |
| 67 #define ACI_ACK (0x1) /* Acknowledge */ | |
| 68 | |
| 69 /* | |
| 70 * user defined constants | |
| 71 */ | |
| 72 #define MAX_CMD_LEN (0x17c) | |
| 73 #define MAX_TRC_LEN (0x50) | |
| 74 #define MAX_DATA_LEN (0xc8) | |
| 75 | |
| 76 #include "CDG_LEAVE.h" | |
| 77 | |
| 78 | |
| 79 #endif |
