FreeCalypso > hg > fc-magnetite
comparison src/g23m-aci/aci/ati_int.h @ 162:53929b40109c
src/g23m-aci: initial import from TCS3.2/LoCosto
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 11 Oct 2016 02:02:43 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
161:4557e2a9c18e | 162:53929b40109c |
---|---|
1 /* | |
2 +----------------------------------------------------------------------------- | |
3 | Project : GSM-F&D (8411) | |
4 | Modul : ATI | |
5 +----------------------------------------------------------------------------- | |
6 | Copyright 2002 Texas Instruments Berlin, AG | |
7 | All rights reserved. | |
8 | | |
9 | This file is confidential and a trade secret of Texas | |
10 | Instruments Berlin, AG | |
11 | The receipt of or possession of this file does not convey | |
12 | any rights to reproduce or disclose its contents or to | |
13 | manufacture, use, or sell anything it may describe, in | |
14 | whole, or in part, without the specific written consent of | |
15 | Texas Instruments Berlin, AG. | |
16 +----------------------------------------------------------------------------- | |
17 | Purpose : contains prototypes of functions or declaration of variables | |
18 | which are INTERNAL to ATI. | |
19 +----------------------------------------------------------------------------- | |
20 */ | |
21 | |
22 #ifndef ATI_INT_H | |
23 #define ATI_INT_H | |
24 | |
25 //#undef TRACE_FUNCTION | |
26 //#define TRACE_FUNCTION(a) | |
27 | |
28 EXTERN CHAR *cmdCmsError ( T_ACI_CMS_ERR e ); | |
29 EXTERN CHAR *cmdCmeError ( T_ACI_CME_ERR err ); | |
30 EXTERN CHAR *cmdAtError (AtErrCode e); | |
31 | |
32 EXTERN CHAR *resp_disp(UBYTE srcId, CHAR *cl,CHAR *type, ...); | |
33 EXTERN CHAR *strupper (CHAR *s); | |
34 EXTERN USHORT compact (CHAR *s, USHORT len); | |
35 EXTERN void ati_get_cmds_key(T_ACI_AT_CMD cmd_id, CHAR **cmd_key, CHAR **testcmd_output); | |
36 EXTERN void ati_stop_ring(void); | |
37 | |
38 | |
39 EXTERN CHAR *cmdErrStr; /* Error Message */ | |
40 EXTERN T_ACI_AT_CMD curAbrtCmd; | |
41 EXTERN char g_sa[MAX_CMD_LEN]; | |
42 EXTERN UBYTE srcId_cb; | |
43 EXTERN T_ACI_LIST *ati_src_list; | |
44 #endif |