MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / print_samplerate

Method print_samplerate

DSView/pv/prop/binding/deviceoptions.cpp:261–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261QString DeviceOptions::print_samplerate(GVariant *const gvar)
262{
263 char *const s = sr_samplerate_string(
264 g_variant_get_uint64(gvar));
265 const QString qstring(s);
266 g_free(s);
267 return qstring;
268}
269
270GVariant* DeviceOptions::samplerate_double_getter()
271{

Callers

nothing calls this directly

Calls 1

sr_samplerate_stringFunction · 0.85

Tested by

no test coverage detected