MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / deserialize

Method deserialize

Default/Source/SourceWidget.cpp:36–42  ·  view source on GitHub ↗

//////////////////////////// Autogain config //////////////////////////////

Source from the content-addressed store, hash-verified

34
35///////////////////////////////// Autogain config //////////////////////////////
36void
37GainPresetSetting::deserialize(Suscan::Object const &conf)
38{
39 LOAD(driver);
40 LOAD(name);
41 LOAD(value);
42}
43
44Suscan::Object &&
45GainPresetSetting::serialize(void)

Callers

nothing calls this directly

Calls 5

getFieldMethod · 0.80
lengthMethod · 0.80
clearMethod · 0.45
getTypeMethod · 0.45
getClassMethod · 0.45

Tested by

no test coverage detected