MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / device_lib_event_callback

Method device_lib_event_callback

DSView/pv/sigsession.cpp:2021–2029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2019 }
2020
2021 void SigSession::device_lib_event_callback(int event)
2022 {
2023 if (_session == NULL)
2024 {
2025 dsv_err("Error!Global variable \"_session\" is null.");
2026 return;
2027 }
2028 _session->on_device_lib_event(event);
2029 }
2030
2031 void SigSession::on_device_lib_event(int event)
2032 {

Callers

nothing calls this directly

Calls 1

on_device_lib_eventMethod · 0.80

Tested by

no test coverage detected