SV contains Basic states and its own states:
Author: Piotr Golonka
| vlan_toL2PU | IntState | vlan id for communication with L2PUs | "10" |
| vlan_toDFM | IntState | vlan id for communication with DFM | "10" |
| eventFactory | IntState | type of event factory: (-1) means events are produced according to RoiProcessing from /config dir, any positive number means what is the percentage of accepts to be generated, e.g. 5 means there will be 5/100 accepted events. | "-1" |
| eb_tester_mode | IntState | 1 means EB tester mode - skips L2 processing (L2PU, pROS) and sends generated event directly to the DFM | "0" |
| startTime | FloatState | Before that time nothing happens: we need to send InitMessages first... | "1000.0" |
| l2puQueueSize | IntState | Number of events allowed in L2PU queue | "4" |
| decisionGrouping | IntState | Grouping factor for the decsions sent to the DFM | "50" |
| event_delay_time | FloatState | time between two consecutive reads of LVL1 | "0" |
| get_LVL1_result_time | FloatState | time to read the result from L1 card | "50" |
| choose_L2PU_time | FloatState | time to find L2PU using Load Balancing routines | "50" |
| send_L2PU_request_time | FloatState | time to prepare and send the processing request to L2PU | "50" |
| process_LVL2_result_time | FloatState | time to put the L2Result message to its queue | "50" |
| process_fc_time | FloatState | time to put the DFM Flow Control message to its queue | "50" |
| record_LVL2_result_time | FloatState | time to save this result in DFMReporter | "50" |
| send_DFM_message_time | FloatState | time used by DFMReporter to prepare and send to DFM | "50" |
| check_timeout_time | FloatState | time to check timeouts | "50" |