MCPcopy 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
178const GSList* DeviceAgent::get_device_mode_list()
179{
180 assert(_dev_handle);
181 return ds_get_actived_device_mode_list();
182}
183
184bool DeviceAgent::is_trigger_enabled()
185{

Callers 3

MakeSaveFileMethod · 0.80
MakeExportFileMethod · 0.80
set_deviceMethod · 0.80

Calls 1

Tested by

no test coverage detected