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

Method set_trig_time

DSView/pv/view/viewstatus.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void ViewStatus::set_trig_time(QDateTime time)
191{
192 _trig_time = L_S(STR_PAGE_DLG, S_ID(IDS_DLG_TRIGGER_TIME), "Trigger Time: ") + time.toString("yyyy-MM-dd hh:mm:ss");
193 // assert(0);
194}
195
196void ViewStatus::set_rle_depth(uint64_t depth)
197{

Callers 2

set_receive_lenMethod · 0.80
on_trigger_timerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected