///////////////////////////// Getters ////////////////////////////////////
| 773 | |
| 774 | ////////////////////////////////// Getters //////////////////////////////////// |
| 775 | bool |
| 776 | MainSpectrum::getThrottling(void) const |
| 777 | { |
| 778 | return this->throttling; |
| 779 | } |
| 780 | |
| 781 | MainSpectrum::CaptureMode |
| 782 | MainSpectrum::getCaptureMode(void) const |
nothing calls this directly
no outgoing calls
no test coverage detected