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

Method hasTopicChanged

lib/SoundReactivePlugin/src/SoundReactivePlugin.cpp:150–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool SoundReactivePlugin::hasTopicChanged(const String& topic)
151{
152 MutexGuard<MutexRecursive> guard(m_mutex);
153 bool hasTopicChanged = m_hasTopicChanged;
154
155 /* Only a single topic, therefore its not necessary to check. */
156 PLUGIN_NOT_USED(topic);
157
158 m_hasTopicChanged = false;
159
160 return hasTopicChanged;
161}
162
163void SoundReactivePlugin::start(uint16_t width, uint16_t height)
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected