Data Reduction is a web based analysis tool used to analyze log event data. The log event data (sim.dat) orginates from instrumented test source code that is created by the logevent application and executed by either the target equipment under test or a simulator within this framework. The simulator does not execute the code, it sequentially plays the log events.
This application requires the inclusion of a special file (translate.dat) that is created by the logevent application and stored with the instrumentation analysis results. This file translates the log event codes to the original english equivalents. It also requires a version of the TOC (toc.dat) to correlate the TOC requirements with the lab test results.
Analysis | Comment |
Lab Data | This report shows the raw numerical log events captured during lag testing or during a simulation run of a software collection in analysis |
Comment Statements | This analysis connects the raw numerical log events captured during lab testing with the original source code comment statements, source file, and C-function. |
PUIs | This analysis extracts the TOC numbers from the log events captured during lab testing. |
TOC Text Correlation | This analysis correlates the log events captured during lab testing with the baseline TOC. If multiple events are associated with the same req, that req is displayed multiple times. The sequence matches the original test events sequence. |
Not in TOC Text | This analysis shows the log events that are NOT in the current TOC baseline. For example, if a TOC req is deleted after the software is coded or if the implementer enters the wrong TOC number in the comment, this report will show those events. |
In This CPC Collection | The TOC reqs are allocated to CPCs. This analysis shows the TOC reqs that are in this CPC collection. All the reqs in this report area should contain the CPC or CPCs that represent this analysis run. If there are only foreign CPCs, then this software collection has implemented reqs that are implemented elsewhere, or the DOORS data base is in error. If this analysis represents all the software then this report is for the current software baseline. |
Not In This CPC Collection - PROJECT-IAT PWR LOG STP CA DLP FDP FPCP HMI MSAW RDP STP WXP Current Future 1\.5 |2\.0 |
This analysis shows the TOC reqs that should be in the analyzed software but are NOT in this CPC collection. It may be that only a portion of a CPC was analyzed and so there are outstanding reqs. It may be that reqs are not properly allocated in DOORS. It may be that the implementation missed reqs and the software needs to be updated. This report only applies when CPCs are analyzed. |
Not in Software Baseline | This analysis shows the TOC requirements that are NOT in the current analysis baseline. When the entire software set is analyzed, this report area should only contain paragraph headings, information text, and NON software reqs. |
Log Event to Reqs Comparison | This analysis shows the log events side by side with the req's. It is used to determine if the log event comments are similar to the req's. |
Req's to Log Event Comparison | This is very similar to the Log Event to Reqs Comparison report except it is sorted by the Reqs. This analysis shows the reqs side by side with log events. This allows the analyst to find missing log events and see the all the reqs in context. |
12/09/2003 13:47:33
lab data 46
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 8001 7001 7002 7003 7004 7005 7006 5001 5002 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 9998 9999
Lab Data Connected To File Name, C-function, and Comment Statements 46
1001 anylogevents.c function_lefirst LE SV TOC-001 completed the orange portion of req 1
1002 anylogevents.c function_lea LE SV TOC-001 completed the blue portion of req 1
1003 anylogevents.c function_lea LE SV TOC-002 completed req 2
1004 anylogevents.c function_leb LE SV TOC-003 starting req 3 - this is a huge loop 3
1005 anylogevents.c function_leb LE SV TOC-003 req 3 - but you can log in loop and filter during test
1006 anylogevents.c function_leb LE SV TOC-003 finished req 3 - so its ok to bracket huge loops
1007 anylogevents.c function_leb LE SV TOC-004 starting req 4 - this is a realtime loop
1008 anylogevents.c function_leb LE SV TOC-004 req - but you can log in loop and filter during test 3
1009 anylogevents.c function_leb LE SV TOC-004 finished req 4 - so its ok to bracket real time loops
1010 anylogevents.c function_leb LE SV TOC-004 completed req 4 its ok to no place a req in the exact spot where its completed
1011 anylogevents.c function_leb LE SV TOC-005 completed req 5 stuff
1012 anylogevents.c function_leb LE SV TOC-006 completed req 6
1013 anylogevents.c function_leb LE SV TOC-007 completed req 7
1014 anylogevents.c function_leb LE SV TOC-008 completed req 8
1015 anylogevents.c function_leb LE SV TOC-010 this is divide by zero error
1016 anylogevents.c function_led LE SV TOC-011 completed req 11 stuff
1017 anylogevents.c function_led LE SV TOC-012 completed req 12 stuff
1018 anylogevents.c function_led LE SV TOC-013 completed req 13 stuff
1019 anylogevents.c function_led LE SV TOC-014 completed req 14 stuff
1020 anylogevents.c function_lee LE SV TOC-015 started req 15 stuff - pick start or end but not both
1021 anylogevents.c function_lee LE SV TOC-016 started req 16 stuff - pick start or end but not both
1022 anylogevents.c function_lee LE SV TOC-017 started req 17 stuff - pick start or end but not both
8001 HMI HMI_CALL (Happy Face);
7001 anylogevents.c function_lee LOC log = any + loc(aslong_as_there_is_semicolon);
7002 anylogevents.c function_lee LOC log = any + loc;
7003 anylogevents.c function_lee LOC log = any+loc;
7004 anylogevents.c function_lee LOC log = any-loc*(some+more+stuff);
7005 anylogevents.c function_lee LOC log = any*loc;
7006 anylogevents.c function_lee LOC log = any/loc(nice_broad_pattern);
5001 anylogevents.c function_lee TRACE PURGE_BUFFER
5002 anylogevents.c function_lee TRACE PURGE_BUFFER
1023 anylogevents.c function_lee LE SV TOC-015 completed req 15 stuff
1024 anylogevents.c function_lee LE SV TOC-016 completed req 16 stuff
1025 anylogevents.c function_lee LE SV TOC-017 completed req 17 stuff
1026 badcoding.c function_first LE SV TOC-001 this is a real rocket scientist - will not compile here
1027 badcoding.c function_a LE SV TOC-001 this is a real rocket scientist - will not compile here
1028 badcoding.c function_b LE SV TOC-008 split the if block
1029 badcoding.c function_b LE SV TOC-002 this is paraphrase of req 2
1030 badcoding.c function_b LE SV TOC-003 this is paraphrase of req 3
1031 badcoding.c function_c LE SV TOC-007 req 7 about item 7 stuff AUTO COMMENT // too lazy to paraphrase req
1032 badcoding.c function_c LE SV TOC-008 we really should log all error calls but NOT HERE
1033 badcoding.c function_c LE SV TOC-008 we really should log all error calls
1034 badcoding.c function_c LE SV TOC-008 we really should log all error calls
1035 badcoding.c function_c LE SV TOC-008 we really should log all error calls
9998 TOC-9998 Tool self test - missing toc text test
9999 UNKNOWN Event
99XX series reserved for IAT self tests
PUIs 46
TOC-001 TOC-001 TOC-002 TOC-003 TOC-003 TOC-003 TOC-004 TOC-004 TOC-004 TOC-004 TOC-005 TOC-006 TOC-007 TOC-008 TOC-010 TOC-011 TOC-012 TOC-013 TOC-014 TOC-015 TOC-016 TOC-017 TOC-017 TOC-017 TOC-017 TOC-017 TOC-017 TOC-017 TOC-017 TOC-017 TOC-017 TOC-015 TOC-016 TOC-017 TOC-001 TOC-001 TOC-008 TOC-002 TOC-003 TOC-007 TOC-008 TOC-008 TOC-008 TOC-008 TOC-9998 TOC-9998
2 TOC-001 $req 1 is about item 1 stuff $PWR $TST-1 Power Up $1.0
3 TOC-002 $req 2 is about item 2 stuff $PWR LOG STP $TST-1 Power Up $1.0
4 TOC-003 $req 3 is about item 3 stuff $PWR $TST-1 Power Up $1.0
5 TOC-003 $req 3 is about item 3 stuff $PWR $TST-1 Power Up $1.0
6 TOC-003 $req 3 is about item 3 stuff $PWR $TST-1 Power Up $1.0
7 TOC-004 $req 4 is about item 4 stuff $PWR $TST-1 Power Up $1.0
8 TOC-004 $req 4 is about item 4 stuff $PWR $TST-1 Power Up $1.0
9 TOC-004 $req 4 is about item 4 stuff $PWR $TST-1 Power Up $1.0
10 TOC-004 $req 4 is about item 4 stuff $PWR $TST-1 Power Up $1.0
11 TOC-005 $Log on boiler plate text $ $ $
12 TOC-006 $req 6 is about item 6 stuff $LOG $TST-2 Logon $1.0
13 TOC-007 $req 7 is about item 7 stuff $LOG $TST-2 Logon $1.0
14 TOC-008 $req 8 is about item 8 stuff $LOG $TST-2 Logon $1.0
15 TOC-010 $Log off boiler plate text $ $ $
16 TOC-011 $req 11 is about item 11 stuff $LOG $TST-3 Logoff $1.0
17 TOC-012 $req 12 is about item 12 stuff $LOG $TST-3 Logoff $1.0
18 TOC-013 $req 13 is about item 13 stuff $LOG $TST-3 Logoff $1.0
19 TOC-014 $req 14 is about item 14 stuff $LOG $TST-3 Logoff $1.0
20 TOC-015 $Self test boiler plate text $ $ $
21 TOC-016 $req 16 is about item 16 stuff $STP $TST-4 Self Test $1.0
22 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
23 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
24 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
25 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
26 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
27 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
28 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
29 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
30 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
31 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
32 TOC-015 $Self test boiler plate text $ $ $
33 TOC-016 $req 16 is about item 16 stuff $STP $TST-4 Self Test $1.0
34 TOC-017 $req 17 is about item 17 stuff $STP $TST-4 Self Test $1.0
35 TOC-001 $req 1 is about item 1 stuff $PWR $TST-1 Power Up $1.0
36 TOC-001 $req 1 is about item 1 stuff $PWR $TST-1 Power Up $1.0
37 TOC-008 $req 8 is about item 8 stuff $LOG $TST-2 Logon $1.0
38 TOC-002 $req 2 is about item 2 stuff $PWR LOG STP $TST-1 Power Up $1.0
39 TOC-003 $req 3 is about item 3 stuff $PWR $TST-1 Power Up $1.0
40 TOC-007 $req 7 is about item 7 stuff $LOG $TST-2 Logon $1.0
41 TOC-008 $req 8 is about item 8 stuff $LOG $TST-2 Logon $1.0
42 TOC-008 $req 8 is about item 8 stuff $LOG $TST-2 Logon $1.0
43 TOC-008 $req 8 is about item 8 stuff $LOG $TST-2 Logon $1.0
44 TOC-008 $req 8 is about item 8 stuff $LOG $TST-2 Logon $1.0
45 Not in current TOC baseline file TOC-9998
46 Not in current TOC baseline file TOC-9998
Total 1
CPCs Completed PROJECT-IAT PWR CA DLP FDP FPCP HMI MSAW RDP WXP
CPCs Found in TOC PWR LOG STP STP
CPCs Do Not Exist PROJECT-IAT CA DLP FDP FPCP HMI MSAW RDP WXP
3 - TOC-001 $req 1 is about item 1 stuff --- $PWR $TST-1 Power Up $1.0
4 - TOC-002 $req 2 is about item 2 stuff --- $PWR LOG STP $TST-1 Power Up $1.0
5 - TOC-003 $req 3 is about item 3 stuff --- $PWR $TST-1 Power Up $1.0
6 - TOC-004 $req 4 is about item 4 stuff --- $PWR $TST-1 Power Up $1.0
7 - TOC-005 $Log on boiler plate text $ $ $
8 - TOC-006 $req 6 is about item 6 stuff --- $LOG $TST-2 Logon $1.0
9 - TOC-007 $req 7 is about item 7 stuff --- $LOG $TST-2 Logon $1.0
10 - TOC-008 $req 8 is about item 8 stuff --- $LOG $TST-2 Logon $1.0
12 - TOC-010 $Log off boiler plate text $ $ $
13 - TOC-011 $req 11 is about item 11 stuff --- $LOG $TST-3 Logoff $1.0
14 - TOC-012 $req 12 is about item 12 stuff --- $LOG $TST-3 Logoff $1.0
15 - TOC-013 $req 13 is about item 13 stuff --- $LOG $TST-3 Logoff $1.0
16 - TOC-014 $req 14 is about item 14 stuff --- $LOG $TST-3 Logoff $1.0
17 - TOC-015 $Self test boiler plate text $ $ $
18 - TOC-016 $req 16 is about item 16 stuff --- $STP $TST-4 Self Test $1.0
19 - TOC-017 $req 17 is about item 17 stuff --- $STP $TST-4 Self Test $1.0
Future: 1\.5 |2\.0
CPCs Not Completed LOG STP STP
11 - TOC-009 $req 9 is about item 9 stuff --- $LOG $TST-2 Logon $1.0
20 - TOC-018 $req 18 is about item 18 stuff --- $STP $TST-4 Self Test $1.0
27 - BFW-002 $req 2 is about item 2 stuff $BOOT LOG $TST-1 Power Up $1.0
21 - TOC-019 $req 19 is about item 19 stuff --- $
STP $TST-4 Self Test $1.5 FUTURE
22 - TOC-020 $req 20 is about item 20 stuff --- $
STP $TST-4 Self Test $1.5 FUTURE
1 - UNCLASSIFIED
2 - TOC-000 $Power Up boiler plate text --- $ $ $
23 - UNCLASSIFIED
24 - UNCLASSIFIED
25 - BFW-000 $Power Up boiler plate text --- $ $ $
26 - BFW-001 $req 1 is about item 1 stuff --- $BOOT $TST-1 Power Up $1.0
28 - BFW-003 $req 3 is about item 3 stuff --- $BOOT $TST-1 Power Up $1.0
29 - BFW-004 $req 4 is about item 4 stuff --- $BOOT $TST-1 Power Up $1.0
30 - BFW-005 $Log on boiler plate text --- $ $ $
31 - BFW-006 $req 6 is about item 6 stuff --- $BOOT $TST-2 Logon $1.0
32 - BFW-007 $req 7 is about item 7 stuff --- $BOOT $TST-2 Logon $1.0
33 - BFW-008 $req 8 is about item 8 stuff --- $BOOT $TST-2 Logon $1.0
34 - BFW-009 $req 9 is about item 9 stuff --- $BOOT $TST-2 Logon $1.0
35 - BFW-010 $Log off boiler plate text --- $ $ $
36 - BFW-011 $req 11 is about item 11 stuff --- $BOOT $TST-3 Logoff $1.0
37 - BFW-012 $req 12 is about item 12 stuff --- $BOOT $TST-3 Logoff $1.0
38 - BFW-013 $req 12 is about item 12 stuff --- $BOOT $TST-3 Logoff $1.0
39 - BFW-014 $req 12 is about item 12 stuff --- $BOOT $TST-3 Logoff $1.0
40 - BFW-015 $Self test boiler plate text --- $ $ $
41 - BFW-016 $req 16 is about item 16 stuff --- $BOOT $TST-4 Self Test $1.0
42 - BFW-017 $req 17 is about item 17 stuff --- $BOOT $TST-4 Self Test $1.0
43 - BFW-018 $req 18 is about item 18 stuff --- $BOOT $TST-4 Self Test $1.0
44 - BFW-019 $req 19 is about item 19 stuff --- $BOOT $TST-4 Self Test $1.5
45 - BFW-020 $req 20 is about item 20 stuff --- $BOOT $TST-4 Self Test $1.5
46 - UNCLASSIFIED
Log Event Comments to Reqs Comparison 46
No File Func | Comment | Requirements from SRDB | CPC | Test | Phase |
1001 anylogevents.c function_lefirst | TOC-001 completed the orange portion of req 1 | TOC-001 req 1 is about item 1 stuff | PWR | TST-1 Power Up | 1.0 |
1002 anylogevents.c function_lea | TOC-001 completed the blue portion of req 1 | TOC-001 req 1 is about item 1 stuff | PWR | TST-1 Power Up | 1.0 |
1003 anylogevents.c function_lea | TOC-002 completed req 2 | TOC-002 req 2 is about item 2 stuff | PWR LOG STP | TST-1 Power Up | 1.0 |
1004 anylogevents.c function_leb | TOC-003 starting req 3 - this is a huge loop 3 | TOC-003 req 3 is about item 3 stuff | PWR | TST-1 Power Up | 1.0 |
1005 anylogevents.c function_leb | TOC-003 req 3 - but you can log in loop and filter during test | TOC-003 req 3 is about item 3 stuff | PWR | TST-1 Power Up | 1.0 |
1006 anylogevents.c function_leb | TOC-003 finished req 3 - so its ok to bracket huge loops | TOC-003 req 3 is about item 3 stuff | PWR | TST-1 Power Up | 1.0 |
1007 anylogevents.c function_leb | TOC-004 starting req 4 - this is a realtime loop | TOC-004 req 4 is about item 4 stuff | PWR | TST-1 Power Up | 1.0 |
1008 anylogevents.c function_leb | TOC-004 req - but you can log in loop and filter during test 3 | TOC-004 req 4 is about item 4 stuff | PWR | TST-1 Power Up | 1.0 |
1009 anylogevents.c function_leb | TOC-004 finished req 4 - so its ok to bracket real time loops | TOC-004 req 4 is about item 4 stuff | PWR | TST-1 Power Up | 1.0 |
1010 anylogevents.c function_leb | TOC-004 completed req 4 its ok to no place a req in the exact spot where its completed | TOC-004 req 4 is about item 4 stuff | PWR | TST-1 Power Up | 1.0 |
1011 anylogevents.c function_leb | TOC-005 completed req 5 stuff | NoReq | NoCpc | NoTst | 1.0 |
1012 anylogevents.c function_leb | TOC-006 completed req 6 | TOC-006 req 6 is about item 6 stuff | LOG | TST-2 Logon | 1.0 |
1013 anylogevents.c function_leb | TOC-007 completed req 7 | TOC-007 req 7 is about item 7 stuff | LOG | TST-2 Logon | 1.0 |
1014 anylogevents.c function_leb | TOC-008 completed req 8 | TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 |
1015 anylogevents.c function_leb | TOC-010 this is divide by zero error | NoReq | NoCpc | NoTst | 1.0 |
1016 anylogevents.c function_led | TOC-011 completed req 11 stuff | TOC-011 req 11 is about item 11 stuff | LOG | TST-3 Logoff | 1.0 |
1017 anylogevents.c function_led | TOC-012 completed req 12 stuff | TOC-012 req 12 is about item 12 stuff | LOG | TST-3 Logoff | 1.0 |
1018 anylogevents.c function_led | TOC-013 completed req 13 stuff | TOC-013 req 13 is about item 13 stuff | LOG | TST-3 Logoff | 1.0 |
1019 anylogevents.c function_led | TOC-014 completed req 14 stuff | TOC-014 req 14 is about item 14 stuff | LOG | TST-3 Logoff | 1.0 |
1020 anylogevents.c function_lee | TOC-015 started req 15 stuff - pick start or end but not both | NoReq | NoCpc | NoTst | 1.0 |
1021 anylogevents.c function_lee | TOC-016 started req 16 stuff - pick start or end but not both | TOC-016 req 16 is about item 16 stuff | STP | TST-4 Self Test | 1.0 |
1022 anylogevents.c function_lee | TOC-017 started req 17 stuff - pick start or end but not both | TOC-017 req 17 is about item 17 stuff | STP | TST-4 Self Test | 1.0 |
1023 anylogevents.c function_lee | TOC-015 completed req 15 stuff | NoReq | NoCpc | NoTst | 1.0 |
1024 anylogevents.c function_lee | TOC-016 completed req 16 stuff | TOC-016 req 16 is about item 16 stuff | STP | TST-4 Self Test | 1.0 |
1025 anylogevents.c function_lee | TOC-017 completed req 17 stuff | TOC-017 req 17 is about item 17 stuff | STP | TST-4 Self Test | 1.0 |
1026 badcoding.c function_first | TOC-001 this is a real rocket scientist - will not compile here | TOC-001 req 1 is about item 1 stuff | PWR | TST-1 Power Up | 1.0 |
1027 badcoding.c function_a | TOC-001 this is a real rocket scientist - will not compile here | TOC-001 req 1 is about item 1 stuff | PWR | TST-1 Power Up | 1.0 |
1028 badcoding.c function_b | TOC-008 split the if block | TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 |
1029 badcoding.c function_b | TOC-002 this is paraphrase of req 2 | TOC-002 req 2 is about item 2 stuff | PWR LOG STP | TST-1 Power Up | 1.0 |
1030 badcoding.c function_b | TOC-003 this is paraphrase of req 3 | TOC-003 req 3 is about item 3 stuff | PWR | TST-1 Power Up | 1.0 |
1031 badcoding.c function_c | TOC-007 req 7 about item 7 stuff AUTO COMMENT // too lazy to paraphrase req | TOC-007 req 7 is about item 7 stuff | LOG | TST-2 Logon | 1.0 |
1032 badcoding.c function_c | TOC-008 we really should log all error calls but NOT HERE | TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 |
1033 badcoding.c function_c | TOC-008 we really should log all error calls | TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 |
1034 badcoding.c function_c | TOC-008 we really should log all error calls | TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 |
1035 badcoding.c function_c | TOC-008 we really should log all error calls | TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 |
99XX series reserved for IAT self tests
Reqs to Log Event Comments Comparison 46
Requirements from SRDB | CPC | Test | Phase | Comment | No File Func |
UNCLASSIFIED | - | - | - | . | |
TOC-000 Power Up boiler plate text | . | ||||
TOC-001 req 1 is about item 1 stuff | PWR | TST-1 Power Up | 1.0 | TOC-001 completed the orange portion of req 1 | 1001 anylogevents.c function_lefirst |
TOC-001 req 1 is about item 1 stuff | PWR | TST-1 Power Up | 1.0 | TOC-001 completed the blue portion of req 1 | 1002 anylogevents.c function_lea |
TOC-001 req 1 is about item 1 stuff | PWR | TST-1 Power Up | 1.0 | TOC-001 this is a real rocket scientist - will not compile here | 1026 badcoding.c function_first |
TOC-001 req 1 is about item 1 stuff | PWR | TST-1 Power Up | 1.0 | TOC-001 this is a real rocket scientist - will not compile here | 1027 badcoding.c function_a |
TOC-002 req 2 is about item 2 stuff | PWR LOG STP | TST-1 Power Up | 1.0 | TOC-002 completed req 2 | 1003 anylogevents.c function_lea |
TOC-002 req 2 is about item 2 stuff | PWR LOG STP | TST-1 Power Up | 1.0 | TOC-002 this is paraphrase of req 2 | 1029 badcoding.c function_b |
TOC-003 req 3 is about item 3 stuff | PWR | TST-1 Power Up | 1.0 | TOC-003 starting req 3 - this is a huge loop 3 | 1004 anylogevents.c function_leb |
TOC-003 req 3 is about item 3 stuff | PWR | TST-1 Power Up | 1.0 | TOC-003 req 3 - but you can log in loop and filter during test | 1005 anylogevents.c function_leb |
TOC-003 req 3 is about item 3 stuff | PWR | TST-1 Power Up | 1.0 | TOC-003 finished req 3 - so its ok to bracket huge loops | 1006 anylogevents.c function_leb |
TOC-003 req 3 is about item 3 stuff | PWR | TST-1 Power Up | 1.0 | TOC-003 this is paraphrase of req 3 | 1030 badcoding.c function_b |
TOC-004 req 4 is about item 4 stuff | PWR | TST-1 Power Up | 1.0 | TOC-004 starting req 4 - this is a realtime loop | 1007 anylogevents.c function_leb |
TOC-004 req 4 is about item 4 stuff | PWR | TST-1 Power Up | 1.0 | TOC-004 req - but you can log in loop and filter during test 3 | 1008 anylogevents.c function_leb |
TOC-004 req 4 is about item 4 stuff | PWR | TST-1 Power Up | 1.0 | TOC-004 finished req 4 - so its ok to bracket real time loops | 1009 anylogevents.c function_leb |
TOC-004 req 4 is about item 4 stuff | PWR | TST-1 Power Up | 1.0 | TOC-004 completed req 4 its ok to no place a req in the exact spot where its completed | 1010 anylogevents.c function_leb |
TOC-005 Log on boiler plate text | - | - | - | TOC-005 completed req 5 stuff | 1011 anylogevents.c function_leb |
TOC-006 req 6 is about item 6 stuff | LOG | TST-2 Logon | 1.0 | TOC-006 completed req 6 | 1012 anylogevents.c function_leb |
TOC-007 req 7 is about item 7 stuff | LOG | TST-2 Logon | 1.0 | TOC-007 completed req 7 | 1013 anylogevents.c function_leb |
TOC-007 req 7 is about item 7 stuff | LOG | TST-2 Logon | 1.0 | TOC-007 req 7 about item 7 stuff AUTO COMMENT // too lazy to paraphrase req | 1031 badcoding.c function_c |
TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 | TOC-008 completed req 8 | 1014 anylogevents.c function_leb |
TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 | TOC-008 split the if block | 1028 badcoding.c function_b |
TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 | TOC-008 we really should log all error calls but NOT HERE | 1032 badcoding.c function_c |
TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 | TOC-008 we really should log all error calls | 1033 badcoding.c function_c |
TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 | TOC-008 we really should log all error calls | 1034 badcoding.c function_c |
TOC-008 req 8 is about item 8 stuff | LOG | TST-2 Logon | 1.0 | TOC-008 we really should log all error calls | 1035 badcoding.c function_c |
TOC-009 req 9 is about item 9 stuff | LOG | TST-2 Logon | 1.0 | 1. NoLeComment | |
TOC-010 Log off boiler plate text | - | - | - | TOC-010 this is divide by zero error | 1015 anylogevents.c function_leb |
TOC-011 req 11 is about item 11 stuff | LOG | TST-3 Logoff | 1.0 | TOC-011 completed req 11 stuff | 1016 anylogevents.c function_led |
TOC-012 req 12 is about item 12 stuff | LOG | TST-3 Logoff | 1.0 | TOC-012 completed req 12 stuff | 1017 anylogevents.c function_led |
TOC-013 req 13 is about item 13 stuff | LOG | TST-3 Logoff | 1.0 | TOC-013 completed req 13 stuff | 1018 anylogevents.c function_led |
TOC-014 req 14 is about item 14 stuff | LOG | TST-3 Logoff | 1.0 | TOC-014 completed req 14 stuff | 1019 anylogevents.c function_led |
TOC-015 Self test boiler plate text | - | - | - | TOC-015 started req 15 stuff - pick start or end but not both | 1020 anylogevents.c function_lee |
TOC-015 Self test boiler plate text | - | - | - | TOC-015 completed req 15 stuff | 1023 anylogevents.c function_lee |
TOC-016 req 16 is about item 16 stuff | STP | TST-4 Self Test | 1.0 | TOC-016 started req 16 stuff - pick start or end but not both | 1021 anylogevents.c function_lee |
TOC-016 req 16 is about item 16 stuff | STP | TST-4 Self Test | 1.0 | TOC-016 completed req 16 stuff | 1024 anylogevents.c function_lee |
TOC-017 req 17 is about item 17 stuff | STP | TST-4 Self Test | 1.0 | TOC-017 started req 17 stuff - pick start or end but not both | 1022 anylogevents.c function_lee |
TOC-017 req 17 is about item 17 stuff | STP | TST-4 Self Test | 1.0 | TOC-017 completed req 17 stuff | 1025 anylogevents.c function_lee |
TOC-018 req 18 is about item 18 stuff | STP | TST-4 Self Test | 1.0 | 2. NoLeComment | |
TOC-019 req 19 is about item 19 stuff | STP | TST-4 Self Test | 1.5 | 3. NoLeComment FUTURE | |
TOC-020 req 20 is about item 20 stuff | STP | TST-4 Self Test | 1.5 | 4. NoLeComment FUTURE | |
UNCLASSIFIED | - | - | - | . | |
UNCLASSIFIED | - | - | - | . | |
BFW-000 Power Up boiler plate text | . | ||||
BFW-001 req 1 is about item 1 stuff | BOOT | TST-1 Power Up | 1.0 | . | |
BFW-002 req 2 is about item 2 stuff BOOT LOG TST-1 Power Up 1.0 | - | - | - | . | |
BFW-003 req 3 is about item 3 stuff | BOOT | TST-1 Power Up | 1.0 | . | |
BFW-004 req 4 is about item 4 stuff | BOOT | TST-1 Power Up | 1.0 | . | |
BFW-005 Log on boiler plate text | . | ||||
BFW-006 req 6 is about item 6 stuff | BOOT | TST-2 Logon | 1.0 | . | |
BFW-007 req 7 is about item 7 stuff | BOOT | TST-2 Logon | 1.0 | . | |
BFW-008 req 8 is about item 8 stuff | BOOT | TST-2 Logon | 1.0 | . | |
BFW-009 req 9 is about item 9 stuff | BOOT | TST-2 Logon | 1.0 | . | |
BFW-010 Log off boiler plate text | . | ||||
BFW-011 req 11 is about item 11 stuff | BOOT | TST-3 Logoff | 1.0 | . | |
BFW-012 req 12 is about item 12 stuff | BOOT | TST-3 Logoff | 1.0 | . | |
BFW-013 req 12 is about item 12 stuff | BOOT | TST-3 Logoff | 1.0 | . | |
BFW-014 req 12 is about item 12 stuff | BOOT | TST-3 Logoff | 1.0 | . | |
BFW-015 Self test boiler plate text | . | ||||
BFW-016 req 16 is about item 16 stuff | BOOT | TST-4 Self Test | 1.0 | . | |
BFW-017 req 17 is about item 17 stuff | BOOT | TST-4 Self Test | 1.0 | . | |
BFW-018 req 18 is about item 18 stuff | BOOT | TST-4 Self Test | 1.0 | . | |
BFW-019 req 19 is about item 19 stuff | BOOT | TST-4 Self Test | 1.5 | . | |
BFW-020 req 20 is about item 20 stuff | BOOT | TST-4 Self Test | 1.5 | . | |
UNCLASSIFIED | - | - | - | . |
99XX series reserved for IAT self tests