MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / pps_to_string

Method pps_to_string

OpenHD/ohd_common/src/openhd_bitrate.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84std::string openhd::pps_to_string(double pps) {
85 std::stringstream ss;
86 ss.precision(2);
87 ss << pps << "pps";
88 return ss.str();
89}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected