MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / update

Method update

lib/SensorPlugin/src/SensorPlugin.cpp:184–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void SensorPlugin::update(YAGfx& gfx)
185{
186 MutexGuard<MutexRecursive> guard(m_mutex);
187
188 if (true == m_updateTimer.isTimeout())
189 {
190 update();
191 m_updateTimer.start(UPDATE_PERIOD);
192 }
193
194 m_view.update(gfx);
195}
196
197/******************************************************************************
198 * Protected Methods

Callers

nothing calls this directly

Calls 5

isTimeoutMethod · 0.80
startMethod · 0.45
getValueAsStringMethod · 0.45
getTypeMethod · 0.45
setFormatTextMethod · 0.45

Tested by

no test coverage detected