MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / set_channel_name

Method set_channel_name

DSView/pv/deviceagent.cpp:91–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool DeviceAgent::set_channel_name(int ch_index, const char *name)
92{
93 assert(_dev_handle);
94
95 if (ds_set_device_channel_name(ch_index, name) == SR_OK){
96 config_changed();
97 return true;
98 }
99 return false;
100}
101
102uint64_t DeviceAgent::get_sample_limit()
103{

Callers 1

set_trace_nameMethod · 0.80

Calls 1

Tested by

no test coverage detected