MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / stop

Method stop

sources/effects/Effect.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void Effect::stop()
172{
173 Info(_log, "The effect quits with priority: %i", _priority);
174
175 _timer.stop();
176
177 emit SignalEffectFinished(_priority, _name, _interrupt);
178}
179
180void Effect::ledShow(int left)
181{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected