Logevents v111003 analysis/pr-app-PWR123 s_codegen.html C:\IndigoPerl\bin\perl.exe 5.006

Logevents is a web based analysis tool used to analyze source code for SV CV attributes, insert log events, save the newly modified source, and perform a DIFF between the orginal source and the resulting source code. The classification markings appear in the web page title, top, bottom, and after each access of an s_ file.

Description Running this report will instrument the source code with log events. Examine the keywords and verify that the number of LE SV items is as expected. Scroll or select the link into the details area and look for potential problems. Continue to examine the translate file. Finally examine the DIFF report and verify that the software includes only introduction of executable log event code and modifications of the original log event comments. Even though there is a DIFF, select several source and result files in the details and DIFF areas to verify that the code modifications occurred as exepected. Verify that the categories of hyper links work by click on each type (source, result, TOC, xx-xxx). The datareduction report and source code reports must be in place for the TOC and xx-xxx links to work. There is a companion report le-summary which is the same as this report except that files not instrumented are not shown. It reduces the noise.
AnalysisComment
KeywordsThis analysis shows the user selected keywords that were extracted from the original source code. There are also predefined keywords that are seperately reported by the tool in the Problems and Details analysis.
DetailsThis analysis shows the details from the original source code that are extracted from the search requests and internal error, warning, and caution settings. It also includes software metrics on a module basis.
TranslateThis analysis shows the translate.dat file that was created by this instrumentation activity that will used by data reduction.
CompareThis analysis shows a DIFF between the original source code and the new instrumented code.

Other Analysis Reports . Original Source Code . Instrumented Source Code . Help

12/08/2003 16:10:54


Settings

Description 13

Master Directories
Project Instrumentation Test
Source Result Analysis
Metrics

Report Markings
Report Marking
Highest Code Classification
Lowest Code Classification
Classified Keywords

Headers
C Header
H Header
asm Header

File Controls
Assembly Extensions
Access Files
Ignore Files
Paths
File Path
Src Paths (websever /~iat no websever ../../)
URL (websever /~iat no websever ../../ dos is blank)

Source Dir Path
Result Dir Path
Analysis Dir Path(no websever setting ../ft-red-B1B2D6_Ry)
Analysis Report Name
Files
toc file bfw file hmi file
toc html bfw html

General Settings
CPCs
1 2 3 4 5 6 7 Colors

Log Event Patterns
SV Events case Insensitive
Filter SV Events case Insensitive (e.g. traffic)
Filter Files case Insensitive
DB Events case Sensitive
HMI Events case Sensitive
LOC Events case Sensitive
Filter LOC Events (e.g. traffic)

Table Driven Functions used by uncalled functions detector


Fixed Keywords case insensitive
C
H
Assembly

Keywords case insensitive
find 1
find 2
find 3
find 4
find 5

ignore lines

Keyword Window

Hamming Patterns


Log Events
SV Start DB Start HMI Start LOC Start
Instrument Source LE Summary Auto Trace Fix LE English

Show in Details Report
Abstract SV REQUIRED Full Header All SourceCode Only SVCV src
Comments CV REQUIRED Rquirements Functions Show Only Affected Files Analyze Only LE SV

Reports
Control Menu Keywords Stats Metrics Ham Values Details Problem Summaries Problem Descriptions Compare

Reports - Automatic Detectors Default Problems Locked Files Date (e.g. 01/05/2003)
Fatal Printf C Headers H Headers ASM Headers
Class SV Marking CV Marking Keywords Code Keywords Prologues
No Curly Braces ifdef Switch Default's Default Error Case Break
Nested Switches Stacked Cases Calling Rules No Error Exit ?: operator
Func/File LOC/File Line Length < 5 LOC/Func > 100 LOC/Func
Uncalled Func's Dead Code Fuzzy Log Events ++/-- in if, else, while do Loops
malloc free Re-Casting goto No Func Header

Regression noise reduction for Automatic Detectors - must run regression.pl first
new files
mod files

Metrics Baseline Accessed
Metrics Saved (enable stats)

Hide Controls Show Checked Summary Checked Details Not Checked All


Keyword Stats

Good General Practices

  • use new and delete instead of malloc and free
  • do not use ?:
  • if a func has no parameters, use () instead of (void)
  • do not use goto
  • avoid declaring member variable with 'mutable' keyword
  • avoid declaring local variables with 'register' keyword
  • avoid declaring local variables with 'static' keyword
  • avoid do statements - potential endless loops
  • look for unusual and pertinent keywords
  • consistency is nice but not mandated
  • provide if with else
  • Good Security Practices

  • the bad fixed keywords are shown elsewhere
  • terminate case with break;
  • for each switch, provide default:
  • default: with security critical data should transfer to SwError
  • if else sequences with security critical data terminate in SwError
  • s_ files with if else sequences in many cases terminate in SwError
  • terminate other as identified if else sequences with SwError
  • look for undefined error codes in SwError
  • look for multiple uses of the same error codes
  • malloc should not be used on security critical data
  • if malloc is used on security critical data crypto zeroize before free
  • Number Sort

    154LE SV

    Alpha Sort

    154LE SV

    Keywords Not Found

    nnoonnee nnoonnee nnoonnee nnoonnee nnoonnee


    Details Report

    1 1 Source: source/pr-app/pr-app-PWR123/pwr-01.c
     1-15 pwr.1.1
    1-74 pwr.1.2
    1-153 /* LE SV TOC-2401 this is a pwr-01.2.19 req to disable*/ 1-160 /* LE SV TOC-2402 this is a pwr-01.2.25 req to update*/ 1-223 /* LE SV TOC-2403 this is a pwr-01.2.39 req to call admin*/ 1-257 /* LE SV TOC-2404 this is a pwr-01.2.47 req to validate*/ 1-336 pwr.1.3
    1-370 /* LE SV TOC-2405 this is a pwr-01.3.10 req to transform*/ 1-424 pwr.1.4
    1-478 pwr.1.5
    1-492 /* LE SV TOC-2406 this is a pwr-01.5.3 req to set Real Time Clock*/ 1-515 /* LE SV TOC-2407 this is a pwr-01.5.11 req to compare*/ 1-646 pwr.1.6
    1-667 /* LE SV TOC-2408 this is a pwr-01.6.4 req to enable*/ 1-784 /* LE SV TOC-2409 this is a pwr-01.6.43 req to convert*/ 1-792 /* LE SV TOC-2410 this is a pwr-01.6.44 req to verify*/ 1-795 /* LE SV TOC-2411 this is a pwr-01.6.46 req to convert*/ 1-806 pwr.1.7
    1-818 /* LE SV TOC-2412 this is a pwr-01.7.1 req to transform*/ 1-821 /* LE SV TOC-2413 this is a pwr-01.7.3 req to increment*/ 1-871 /* LE SV TOC-2414 this is a pwr-01.7.16 req to halt*/ 1-896 pwr.1.8
    1-930 /* LE SV TOC-2415 this is a pwr-01.8.5 req to increment*/ 1-940 /* LE SV TOC-2416 this is a pwr-01.8.8 req to check unix*/ 1-1008 pwr.1.9
    1-1043 /* LE SV TOC-2417 this is a pwr-01.9.6 req to reject*/ 1-1063 /* LE SV TOC-2418 this is a pwr-01.9.13 req to process*/ 1-1095 /* LE SV TOC-2419 this is a pwr-01.9.20 req to audit*/ 1-1134 /* LE SV TOC-2420 this is a pwr-01.9.27 req to detect error*/ 1-1242 pwr.1.10
    1-1350 pwr.1.11
    1-1365 /* LE SV TOC-2421 this is a pwr-01.11.4 req to store*/ 1-1367 /* LE SV TOC-2422 this is a pwr-01.11.5 req to update*/ 1-1378 /* LE SV TOC-2423 this is a pwr-01.11.9 req to fail*/ 1-1408 /* LE SV TOC-2424 this is a pwr-01.11.14 req to compare*/ 1-1486 pwr.1.12
    1-1587 /* LE SV TOC-2425 this is a pwr-01.12.29 req to call admin*/ 1-1604 /* LE SV TOC-2426 this is a pwr-01.12.32 req to set RTC*/ 1-1655 /* LE SV TOC-2427 this is a pwr-01.12.46 req to convert*/ 1-1676 pwr.1.13
    1-1746 /* LE SV TOC-2428 this is a pwr-01.13.10 req to detect error*/ 1 1 Result: result/source/pr-app/pr-app-PWR123/pwr-01.c


    2 2 Source: source/pr-app/pr-app-PWR123/pwr-01.h 2 2 Result: result/source/pr-app/pr-app-PWR123/pwr-01.h


    3 3 Source: source/pr-app/pr-app-PWR123/pwr-02.c 2-15 pwr.2.1
    2-57 /* LE SV TOC-2429 this is a pwr-02.1.9 req to call admin*/ 2-73 pwr.2.2
    2-194 /* LE SV TOC-2430 this is a pwr-02.2.20 req to increment*/ 2-249 /* LE SV TOC-2431 this is a pwr-02.2.37 req to fail*/ 2-258 pwr.2.3
    2-477 /* LE SV TOC-2432 this is a pwr-02.3.52 req to update*/ 2-559 pwr.2.4
    2-595 pwr.2.5
    2-717 /* LE SV TOC-2433 this is a pwr-02.5.34 req to call admin*/ 2-805 pwr.2.6
    2-906 /* LE SV TOC-2434 this is a pwr-02.6.30 req to check unix*/ 2-936 /* LE SV TOC-2435 this is a pwr-02.6.40 req to compare*/ 2-967 /* LE SV TOC-2436 this is a pwr-02.6.44 req to call admin*/ 2-976 /* LE SV TOC-2437 this is a pwr-02.6.46 req to detect error*/ 2-985 /* LE SV TOC-2438 this is a pwr-02.6.48 req to verify*/ 2-1095 /* LE SV TOC-2439 this is a pwr-02.6.72 req to update*/ 2-1119 /* LE SV TOC-2440 this is a pwr-02.6.77 req to set RTC*/ 3 3 Result: result/source/pr-app/pr-app-PWR123/pwr-02.c


    4 4 Source: source/pr-app/pr-app-PWR123/pwr-02.h 4 4 Result: result/source/pr-app/pr-app-PWR123/pwr-02.h


    5 5 Source: source/pr-app/pr-app-PWR123/pwr-03.c 3-15 pwr.3.1
    3-39 /* LE SV TOC-2441 this is a pwr-03.1.1 req to fail*/ 3-66 pwr.3.2
    3-159 /* LE SV TOC-2442 this is a pwr-03.2.29 req to validate*/ 3-169 /* LE SV TOC-2443 this is a pwr-03.2.32 req to call admin*/ 3-266 pwr.3.3
    3-301 /* LE SV TOC-2444 this is a pwr-03.3.5 req to check unix*/ 3-332 pwr.3.4
    3-438 /* LE SV TOC-2445 this is a pwr-03.4.15 req to fail*/ 3-503 /* LE SV TOC-2446 this is a pwr-03.4.30 req to disable*/ 3-512 pwr.3.5
    3-532 /* LE SV TOC-2447 this is a pwr-03.5.3 req to compare*/ 3-608 /* LE SV TOC-2448 this is a pwr-03.5.30 req to check pSOS*/ 3-638 pwr.3.6
    3-779 /* LE SV TOC-2449 this is a pwr-03.6.45 req to store*/ 3-842 pwr.3.7
    3-954 /* LE SV TOC-2450 this is a pwr-03.7.23 req to set RTC*/ 3-1025 pwr.3.8
    3-1114 /* LE SV TOC-2451 this is a pwr-03.8.22 req to compare*/ 3-1125 /* LE SV TOC-2452 this is a pwr-03.8.26 req to translate*/ 3-1133 /* LE SV TOC-2453 this is a pwr-03.8.27 req to convert*/ 3-1147 /* LE SV TOC-2454 this is a pwr-03.8.33 req to translate*/ 3-1221 /* LE SV TOC-2455 this is a pwr-03.8.51 req to check pSOS*/ 3-1237 /* LE SV TOC-2456 this is a pwr-03.8.58 req to translate*/ 3-1263 /* LE SV TOC-2457 this is a pwr-03.8.65 req to convert*/ 5 5 Result: result/source/pr-app/pr-app-PWR123/pwr-03.c


    6 6 Source: source/pr-app/pr-app-PWR123/pwr-03.h 6 6 Result: result/source/pr-app/pr-app-PWR123/pwr-03.h


    7 7 Source: source/pr-app/pr-app-PWR123/pwr-04.c 4-15 pwr.4.1
    4-53 /* LE SV TOC-2458 this is a pwr-04.1.4 req to store*/ 4-100 /* LE SV TOC-2459 this is a pwr-04.1.19 req to update*/ 4-111 /* LE SV TOC-2460 this is a pwr-04.1.23 req to call isr*/ 4-140 /* LE SV TOC-2461 this is a pwr-04.1.33 req to call isr*/ 4-145 /* LE SV TOC-2462 this is a pwr-04.1.37 req to record*/ 4-148 /* LE SV TOC-2463 this is a pwr-04.1.39 req to assign*/ 4-158 pwr.4.2
    4-171 /* LE SV TOC-2464 this is a pwr-04.2.2 req to set RTC*/ 4-290 /* LE SV TOC-008 we really should log all error calls */ 4-290 { FATAL Compile Error: Missing curly brace LE breaks path 4-310 /* LE SV TOC-2465 this is a pwr-04.2.54 req to assign*/ 4-350 /* LE SV TOC-2466 this is a pwr-04.2.67 req to verify*/ 4-353 /* LE SV TOC-2467 this is a pwr-04.2.69 req to call isr*/ 4-364 pwr.4.3
    4-445 /* LE SV TOC-2468 this is a pwr-04.3.22 req to call admin*/ 4-539 /* LE SV TOC-2469 this is a pwr-04.3.44 req to reject*/ 4-590 /* LE SV TOC-2470 this is a pwr-04.3.62 req to assign*/ 4-592 /* LE SV TOC-2471 this is a pwr-04.3.63 req to record*/ 4-611 pwr.4.4
    4-718 /* LE SV TOC-2472 this is a pwr-04.4.17 req to audit*/ 4-742 pwr.4.5
    4-780 /* LE SV TOC-2473 this is a pwr-04.5.9 req to reject*/ 4-850 pwr.4.6
    4-947 /* LE SV TOC-2474 this is a pwr-04.6.30 req to enable*/ 4-1118 /* LE SV TOC-2475 this is a pwr-04.6.73 req to inhibit*/ 4-1139 pwr.4.7
    4-1259 pwr.4.8
    4-1308 /* LE SV TOC-2476 this is a pwr-04.8.7 req to audit*/ 4-1526 pwr.4.9
    4-1557 /* LE SV TOC-2477 this is a pwr-04.9.13 req to recover*/ 4-1601 /* LE SV TOC-2478 this is a pwr-04.9.31 req to call isr*/ 4-1642 /* LE SV TOC-2479 this is a pwr-04.9.45 req to check pSOS*/ 4-1651 /* LE SV TOC-2480 this is a pwr-04.9.47 req to transform*/ 4-1730 /* LE SV TOC-2481 this is a pwr-04.9.71 req to audit*/ 4-1801 /* LE SV TOC-2482 this is a pwr-04.9.86 req to check unix*/ 4-1831 pwr.4.10
    4-1856 /* LE SV TOC-2483 this is a pwr-04.10.8 req to set Real Time Clock*/ 4-1858 /* LE SV TOC-2484 this is a pwr-04.10.9 req to set Real Time Clock*/ 4-1912 /* LE SV TOC-2485 this is a pwr-04.10.23 req to check pSOS*/ 4-1914 /* LE SV TOC-2486 this is a pwr-04.10.24 req to transform*/ 4-1995 /* LE SV TOC-2487 this is a pwr-04.10.49 req to inhibit*/ 4-2029 /* LE SV TOC-2488 this is a pwr-04.10.63 req to set RTC*/ 4-2044 pwr.4.11
    4-2078 /* LE SV TOC-2489 this is a pwr-04.11.5 req to transform*/ 4-2112 /* LE SV TOC-2490 this is a pwr-04.11.14 req to record*/ 4-2127 /* LE SV TOC-2491 this is a pwr-04.11.16 req to transform*/ 4-2169 /* LE SV TOC-2492 this is a pwr-04.11.26 req to assign*/ 4-2204 /* LE SV TOC-2493 this is a pwr-04.11.36 req to fail*/ 4-2295 /* LE SV TOC-2494 this is a pwr-04.11.65 req to translate*/ 7 7 Result: result/source/pr-app/pr-app-PWR123/pwr-04.c


    8 8 Source: source/pr-app/pr-app-PWR123/pwr-04.h 8 8 Result: result/source/pr-app/pr-app-PWR123/pwr-04.h


    9 9 Source: source/pr-app/pr-app-PWR123/pwr-05.c 5-15 pwr.5.1
    5-103 pwr.5.2
    5-156 /* LE SV TOC-2495 this is a pwr-05.2.12 req to transform*/ 5-265 /* LE SV TOC-2496 this is a pwr-05.2.37 req to inhibit*/ 5-440 pwr.5.3
    5-514 /* LE SV TOC-2497 this is a pwr-05.3.15 req to inhibit*/ 5-516 /* LE SV TOC-2498 this is a pwr-05.3.16 req to check unix*/ 5-566 /* LE SV TOC-2499 this is a pwr-05.3.28 req to increment*/ 5-617 pwr.5.4
    5-643 /* LE SV TOC-2500 this is a pwr-05.4.8 req to increment*/ 5-656 /* LE SV TOC-2501 this is a pwr-05.4.13 req to detect error*/ 5-730 /* LE SV TOC-2502 this is a pwr-05.4.36 req to set RTC*/ 5-751 pwr.5.5
    5-763 /* LE SV TOC-2503 this is a pwr-05.5.1 req to fail*/ 5-772 /* LE SV TOC-2504 this is a pwr-05.5.3 req to check pSOS*/ 5-858 /* LE SV TOC-2505 this is a pwr-05.5.27 req to halt*/ 5-922 /* LE SV TOC-2506 this is a pwr-05.5.46 req to check unix*/ 5-935 pwr.5.6
    5-1005 /* LE SV TOC-2507 this is a pwr-05.6.22 req to translate*/ 5-1155 pwr.5.7
    5-1295 pwr.5.8
    5-1316 /* LE SV TOC-2508 this is a pwr-05.8.4 req to set RTC*/ 5-1417 pwr.5.9
    5-1448 /* LE SV TOC-008 we really should log all error calls */ 5-1448 { FATAL Compile Error: Missing curly brace LE breaks path 5-1538 /* LE SV TOC-2509 this is a pwr-05.9.35 req to record*/ 5-1548 pwr.5.10
    5-1563 /* LE SV TOC-008 we really should log all error calls */ 5-1563 { FATAL Compile Error: Missing curly brace LE breaks path 5-1653 /* LE SV TOC-2510 this is a pwr-05.10.27 req to transform*/ 5-1666 pwr.5.11
    5-1721 pwr.5.12
    5-1785 /* LE SV TOC-2511 this is a pwr-05.12.22 req to convert*/ 5-1832 /* LE SV TOC-2512 this is a pwr-05.12.31 req to audit*/ 5-1917 /* LE SV TOC-008 we really should log all error calls */ 5-1917 { FATAL Compile Error: Missing curly brace LE breaks path 5-2017 pwr.5.13
    5-2039 /* LE SV TOC-2513 this is a pwr-05.13.5 req to detect error*/ 5-2086 /* LE SV TOC-2514 this is a pwr-05.13.21 req to check unix*/ 5-2193 /* LE SV TOC-2515 this is a pwr-05.13.49 req to reject*/ 5-2204 /* LE SV TOC-2516 this is a pwr-05.13.52 req to update*/ 5-2231 pwr.5.14
    5-2252 /* LE SV TOC-008 we really should log all error calls */ 5-2252 { FATAL Compile Error: Missing curly brace LE breaks path 5-2263 /* LE SV TOC-2517 this is a pwr-05.14.12 req to record*/ 9 9 Result: result/source/pr-app/pr-app-PWR123/pwr-05.c


    10 10 Source: source/pr-app/pr-app-PWR123/pwr-05.h 10 10 Result: result/source/pr-app/pr-app-PWR123/pwr-05.h


    11 11 Source: source/pr-app/pr-app-PWR123/pwr-06.c 6-15 pwr.6.1
    6-41 /* LE SV TOC-2518 this is a pwr-06.1.2 req to record*/ 6-61 /* LE SV TOC-2519 this is a pwr-06.1.9 req to process*/ 6-80 /* LE SV TOC-2520 this is a pwr-06.1.21 req to fail*/ 6-135 pwr.6.2
    6-164 /* LE SV TOC-2521 this is a pwr-06.2.10 req to record*/ 6-204 pwr.6.3
    6-237 /* LE SV TOC-2522 this is a pwr-06.3.3 req to audit*/ 6-259 /* LE SV TOC-2523 this is a pwr-06.3.12 req to enable*/ 6-282 pwr.6.4
    6-300 /* LE SV TOC-2524 this is a pwr-06.4.7 req to enable*/ 6-465 pwr.6.5
    6-478 /* LE SV TOC-2525 this is a pwr-06.5.2 req to set RTC*/ 6-487 /* LE SV TOC-2526 this is a pwr-06.5.4 req to recover*/ 6-683 /* LE SV TOC-008 we really should log all error calls */ 6-683 { FATAL Compile Error: Missing curly brace LE breaks path 6-689 /* LE SV TOC-2527 this is a pwr-06.5.73 req to validate*/ 6-712 pwr.6.6
    6-729 /* LE SV TOC-2528 this is a pwr-06.6.5 req to compare*/ 6-877 /* LE SV TOC-2529 this is a pwr-06.6.42 req to check unix*/ 6-906 pwr.6.7
    6-921 /* LE SV TOC-2530 this is a pwr-06.7.4 req to convert*/ 6-947 /* LE SV TOC-2531 this is a pwr-06.7.15 req to set Real Time Clock*/ 6-958 /* LE SV TOC-2532 this is a pwr-06.7.19 req to set Real Time Clock*/ 6-971 /* LE SV TOC-2533 this is a pwr-06.7.25 req to assign*/ 6-1065 pwr.6.8
    6-1094 pwr.6.9
    6-1160 /* LE SV TOC-2534 this is a pwr-06.9.19 req to convert*/ 6-1208 /* LE SV TOC-008 we really should log all error calls */ 6-1208 { FATAL Compile Error: Missing curly brace LE breaks path 6-1272 /* LE SV TOC-2535 this is a pwr-06.9.57 req to compare*/ 11 11 Result: result/source/pr-app/pr-app-PWR123/pwr-06.c


    12 12 Source: source/pr-app/pr-app-PWR123/pwr-06.h 12 12 Result: result/source/pr-app/pr-app-PWR123/pwr-06.h


    13 13 Source: source/pr-app/pr-app-PWR123/pwr-07.c 7-15 pwr.7.1
    7-125 pwr.7.2
    7-165 /* LE SV TOC-2536 this is a pwr-07.2.11 req to fail*/ 7-168 /* LE SV TOC-2537 this is a pwr-07.2.13 req to transform*/ 7-297 pwr.7.3
    7-353 /* LE SV TOC-2538 this is a pwr-07.3.14 req to transform*/ 7-374 /* LE SV TOC-2539 this is a pwr-07.3.28 req to convert*/ 7-439 pwr.7.4
    7-512 pwr.7.5
    7-578 /* LE SV TOC-2540 this is a pwr-07.5.13 req to check unix*/ 7-610 /* LE SV TOC-2541 this is a pwr-07.5.20 req to convert*/ 7-634 /* LE SV TOC-2542 this is a pwr-07.5.24 req to recover*/ 7-706 /* LE SV TOC-2543 this is a pwr-07.5.46 req to set Real Time Clock*/ 7-795 pwr.7.6
    7-826 /* LE SV TOC-2544 this is a pwr-07.6.6 req to call admin*/ 7-842 pwr.7.7
    7-1000 pwr.7.8
    7-1054 /* LE SV TOC-2545 this is a pwr-07.8.18 req to transform*/ 7-1071 /* LE SV TOC-2546 this is a pwr-07.8.22 req to detect error*/ 13 13 Result: result/source/pr-app/pr-app-PWR123/pwr-07.c


    14 14 Source: source/pr-app/pr-app-PWR123/pwr-07.h 14 14 Result: result/source/pr-app/pr-app-PWR123/pwr-07.h


    15 15 Source: source/pr-app/pr-app-PWR123/pwr-08.c 8-15 pwr.8.1
    8-186 /* LE SV TOC-2547 this is a pwr-08.1.57 req to set RTC*/ 15 15 Result: result/source/pr-app/pr-app-PWR123/pwr-08.c


    16 16 Source: source/pr-app/pr-app-PWR123/pwr-08.h 16 16 Result: result/source/pr-app/pr-app-PWR123/pwr-08.h



    Resulting Translate Structure

    This is an include file that is stored with the resulting source. It is accessed by the data reduction software to translate the unique codes assigned by this application to the english text associated with the code. Since each pass through this code will assign new codes to the events, if there is a software change, this file needs to be under CM control in the same manner as the resulting test source. Note that the original source file name and C-function is attached to the logevent.

    C:/project-iat/inst --- analysis/pr-app-PWR123/translate.dat

    time, Translate File Created 12/08/2003 16:10:54
    1001, pwr-01.c pwr.1.2 LE SV TOC-2401 this is a pwr-01.2.19 req to disable
    1002, pwr-01.c pwr.1.2 LE SV TOC-2402 this is a pwr-01.2.25 req to update
    1003, pwr-01.c pwr.1.2 LE SV TOC-2403 this is a pwr-01.2.39 req to call admin
    1004, pwr-01.c pwr.1.2 LE SV TOC-2404 this is a pwr-01.2.47 req to validate
    1005, pwr-01.c pwr.1.3 LE SV TOC-2405 this is a pwr-01.3.10 req to transform
    1006, pwr-01.c pwr.1.5 LE SV TOC-2406 this is a pwr-01.5.3 req to set Real Time Clock
    1007, pwr-01.c pwr.1.5 LE SV TOC-2407 this is a pwr-01.5.11 req to compare
    1008, pwr-01.c pwr.1.6 LE SV TOC-2408 this is a pwr-01.6.4 req to enable
    1009, pwr-01.c pwr.1.6 LE SV TOC-2409 this is a pwr-01.6.43 req to convert
    1010, pwr-01.c pwr.1.6 LE SV TOC-2410 this is a pwr-01.6.44 req to verify
    1011, pwr-01.c pwr.1.6 LE SV TOC-2411 this is a pwr-01.6.46 req to convert
    1012, pwr-01.c pwr.1.7 LE SV TOC-2412 this is a pwr-01.7.1 req to transform
    1013, pwr-01.c pwr.1.7 LE SV TOC-2413 this is a pwr-01.7.3 req to increment
    1014, pwr-01.c pwr.1.7 LE SV TOC-2414 this is a pwr-01.7.16 req to halt
    1015, pwr-01.c pwr.1.8 LE SV TOC-2415 this is a pwr-01.8.5 req to increment
    1016, pwr-01.c pwr.1.8 LE SV TOC-2416 this is a pwr-01.8.8 req to check unix
    1017, pwr-01.c pwr.1.9 LE SV TOC-2417 this is a pwr-01.9.6 req to reject
    1018, pwr-01.c pwr.1.9 LE SV TOC-2418 this is a pwr-01.9.13 req to process
    1019, pwr-01.c pwr.1.9 LE SV TOC-2419 this is a pwr-01.9.20 req to audit
    1020, pwr-01.c pwr.1.9 LE SV TOC-2420 this is a pwr-01.9.27 req to detect error
    1021, pwr-01.c pwr.1.11 LE SV TOC-2421 this is a pwr-01.11.4 req to store
    1022, pwr-01.c pwr.1.11 LE SV TOC-2422 this is a pwr-01.11.5 req to update
    1023, pwr-01.c pwr.1.11 LE SV TOC-2423 this is a pwr-01.11.9 req to fail
    1024, pwr-01.c pwr.1.11 LE SV TOC-2424 this is a pwr-01.11.14 req to compare
    1025, pwr-01.c pwr.1.12 LE SV TOC-2425 this is a pwr-01.12.29 req to call admin
    1026, pwr-01.c pwr.1.12 LE SV TOC-2426 this is a pwr-01.12.32 req to set RTC
    1027, pwr-01.c pwr.1.12 LE SV TOC-2427 this is a pwr-01.12.46 req to convert
    1028, pwr-01.c pwr.1.13 LE SV TOC-2428 this is a pwr-01.13.10 req to detect error
    1029, pwr-02.c pwr.2.1 LE SV TOC-2429 this is a pwr-02.1.9 req to call admin
    1030, pwr-02.c pwr.2.2 LE SV TOC-2430 this is a pwr-02.2.20 req to increment
    1031, pwr-02.c pwr.2.2 LE SV TOC-2431 this is a pwr-02.2.37 req to fail
    1032, pwr-02.c pwr.2.3 LE SV TOC-2432 this is a pwr-02.3.52 req to update
    1033, pwr-02.c pwr.2.5 LE SV TOC-2433 this is a pwr-02.5.34 req to call admin
    1034, pwr-02.c pwr.2.6 LE SV TOC-2434 this is a pwr-02.6.30 req to check unix
    1035, pwr-02.c pwr.2.6 LE SV TOC-2435 this is a pwr-02.6.40 req to compare
    1036, pwr-02.c pwr.2.6 LE SV TOC-2436 this is a pwr-02.6.44 req to call admin
    1037, pwr-02.c pwr.2.6 LE SV TOC-2437 this is a pwr-02.6.46 req to detect error
    1038, pwr-02.c pwr.2.6 LE SV TOC-2438 this is a pwr-02.6.48 req to verify
    1039, pwr-02.c pwr.2.6 LE SV TOC-2439 this is a pwr-02.6.72 req to update
    1040, pwr-02.c pwr.2.6 LE SV TOC-2440 this is a pwr-02.6.77 req to set RTC
    1041, pwr-03.c pwr.3.1 LE SV TOC-2441 this is a pwr-03.1.1 req to fail
    1042, pwr-03.c pwr.3.2 LE SV TOC-2442 this is a pwr-03.2.29 req to validate
    1043, pwr-03.c pwr.3.2 LE SV TOC-2443 this is a pwr-03.2.32 req to call admin
    1044, pwr-03.c pwr.3.3 LE SV TOC-2444 this is a pwr-03.3.5 req to check unix
    1045, pwr-03.c pwr.3.4 LE SV TOC-2445 this is a pwr-03.4.15 req to fail
    1046, pwr-03.c pwr.3.4 LE SV TOC-2446 this is a pwr-03.4.30 req to disable
    1047, pwr-03.c pwr.3.5 LE SV TOC-2447 this is a pwr-03.5.3 req to compare
    1048, pwr-03.c pwr.3.5 LE SV TOC-2448 this is a pwr-03.5.30 req to check pSOS
    1049, pwr-03.c pwr.3.6 LE SV TOC-2449 this is a pwr-03.6.45 req to store
    1050, pwr-03.c pwr.3.7 LE SV TOC-2450 this is a pwr-03.7.23 req to set RTC
    1051, pwr-03.c pwr.3.8 LE SV TOC-2451 this is a pwr-03.8.22 req to compare
    1052, pwr-03.c pwr.3.8 LE SV TOC-2452 this is a pwr-03.8.26 req to translate
    1053, pwr-03.c pwr.3.8 LE SV TOC-2453 this is a pwr-03.8.27 req to convert
    1054, pwr-03.c pwr.3.8 LE SV TOC-2454 this is a pwr-03.8.33 req to translate
    1055, pwr-03.c pwr.3.8 LE SV TOC-2455 this is a pwr-03.8.51 req to check pSOS
    1056, pwr-03.c pwr.3.8 LE SV TOC-2456 this is a pwr-03.8.58 req to translate
    1057, pwr-03.c pwr.3.8 LE SV TOC-2457 this is a pwr-03.8.65 req to convert
    1058, pwr-04.c pwr.4.1 LE SV TOC-2458 this is a pwr-04.1.4 req to store
    1059, pwr-04.c pwr.4.1 LE SV TOC-2459 this is a pwr-04.1.19 req to update
    1060, pwr-04.c pwr.4.1 LE SV TOC-2460 this is a pwr-04.1.23 req to call isr
    1061, pwr-04.c pwr.4.1 LE SV TOC-2461 this is a pwr-04.1.33 req to call isr
    1062, pwr-04.c pwr.4.1 LE SV TOC-2462 this is a pwr-04.1.37 req to record
    1063, pwr-04.c pwr.4.1 LE SV TOC-2463 this is a pwr-04.1.39 req to assign
    1064, pwr-04.c pwr.4.2 LE SV TOC-2464 this is a pwr-04.2.2 req to set RTC
    1065, pwr-04.c pwr.4.2 LE SV TOC-008 we really should log all error calls
    1066, pwr-04.c pwr.4.2 LE SV TOC-2465 this is a pwr-04.2.54 req to assign
    1067, pwr-04.c pwr.4.2 LE SV TOC-2466 this is a pwr-04.2.67 req to verify
    1068, pwr-04.c pwr.4.2 LE SV TOC-2467 this is a pwr-04.2.69 req to call isr
    1069, pwr-04.c pwr.4.3 LE SV TOC-2468 this is a pwr-04.3.22 req to call admin
    1070, pwr-04.c pwr.4.3 LE SV TOC-2469 this is a pwr-04.3.44 req to reject
    1071, pwr-04.c pwr.4.3 LE SV TOC-2470 this is a pwr-04.3.62 req to assign
    1072, pwr-04.c pwr.4.3 LE SV TOC-2471 this is a pwr-04.3.63 req to record
    1073, pwr-04.c pwr.4.4 LE SV TOC-2472 this is a pwr-04.4.17 req to audit
    1074, pwr-04.c pwr.4.5 LE SV TOC-2473 this is a pwr-04.5.9 req to reject
    1075, pwr-04.c pwr.4.6 LE SV TOC-2474 this is a pwr-04.6.30 req to enable
    1076, pwr-04.c pwr.4.6 LE SV TOC-2475 this is a pwr-04.6.73 req to inhibit
    1077, pwr-04.c pwr.4.8 LE SV TOC-2476 this is a pwr-04.8.7 req to audit
    1078, pwr-04.c pwr.4.9 LE SV TOC-2477 this is a pwr-04.9.13 req to recover
    1079, pwr-04.c pwr.4.9 LE SV TOC-2478 this is a pwr-04.9.31 req to call isr
    1080, pwr-04.c pwr.4.9 LE SV TOC-2479 this is a pwr-04.9.45 req to check pSOS
    1081, pwr-04.c pwr.4.9 LE SV TOC-2480 this is a pwr-04.9.47 req to transform
    1082, pwr-04.c pwr.4.9 LE SV TOC-2481 this is a pwr-04.9.71 req to audit
    1083, pwr-04.c pwr.4.9 LE SV TOC-2482 this is a pwr-04.9.86 req to check unix
    1084, pwr-04.c pwr.4.10 LE SV TOC-2483 this is a pwr-04.10.8 req to set Real Time Clock
    1085, pwr-04.c pwr.4.10 LE SV TOC-2484 this is a pwr-04.10.9 req to set Real Time Clock
    1086, pwr-04.c pwr.4.10 LE SV TOC-2485 this is a pwr-04.10.23 req to check pSOS
    1087, pwr-04.c pwr.4.10 LE SV TOC-2486 this is a pwr-04.10.24 req to transform
    1088, pwr-04.c pwr.4.10 LE SV TOC-2487 this is a pwr-04.10.49 req to inhibit
    1089, pwr-04.c pwr.4.10 LE SV TOC-2488 this is a pwr-04.10.63 req to set RTC
    1090, pwr-04.c pwr.4.11 LE SV TOC-2489 this is a pwr-04.11.5 req to transform
    1091, pwr-04.c pwr.4.11 LE SV TOC-2490 this is a pwr-04.11.14 req to record
    1092, pwr-04.c pwr.4.11 LE SV TOC-2491 this is a pwr-04.11.16 req to transform
    1093, pwr-04.c pwr.4.11 LE SV TOC-2492 this is a pwr-04.11.26 req to assign
    1094, pwr-04.c pwr.4.11 LE SV TOC-2493 this is a pwr-04.11.36 req to fail
    1095, pwr-04.c pwr.4.11 LE SV TOC-2494 this is a pwr-04.11.65 req to translate
    1096, pwr-05.c pwr.5.2 LE SV TOC-2495 this is a pwr-05.2.12 req to transform
    1097, pwr-05.c pwr.5.2 LE SV TOC-2496 this is a pwr-05.2.37 req to inhibit
    1098, pwr-05.c pwr.5.3 LE SV TOC-2497 this is a pwr-05.3.15 req to inhibit
    1099, pwr-05.c pwr.5.3 LE SV TOC-2498 this is a pwr-05.3.16 req to check unix
    1100, pwr-05.c pwr.5.3 LE SV TOC-2499 this is a pwr-05.3.28 req to increment
    1101, pwr-05.c pwr.5.4 LE SV TOC-2500 this is a pwr-05.4.8 req to increment
    1102, pwr-05.c pwr.5.4 LE SV TOC-2501 this is a pwr-05.4.13 req to detect error
    1103, pwr-05.c pwr.5.4 LE SV TOC-2502 this is a pwr-05.4.36 req to set RTC
    1104, pwr-05.c pwr.5.5 LE SV TOC-2503 this is a pwr-05.5.1 req to fail
    1105, pwr-05.c pwr.5.5 LE SV TOC-2504 this is a pwr-05.5.3 req to check pSOS
    1106, pwr-05.c pwr.5.5 LE SV TOC-2505 this is a pwr-05.5.27 req to halt
    1107, pwr-05.c pwr.5.5 LE SV TOC-2506 this is a pwr-05.5.46 req to check unix
    1108, pwr-05.c pwr.5.6 LE SV TOC-2507 this is a pwr-05.6.22 req to translate
    1109, pwr-05.c pwr.5.8 LE SV TOC-2508 this is a pwr-05.8.4 req to set RTC
    1110, pwr-05.c pwr.5.9 LE SV TOC-008 we really should log all error calls
    1111, pwr-05.c pwr.5.9 LE SV TOC-2509 this is a pwr-05.9.35 req to record
    1112, pwr-05.c pwr.5.10 LE SV TOC-008 we really should log all error calls
    1113, pwr-05.c pwr.5.10 LE SV TOC-2510 this is a pwr-05.10.27 req to transform
    1114, pwr-05.c pwr.5.12 LE SV TOC-2511 this is a pwr-05.12.22 req to convert
    1115, pwr-05.c pwr.5.12 LE SV TOC-2512 this is a pwr-05.12.31 req to audit
    1116, pwr-05.c pwr.5.12 LE SV TOC-008 we really should log all error calls
    1117, pwr-05.c pwr.5.13 LE SV TOC-2513 this is a pwr-05.13.5 req to detect error
    1118, pwr-05.c pwr.5.13 LE SV TOC-2514 this is a pwr-05.13.21 req to check unix
    1119, pwr-05.c pwr.5.13 LE SV TOC-2515 this is a pwr-05.13.49 req to reject
    1120, pwr-05.c pwr.5.13 LE SV TOC-2516 this is a pwr-05.13.52 req to update
    1121, pwr-05.c pwr.5.14 LE SV TOC-008 we really should log all error calls
    1122, pwr-05.c pwr.5.14 LE SV TOC-2517 this is a pwr-05.14.12 req to record
    1123, pwr-06.c pwr.6.1 LE SV TOC-2518 this is a pwr-06.1.2 req to record
    1124, pwr-06.c pwr.6.1 LE SV TOC-2519 this is a pwr-06.1.9 req to process
    1125, pwr-06.c pwr.6.1 LE SV TOC-2520 this is a pwr-06.1.21 req to fail
    1126, pwr-06.c pwr.6.2 LE SV TOC-2521 this is a pwr-06.2.10 req to record
    1127, pwr-06.c pwr.6.3 LE SV TOC-2522 this is a pwr-06.3.3 req to audit
    1128, pwr-06.c pwr.6.3 LE SV TOC-2523 this is a pwr-06.3.12 req to enable
    1129, pwr-06.c pwr.6.4 LE SV TOC-2524 this is a pwr-06.4.7 req to enable
    1130, pwr-06.c pwr.6.5 LE SV TOC-2525 this is a pwr-06.5.2 req to set RTC
    1131, pwr-06.c pwr.6.5 LE SV TOC-2526 this is a pwr-06.5.4 req to recover
    1132, pwr-06.c pwr.6.5 LE SV TOC-008 we really should log all error calls
    1133, pwr-06.c pwr.6.5 LE SV TOC-2527 this is a pwr-06.5.73 req to validate
    1134, pwr-06.c pwr.6.6 LE SV TOC-2528 this is a pwr-06.6.5 req to compare
    1135, pwr-06.c pwr.6.6 LE SV TOC-2529 this is a pwr-06.6.42 req to check unix
    1136, pwr-06.c pwr.6.7 LE SV TOC-2530 this is a pwr-06.7.4 req to convert
    1137, pwr-06.c pwr.6.7 LE SV TOC-2531 this is a pwr-06.7.15 req to set Real Time Clock
    1138, pwr-06.c pwr.6.7 LE SV TOC-2532 this is a pwr-06.7.19 req to set Real Time Clock
    1139, pwr-06.c pwr.6.7 LE SV TOC-2533 this is a pwr-06.7.25 req to assign
    1140, pwr-06.c pwr.6.9 LE SV TOC-2534 this is a pwr-06.9.19 req to convert
    1141, pwr-06.c pwr.6.9 LE SV TOC-008 we really should log all error calls
    1142, pwr-06.c pwr.6.9 LE SV TOC-2535 this is a pwr-06.9.57 req to compare
    1143, pwr-07.c pwr.7.2 LE SV TOC-2536 this is a pwr-07.2.11 req to fail
    1144, pwr-07.c pwr.7.2 LE SV TOC-2537 this is a pwr-07.2.13 req to transform
    1145, pwr-07.c pwr.7.3 LE SV TOC-2538 this is a pwr-07.3.14 req to transform
    1146, pwr-07.c pwr.7.3 LE SV TOC-2539 this is a pwr-07.3.28 req to convert
    1147, pwr-07.c pwr.7.5 LE SV TOC-2540 this is a pwr-07.5.13 req to check unix
    1148, pwr-07.c pwr.7.5 LE SV TOC-2541 this is a pwr-07.5.20 req to convert
    1149, pwr-07.c pwr.7.5 LE SV TOC-2542 this is a pwr-07.5.24 req to recover
    1150, pwr-07.c pwr.7.5 LE SV TOC-2543 this is a pwr-07.5.46 req to set Real Time Clock
    1151, pwr-07.c pwr.7.6 LE SV TOC-2544 this is a pwr-07.6.6 req to call admin
    1152, pwr-07.c pwr.7.8 LE SV TOC-2545 this is a pwr-07.8.18 req to transform
    1153, pwr-07.c pwr.7.8 LE SV TOC-2546 this is a pwr-07.8.22 req to detect error
    1154, pwr-08.c pwr.8.1 LE SV TOC-2547 this is a pwr-08.1.57 req to set RTC
    9998, TOC-9998 Tool self test - missing toc text test
    


    Difference Report - DIFF

    This is a standard gnu DIFF report. Additions to the second file appear in green while deletions from the second file or additions to the first file appear in red. This DIFF report will traverse the entire directory tree structure. You must duplicate the tree structure of the source by copying the source into the result prior to executing this script.

    1 1 Source: source/pr-app/pr-app-PWR123/pwr-01.c
    1 1 Result: result/source/pr-app/pr-app-PWR123/pwr-01.c

    source/pr-app/pr-app-PWR123/pwr-01.c result/source/pr-app/pr-app-PWR123/pwr-01.c

    154a155
    > LogSvEvent((int)1001); /*12/08/2003 16:10:54*/
    161a163
    > LogSvEvent((int)1002); /*12/08/2003 16:10:54*/
    224a227
    > LogSvEvent((int)1003); /*12/08/2003 16:10:54*/
    258a262
    > LogSvEvent((int)1004); /*12/08/2003 16:10:54*/
    371a376
    > LogSvEvent((int)1005); /*12/08/2003 16:10:54*/
    493a499
    > LogSvEvent((int)1006); /*12/08/2003 16:10:54*/
    516a523
    > LogSvEvent((int)1007); /*12/08/2003 16:10:54*/
    668a676
    > LogSvEvent((int)1008); /*12/08/2003 16:10:54*/
    785a794
    > LogSvEvent((int)1009); /*12/08/2003 16:10:54*/
    793a803
    > LogSvEvent((int)1010); /*12/08/2003 16:10:54*/
    796a807
    > LogSvEvent((int)1011); /*12/08/2003 16:10:54*/
    819a831
    > LogSvEvent((int)1012); /*12/08/2003 16:10:54*/
    822a835
    > LogSvEvent((int)1013); /*12/08/2003 16:10:54*/
    872a886
    > LogSvEvent((int)1014); /*12/08/2003 16:10:54*/
    931a946
    > LogSvEvent((int)1015); /*12/08/2003 16:10:54*/
    941a957
    > LogSvEvent((int)1016); /*12/08/2003 16:10:54*/
    1044a1061
    > LogSvEvent((int)1017); /*12/08/2003 16:10:54*/
    1064a1082
    > LogSvEvent((int)1018); /*12/08/2003 16:10:54*/
    1096a1115
    > LogSvEvent((int)1019); /*12/08/2003 16:10:54*/
    1135a1155
    > LogSvEvent((int)1020); /*12/08/2003 16:10:54*/
    1366a1387
    > LogSvEvent((int)1021); /*12/08/2003 16:10:54*/
    1368a1390
    > LogSvEvent((int)1022); /*12/08/2003 16:10:54*/
    1379a1402
    > LogSvEvent((int)1023); /*12/08/2003 16:10:54*/
    1409a1433
    > LogSvEvent((int)1024); /*12/08/2003 16:10:54*/
    1588a1613
    > LogSvEvent((int)1025); /*12/08/2003 16:10:54*/
    1605a1631
    > LogSvEvent((int)1026); /*12/08/2003 16:10:54*/
    1656a1683
    > LogSvEvent((int)1027); /*12/08/2003 16:10:54*/
    1747a1775
    > LogSvEvent((int)1028); /*12/08/2003 16:10:54*/


    2 2 Source: source/pr-app/pr-app-PWR123/pwr-01.h
    2 2 Result: result/source/pr-app/pr-app-PWR123/pwr-01.h

    source/pr-app/pr-app-PWR123/pwr-01.h result/source/pr-app/pr-app-PWR123/pwr-01.h


    3 3 Source: source/pr-app/pr-app-PWR123/pwr-02.c
    3 3 Result: result/source/pr-app/pr-app-PWR123/pwr-02.c

    source/pr-app/pr-app-PWR123/pwr-02.c result/source/pr-app/pr-app-PWR123/pwr-02.c

    58a59
    > LogSvEvent((int)1029); /*12/08/2003 16:10:54*/
    195a197
    > LogSvEvent((int)1030); /*12/08/2003 16:10:54*/
    250a253
    > LogSvEvent((int)1031); /*12/08/2003 16:10:54*/
    478a482
    > LogSvEvent((int)1032); /*12/08/2003 16:10:54*/
    718a723
    > LogSvEvent((int)1033); /*12/08/2003 16:10:54*/
    907a913
    > LogSvEvent((int)1034); /*12/08/2003 16:10:54*/
    937a944
    > LogSvEvent((int)1035); /*12/08/2003 16:10:54*/
    968a976
    > LogSvEvent((int)1036); /*12/08/2003 16:10:54*/
    977a986
    > LogSvEvent((int)1037); /*12/08/2003 16:10:54*/
    986a996
    > LogSvEvent((int)1038); /*12/08/2003 16:10:54*/
    1096a1107
    > LogSvEvent((int)1039); /*12/08/2003 16:10:54*/
    1120a1132
    > LogSvEvent((int)1040); /*12/08/2003 16:10:54*/


    4 4 Source: source/pr-app/pr-app-PWR123/pwr-02.h
    4 4 Result: result/source/pr-app/pr-app-PWR123/pwr-02.h

    source/pr-app/pr-app-PWR123/pwr-02.h result/source/pr-app/pr-app-PWR123/pwr-02.h


    5 5 Source: source/pr-app/pr-app-PWR123/pwr-03.c
    5 5 Result: result/source/pr-app/pr-app-PWR123/pwr-03.c

    source/pr-app/pr-app-PWR123/pwr-03.c result/source/pr-app/pr-app-PWR123/pwr-03.c

    40a41
    > LogSvEvent((int)1041); /*12/08/2003 16:10:54*/
    160a162
    > LogSvEvent((int)1042); /*12/08/2003 16:10:54*/
    170a173
    > LogSvEvent((int)1043); /*12/08/2003 16:10:54*/
    302a306
    > LogSvEvent((int)1044); /*12/08/2003 16:10:54*/
    439a444
    > LogSvEvent((int)1045); /*12/08/2003 16:10:54*/
    504a510
    > LogSvEvent((int)1046); /*12/08/2003 16:10:54*/
    533a540
    > LogSvEvent((int)1047); /*12/08/2003 16:10:54*/
    609a617
    > LogSvEvent((int)1048); /*12/08/2003 16:10:54*/
    780a789
    > LogSvEvent((int)1049); /*12/08/2003 16:10:54*/
    955a965
    > LogSvEvent((int)1050); /*12/08/2003 16:10:54*/
    1115a1126
    > LogSvEvent((int)1051); /*12/08/2003 16:10:54*/
    1126a1138
    > LogSvEvent((int)1052); /*12/08/2003 16:10:54*/
    1134a1147
    > LogSvEvent((int)1053); /*12/08/2003 16:10:54*/
    1148a1162
    > LogSvEvent((int)1054); /*12/08/2003 16:10:54*/
    1222a1237
    > LogSvEvent((int)1055); /*12/08/2003 16:10:54*/
    1238a1254
    > LogSvEvent((int)1056); /*12/08/2003 16:10:54*/
    1264a1281
    > LogSvEvent((int)1057); /*12/08/2003 16:10:54*/


    6 6 Source: source/pr-app/pr-app-PWR123/pwr-03.h
    6 6 Result: result/source/pr-app/pr-app-PWR123/pwr-03.h

    source/pr-app/pr-app-PWR123/pwr-03.h result/source/pr-app/pr-app-PWR123/pwr-03.h


    7 7 Source: source/pr-app/pr-app-PWR123/pwr-04.c
    7 7 Result: result/source/pr-app/pr-app-PWR123/pwr-04.c

    source/pr-app/pr-app-PWR123/pwr-04.c result/source/pr-app/pr-app-PWR123/pwr-04.c

    54a55
    > LogSvEvent((int)1058); /*12/08/2003 16:10:54*/
    101a103
    > LogSvEvent((int)1059); /*12/08/2003 16:10:54*/
    112a115
    > LogSvEvent((int)1060); /*12/08/2003 16:10:54*/
    141a145
    > LogSvEvent((int)1061); /*12/08/2003 16:10:54*/
    146a151
    > LogSvEvent((int)1062); /*12/08/2003 16:10:54*/
    149a155
    > LogSvEvent((int)1063); /*12/08/2003 16:10:54*/
    172a179
    > LogSvEvent((int)1064); /*12/08/2003 16:10:54*/
    291a299
    > LogSvEvent((int)1065); /*12/08/2003 16:10:54*/
    311a320
    > LogSvEvent((int)1066); /*12/08/2003 16:10:54*/
    351a361
    > LogSvEvent((int)1067); /*12/08/2003 16:10:54*/
    354a365
    > LogSvEvent((int)1068); /*12/08/2003 16:10:54*/
    446a458
    > LogSvEvent((int)1069); /*12/08/2003 16:10:54*/
    540a553
    > LogSvEvent((int)1070); /*12/08/2003 16:10:54*/
    591a605
    > LogSvEvent((int)1071); /*12/08/2003 16:10:54*/
    593a608
    > LogSvEvent((int)1072); /*12/08/2003 16:10:54*/
    719a735
    > LogSvEvent((int)1073); /*12/08/2003 16:10:54*/
    781a798
    > LogSvEvent((int)1074); /*12/08/2003 16:10:54*/
    948a966
    > LogSvEvent((int)1075); /*12/08/2003 16:10:54*/
    1119a1138
    > LogSvEvent((int)1076); /*12/08/2003 16:10:54*/
    1309a1329
    > LogSvEvent((int)1077); /*12/08/2003 16:10:54*/
    1558a1579
    > LogSvEvent((int)1078); /*12/08/2003 16:10:54*/
    1602a1624
    > LogSvEvent((int)1079); /*12/08/2003 16:10:54*/
    1643a1666
    > LogSvEvent((int)1080); /*12/08/2003 16:10:54*/
    1652a1676
    > LogSvEvent((int)1081); /*12/08/2003 16:10:54*/
    1731a1756
    > LogSvEvent((int)1082); /*12/08/2003 16:10:54*/
    1802a1828
    > LogSvEvent((int)1083); /*12/08/2003 16:10:54*/
    1857a1884
    > LogSvEvent((int)1084); /*12/08/2003 16:10:54*/
    1859a1887
    > LogSvEvent((int)1085); /*12/08/2003 16:10:54*/
    1913a1942
    > LogSvEvent((int)1086); /*12/08/2003 16:10:54*/
    1915a1945
    > LogSvEvent((int)1087); /*12/08/2003 16:10:54*/
    1996a2027
    > LogSvEvent((int)1088); /*12/08/2003 16:10:54*/
    2030a2062
    > LogSvEvent((int)1089); /*12/08/2003 16:10:54*/
    2079a2112
    > LogSvEvent((int)1090); /*12/08/2003 16:10:54*/
    2113a2147
    > LogSvEvent((int)1091); /*12/08/2003 16:10:54*/
    2128a2163
    > LogSvEvent((int)1092); /*12/08/2003 16:10:54*/
    2170a2206
    > LogSvEvent((int)1093); /*12/08/2003 16:10:54*/
    2205a2242
    > LogSvEvent((int)1094); /*12/08/2003 16:10:54*/
    2296a2334
    > LogSvEvent((int)1095); /*12/08/2003 16:10:54*/


    8 8 Source: source/pr-app/pr-app-PWR123/pwr-04.h
    8 8 Result: result/source/pr-app/pr-app-PWR123/pwr-04.h

    source/pr-app/pr-app-PWR123/pwr-04.h result/source/pr-app/pr-app-PWR123/pwr-04.h


    9 9 Source: source/pr-app/pr-app-PWR123/pwr-05.c
    9 9 Result: result/source/pr-app/pr-app-PWR123/pwr-05.c

    source/pr-app/pr-app-PWR123/pwr-05.c result/source/pr-app/pr-app-PWR123/pwr-05.c

    157a158
    > LogSvEvent((int)1096); /*12/08/2003 16:10:54*/
    266a268
    > LogSvEvent((int)1097); /*12/08/2003 16:10:54*/
    515a518
    > LogSvEvent((int)1098); /*12/08/2003 16:10:54*/
    517a521
    > LogSvEvent((int)1099); /*12/08/2003 16:10:54*/
    567a572
    > LogSvEvent((int)1100); /*12/08/2003 16:10:54*/
    644a650
    > LogSvEvent((int)1101); /*12/08/2003 16:10:54*/
    657a664
    > LogSvEvent((int)1102); /*12/08/2003 16:10:54*/
    731a739
    > LogSvEvent((int)1103); /*12/08/2003 16:10:54*/
    764a773
    > LogSvEvent((int)1104); /*12/08/2003 16:10:54*/
    773a783
    > LogSvEvent((int)1105); /*12/08/2003 16:10:54*/
    859a870
    > LogSvEvent((int)1106); /*12/08/2003 16:10:54*/
    923a935
    > LogSvEvent((int)1107); /*12/08/2003 16:10:54*/
    1006a1019
    > LogSvEvent((int)1108); /*12/08/2003 16:10:54*/
    1317a1331
    > LogSvEvent((int)1109); /*12/08/2003 16:10:54*/
    1449a1464
    > LogSvEvent((int)1110); /*12/08/2003 16:10:54*/
    1539a1555
    > LogSvEvent((int)1111); /*12/08/2003 16:10:54*/
    1564a1581
    > LogSvEvent((int)1112); /*12/08/2003 16:10:54*/
    1654a1672
    > LogSvEvent((int)1113); /*12/08/2003 16:10:54*/
    1786a1805
    > LogSvEvent((int)1114); /*12/08/2003 16:10:54*/
    1833a1853
    > LogSvEvent((int)1115); /*12/08/2003 16:10:54*/
    1918a1939
    > LogSvEvent((int)1116); /*12/08/2003 16:10:54*/
    2040a2062
    > LogSvEvent((int)1117); /*12/08/2003 16:10:54*/
    2087a2110
    > LogSvEvent((int)1118); /*12/08/2003 16:10:54*/
    2194a2218
    > LogSvEvent((int)1119); /*12/08/2003 16:10:54*/
    2205a2230
    > LogSvEvent((int)1120); /*12/08/2003 16:10:54*/
    2253a2279
    > LogSvEvent((int)1121); /*12/08/2003 16:10:54*/
    2264a2291
    > LogSvEvent((int)1122); /*12/08/2003 16:10:54*/


    10 10 Source: source/pr-app/pr-app-PWR123/pwr-05.h
    10 10 Result: result/source/pr-app/pr-app-PWR123/pwr-05.h

    source/pr-app/pr-app-PWR123/pwr-05.h result/source/pr-app/pr-app-PWR123/pwr-05.h


    11 11 Source: source/pr-app/pr-app-PWR123/pwr-06.c
    11 11 Result: result/source/pr-app/pr-app-PWR123/pwr-06.c

    source/pr-app/pr-app-PWR123/pwr-06.c result/source/pr-app/pr-app-PWR123/pwr-06.c

    42a43
    > LogSvEvent((int)1123); /*12/08/2003 16:10:54*/
    62a64
    > LogSvEvent((int)1124); /*12/08/2003 16:10:54*/
    81a84
    > LogSvEvent((int)1125); /*12/08/2003 16:10:54*/
    165a169
    > LogSvEvent((int)1126); /*12/08/2003 16:10:54*/
    238a243
    > LogSvEvent((int)1127); /*12/08/2003 16:10:54*/
    260a266
    > LogSvEvent((int)1128); /*12/08/2003 16:10:54*/
    301a308
    > LogSvEvent((int)1129); /*12/08/2003 16:10:54*/
    479a487
    > LogSvEvent((int)1130); /*12/08/2003 16:10:54*/
    488a497
    > LogSvEvent((int)1131); /*12/08/2003 16:10:54*/
    684a694
    > LogSvEvent((int)1132); /*12/08/2003 16:10:54*/
    690a701
    > LogSvEvent((int)1133); /*12/08/2003 16:10:54*/
    730a742
    > LogSvEvent((int)1134); /*12/08/2003 16:10:54*/
    878a891
    > LogSvEvent((int)1135); /*12/08/2003 16:10:54*/
    922a936
    > LogSvEvent((int)1136); /*12/08/2003 16:10:54*/
    948a963
    > LogSvEvent((int)1137); /*12/08/2003 16:10:54*/
    959a975
    > LogSvEvent((int)1138); /*12/08/2003 16:10:54*/
    972a989
    > LogSvEvent((int)1139); /*12/08/2003 16:10:54*/
    1161a1179
    > LogSvEvent((int)1140); /*12/08/2003 16:10:54*/
    1209a1228
    > LogSvEvent((int)1141); /*12/08/2003 16:10:54*/
    1273a1293
    > LogSvEvent((int)1142); /*12/08/2003 16:10:54*/


    12 12 Source: source/pr-app/pr-app-PWR123/pwr-06.h
    12 12 Result: result/source/pr-app/pr-app-PWR123/pwr-06.h

    source/pr-app/pr-app-PWR123/pwr-06.h result/source/pr-app/pr-app-PWR123/pwr-06.h


    13 13 Source: source/pr-app/pr-app-PWR123/pwr-07.c
    13 13 Result: result/source/pr-app/pr-app-PWR123/pwr-07.c

    source/pr-app/pr-app-PWR123/pwr-07.c result/source/pr-app/pr-app-PWR123/pwr-07.c

    166a167
    > LogSvEvent((int)1143); /*12/08/2003 16:10:54*/
    169a171
    > LogSvEvent((int)1144); /*12/08/2003 16:10:54*/
    354a357
    > LogSvEvent((int)1145); /*12/08/2003 16:10:54*/
    375a379
    > LogSvEvent((int)1146); /*12/08/2003 16:10:54*/
    579a584
    > LogSvEvent((int)1147); /*12/08/2003 16:10:54*/
    611a617
    > LogSvEvent((int)1148); /*12/08/2003 16:10:54*/
    635a642
    > LogSvEvent((int)1149); /*12/08/2003 16:10:54*/
    707a715
    > LogSvEvent((int)1150); /*12/08/2003 16:10:54*/
    827a836
    > LogSvEvent((int)1151); /*12/08/2003 16:10:54*/
    1055a1065
    > LogSvEvent((int)1152); /*12/08/2003 16:10:54*/
    1072a1083
    > LogSvEvent((int)1153); /*12/08/2003 16:10:54*/


    14 14 Source: source/pr-app/pr-app-PWR123/pwr-07.h
    14 14 Result: result/source/pr-app/pr-app-PWR123/pwr-07.h

    source/pr-app/pr-app-PWR123/pwr-07.h result/source/pr-app/pr-app-PWR123/pwr-07.h


    15 15 Source: source/pr-app/pr-app-PWR123/pwr-08.c
    15 15 Result: result/source/pr-app/pr-app-PWR123/pwr-08.c

    source/pr-app/pr-app-PWR123/pwr-08.c result/source/pr-app/pr-app-PWR123/pwr-08.c

    187a188
    > LogSvEvent((int)1154); /*12/08/2003 16:10:54*/


    16 16 Source: source/pr-app/pr-app-PWR123/pwr-08.h
    16 16 Result: result/source/pr-app/pr-app-PWR123/pwr-08.h

    source/pr-app/pr-app-PWR123/pwr-08.h result/source/pr-app/pr-app-PWR123/pwr-08.h


    done
    12/08/2003 16:10:54 start
    12/08/2003 16:11:00 end