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

Method getThrottling

Components/MainSpectrum.cpp:775–779  ·  view source on GitHub ↗

///////////////////////////// Getters ////////////////////////////////////

Source from the content-addressed store, hash-verified

773
774////////////////////////////////// Getters ////////////////////////////////////
775bool
776MainSpectrum::getThrottling(void) const
777{
778 return this->throttling;
779}
780
781MainSpectrum::CaptureMode
782MainSpectrum::getCaptureMode(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected