FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/gpf/frame/xalert.c @ 323:d278439e905d
GPF: vsi_trc.c compiles
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Sun, 13 Apr 2014 07:56:00 +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: xalert.c | 
| 
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 : | 
| 
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 /*lint -emacro(718,va_start) Symbol 'Symbol' undeclared, assumed to return int */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 20 | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 21 #include <stdarg.h> | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 22 #include <stdio.h> | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 23 #include "typedefs.h" | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 24 #include "vsi.h" | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 25 #include "frm_glob.h" | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 26 | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 27 /* To store values from _Alert to alert_info */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 28 T_HANDLE AlertCallerStore; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 29 ULONG AlertClassStore; | 
| 
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 BOOL _Alert(char *msg, T_HANDLE Caller, ULONG alertclass) | 
| 
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 int max = TextTracePartitionSize - sizeof(T_S_HEADER) - sizeof(T_PRIM_HEADER); | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 34 int len; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 35 int end_filepos=0; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 36 max=80; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 37 while (msg[end_filepos] && msg[end_filepos] != ')') | 
| 
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 end_filepos++; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 40 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 41 len = end_filepos; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 42 while (msg[len]) | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 43 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 44 len++; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 45 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 46 | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 47 if ( len < max) | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 48 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 49 /* nice short message */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 50 vsi_o_ttrace(Caller, alertclass, "%s", msg); | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 51 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 52 else | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 53 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 54 /* if string is to long we need to cut of */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 55 if (end_filepos < max - 3) | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 56 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 57 /* if there is room for the file location we cut of at the end */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 58 vsi_o_ttrace(Caller, alertclass, "%.*s...", max - 3, msg); | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 59 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 60 else | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 61 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 62 /* if there is not even room for the file location we cut of as many directories at the start as needed */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 63 char *separator = NULL; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 64 char *p = msg; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 65 int l = end_filepos; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 66 max -= 6; /* make room for ... at both end */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 67 /* find filename */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 68 while (l >= max) | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 69 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 70 separator = p; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 71 while (l > 0 && *p != '/' && *p != '\\') | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 72 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 73 l--; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 74 p++; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 75 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 76 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 77 vsi_o_ttrace(Caller, alertclass, "...%.*s...", max - 6, separator); | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 78 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 79 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 80 | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 81 AlertCallerStore = Caller; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 82 AlertClassStore = alertclass; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 83 /* | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 84 * Note: this return value controls if alert_info is called, | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 85 * i.e. alert_info is not called if FALSE is returned. | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 86 */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 87 return TRUE; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 88 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 89 | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 90 int int_vsi_o_ttrace ( T_HANDLE Caller, ULONG TraceClass, const char * const format, va_list varpars ); | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 91 | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 92 /* | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 93 * Alert Information | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 94 */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 95 BOOL alert_info(char *format, ...) | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 96 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 97 va_list args; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 98 | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 99 if ( (format != NULL) && (format[0] != 0) && (AlertCallerStore >= 0) && (TraceMask[AlertCallerStore] & AlertClassStore)) | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 100 { | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 101 va_start(args, format); | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 102 int_vsi_o_ttrace(AlertCallerStore, AlertClassStore, format, args); | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 103 va_end(args); | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 104 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 105 | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 106 /* The expression evaluated to FALSE by definition if this was called */ | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 107 return FALSE; | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 108 } | 
| 
79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 109 | 
