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

Method SimpleTimer

lib/Utilities/src/SimpleTimer.hpp:80–86  ·  view source on GitHub ↗

* Constructs a simple timer. */

Source from the content-addressed store, hash-verified

78 * Constructs a simple timer.
79 */
80 SimpleTimer() :
81 m_isRunning(false),
82 m_isTimeout(false),
83 m_duration(0U),
84 m_start(0U)
85 {
86 }
87
88 /**
89 * Destroys a simple timer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected