MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / TimeSamplingInfo

Method TimeSamplingInfo

gui/src/widgets/plotinfowidgets.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75TimeSamplingInfo::TimeSamplingInfo(QWidget *parent)
76 : m_mpf(new MetricPrefixFormatter(this))
77 , m_showSPS(true)
78{
79 m_mpf->setTrimZeroes(true);
80 m_mpf->setTwoDecimalMode(false);
81}
82
83TimeSamplingInfo::~TimeSamplingInfo() {}
84

Callers

nothing calls this directly

Calls 2

setTrimZeroesMethod · 0.80
setTwoDecimalModeMethod · 0.80

Tested by

no test coverage detected