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

Method MatrixPlugin

lib/MatrixPlugin/src/MatrixPlugin.h:72–76  ·  view source on GitHub ↗

* Constructs the plugin. * * @param[in] name Plugin name (must exist over lifetime) * @param[in] uid Unique id */

Source from the content-addressed store, hash-verified

70 * @param[in] uid Unique id
71 */
72 MatrixPlugin(const char* name, uint16_t uid) :
73 Plugin(name, uid),
74 m_timer()
75 {
76 }
77
78 /**
79 * Destroys the plugin.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected