| 58 | |
| 59 | volatile bool alarm_state = false; |
| 60 | void OnALRM_SetAlarmState(int) |
| 61 | { |
| 62 | alarm_state = true; |
| 63 | } |
| 64 | |
| 65 | map<string,string> defined_streams; |
| 66 | string file_pattern = "output%.dat"; |
nothing calls this directly
no outgoing calls
no test coverage detected