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

Method doAttributeDescribeString

src/input/stream/StreamerData.cpp:83–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 std::string StreamerData::doAttributeDescribeString(const int streamID) const {
84 std::string desc;
85 // ver=1.5;tuner=<feID>,<level>,<lock>,<quality>;uri=<file>
86 StringConverter::addFormattedString(desc, "ver=1.5;tuner=%d,%d,%d,%d;uri=%s",
87 streamID + 1,
88 getSignalStrength(),
89 hasLock(),
90 getSignalToNoiseRatio(),
91 _uri.c_str());
92 return desc;
93 }
94
95 // =======================================================================
96 // -- Other member functions --------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected