FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/gpf/inc/printtofile.h @ 554:3a0ce0ea4035
gsm-fw/L1/tpudrv/tpudrv.h: Leonardo version replaced with LoCosto-based one;
l1dmacro_rx_nb() and l1dmacro_rx_cont() prototypes fixed not to include the
csf_filter_choice parameter in the Calypso configuration
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 04 Aug 2014 04:57:24 +0000 | 
| parents | 79080922d8e4 | 
| children | 
| rev | line source | 
|---|---|
| 
316
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
1 /* | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
2 +------------------------------------------------------------------------------ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
3 | File: printtofile.h | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
4 +------------------------------------------------------------------------------ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
5 | Copyright 2002 Texas Instruments Berlin, AG | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
6 | All rights reserved. | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
7 | | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
8 | This file is confidential and a trade secret of Texas | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
9 | Instruments Berlin, AG | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
10 | The receipt of or possession of this file does not convey | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
11 | any rights to reproduce or disclose its contents or to | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
12 | manufacture, use, or sell anything it may describe, in | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
13 | whole, or in part, without the specific written consent of | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
14 | Texas Instruments Berlin, AG. | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
15 +------------------------------------------------------------------------------ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
16 | Purpose: Definitions for the TST internal header | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
17 +------------------------------------------------------------------------------ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
18 */ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
19 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
20 #ifndef PRINTTOFILE_H | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
21 #define PRINTTOFILE_H | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
22 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
23 /*==== INCLUDES =============================================================*/ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
24 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
25 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
26 /*==== CONSTS ===============================================================*/ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
27 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
28 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
29 /*==== TYPES =================================================================*/ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
30 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
31 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
32 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
33 /*==== EXPORTS ===============================================================*/ | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
34 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
35 void initPrintToFile(); | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
36 int PrintToFile( const char *format, ... ); | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
37 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
38 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
39 | 
| 
 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
40 #endif /* !PRINTTOFILE_H */ | 
