| 51 | |
| 52 | volatile bool siplex_int_state = false; |
| 53 | void OnINT_SetIntState(int) |
| 54 | { |
| 55 | cerr << "\n-------- REQUESTED INTERRUPT!\n"; |
| 56 | siplex_int_state = true; |
| 57 | } |
| 58 | |
| 59 | volatile bool alarm_state = false; |
| 60 | void OnALRM_SetAlarmState(int) |
nothing calls this directly
no outgoing calls
no test coverage detected