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

Method clear_dso_xm

DSView/pv/view/viewport.cpp:1570–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1568}
1569
1570void Viewport::clear_dso_xm()
1571{
1572 _dso_xm_valid = false;
1573 _mm_width = View::Unknown_Str;
1574 _mm_period = View::Unknown_Str;
1575 _mm_freq = View::Unknown_Str;
1576 _mm_duty = View::Unknown_Str;
1577
1578 set_action(NO_ACTION);
1579}
1580
1581void Viewport::measure()
1582{

Callers 1

status_clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected