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

Method parseStreamString

src/input/DeviceData.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void DeviceData::parseStreamString(int streamID, const std::string &msg,
84 const std::string &method) {
85 base::MutexLock lock(_mutex);
86 doParseStreamString(streamID, msg, method);
87 }
88
89 std::string DeviceData::attributeDescribeString(int streamID) const {
90 base::MutexLock lock(_mutex);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected