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

Method SysMsg

lib/SysMsgPlugin/src/SysMsgPlugin.h:213–218  ·  view source on GitHub ↗

* Construct a system message. */

Source from the content-addressed store, hash-verified

211 * Construct a system message.
212 */
213 SysMsg() :
214 msg(),
215 duration(0U),
216 max(0U)
217 {
218 }
219
220 /**
221 * Destroy a system message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected