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

Method getConfigPath

cpp/src/Node.cpp:3909–3918  ·  view source on GitHub ↗

----------------------------------------------------------------------------- get the Path to the configFile for this device. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3907// get the Path to the configFile for this device.
3908//-----------------------------------------------------------------------------
3909string Node::getConfigPath
3910(
3911)
3912{
3913 if (m_Product)
3914 return m_Product->GetConfigPath();
3915 else
3916 return "";
3917
3918}
3919
3920//-----------------------------------------------------------------------------
3921// <Node::setFileConfigRevision>

Callers 3

updateConfigFileMethod · 0.80
HandleMsgMethod · 0.80
LoadConfigXMLMethod · 0.80

Calls 1

GetConfigPathMethod · 0.80

Tested by 3

updateConfigFileMethod · 0.64
HandleMsgMethod · 0.64
LoadConfigXMLMethod · 0.64