MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Create

Method Create

cpp/src/NotificationCCTypes.cpp:358–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358bool NotificationCCTypes::Create
359(
360)
361{
362 if (m_instance != NULL)
363 {
364 return true;
365 }
366 m_instance = new NotificationCCTypes();
367 ReadXML();
368 return true;
369}
370
371
372

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected