MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getXMLDeviceDescriptionFile

Method getXMLDeviceDescriptionFile

src/Properties.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142std::string Properties::getXMLDeviceDescriptionFile() const {
143 base::MutexLock lock(_mutex);
144 return _xmlDeviceDescriptionFile;
145}
146
147void Properties::setHttpPort(const unsigned int httpPort) {
148 base::MutexLock lock(_mutex);

Callers 2

threadEntryMethod · 0.80
constructLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected