MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / set_samplerate

Method set_samplerate

DSView/pv/data/snapshot.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void Snapshot::set_samplerate(double samplerate)
116{
117 assert(samplerate > 0);
118 _samplerate = samplerate;
119}
120
121} // namespace data
122} // namespace pv

Callers 2

math_rebuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected