MCPcopy Create free account
hub / github.com/Haivision/srt / OnINT_SetIntState

Function OnINT_SetIntState

testing/srt-test-multiplex.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52volatile bool siplex_int_state = false;
53void OnINT_SetIntState(int)
54{
55 cerr << "\n-------- REQUESTED INTERRUPT!\n";
56 siplex_int_state = true;
57}
58
59volatile bool alarm_state = false;
60void OnALRM_SetAlarmState(int)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected