Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ get_device_mode_list
Method
get_device_mode_list
DSView/pv/deviceagent.cpp:178–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
const GSList* DeviceAgent::get_device_mode_list()
179
{
180
assert(_dev_handle);
181
return ds_get_actived_device_mode_list();
182
}
183
184
bool DeviceAgent::is_trigger_enabled()
185
{
Callers
3
MakeSaveFile
Method · 0.80
MakeExportFile
Method · 0.80
set_device
Method · 0.80
Calls
1
ds_get_actived_device_mode_list
Function · 0.85
Tested by
no test coverage detected