|
ngscopeclient v0.1
|
This is the complete list of members for TinySA, including all inherited members.
| AcquireData() override | TinySA | virtual |
| AddDiagnosticLog(std::string message) (defined in Oscilloscope) | Oscilloscope | inlineprotected |
| AddWaveformToAnalogPool(WaveformBase *w) (defined in Oscilloscope) | Oscilloscope | inline |
| AddWaveformToDigitalPool(WaveformBase *w) (defined in Oscilloscope) | Oscilloscope | inline |
| AllocateAnalogWaveform(const std::string &name) (defined in Oscilloscope) | Oscilloscope | inlineprotected |
| AllocateDigitalWaveform(const std::string &name) (defined in Oscilloscope) | Oscilloscope | inlineprotected |
| AnalogBank typedef (defined in Oscilloscope) | Oscilloscope | |
| AutoZero(size_t i) | Oscilloscope | virtual |
| CanAutoZero(size_t i) | Oscilloscope | virtual |
| CanAverage(size_t i) | Oscilloscope | virtual |
| CanDegauss(size_t i) | Oscilloscope | virtual |
| CanEnableChannel(size_t i) | Oscilloscope | virtual |
| CanInterleave() | Oscilloscope | virtual |
| CanInvert(size_t i) | Oscilloscope | virtual |
| ChannelsDownloadFinished() | Oscilloscope | protected |
| ChannelsDownloadStarted() | Oscilloscope | protected |
| ChannelsDownloadStatusUpdate(size_t ch, InstrumentChannel::DownloadState state, float progress) | Oscilloscope | protected |
| ClearPendingWaveforms() | Oscilloscope | |
| CommandLineDriver(SCPITransport *transport) (defined in CommandLineDriver) | CommandLineDriver | |
| ConverseBinary(const std::string commandString, std::vector< uint8_t > &data, size_t length) | TinySA | protected |
| ConverseMultiple(const std::string commandString, std::vector< std::string > &readLines, bool hasEcho=true, std::function< void(float)> progress=nullptr, size_t expecedLines=0) | CommandLineDriver | protected |
| ConverseRbwValue(bool sendValue=false, int64_t value=0) | TinySA | protected |
| ConverseSingle(const std::string commandString, bool hasEcho=true) | CommandLineDriver | protected |
| ConverseString(const std::string commandString, std::function< void(float)> progress=nullptr, size_t expecedLines=0) | CommandLineDriver | protected |
| ConverseSweep(int64_t &sweepStart, int64_t &sweepStop, int64_t &points, bool setFreqValues=false) | CommandLineDriver | protected |
| ConverseSweep(int64_t &sweepStart, int64_t &sweepStop, bool setFreqValues=false) | CommandLineDriver | inlineprotected |
| Convert16BitSamples(float *pout, const int16_t *pin, float gain, float offset, size_t count) | Oscilloscope | static |
| Convert16BitSamplesGeneric(float *pout, const int16_t *pin, float gain, float offset, size_t count) | Oscilloscope | static |
| Convert8BitSamples(float *pout, const int8_t *pin, float gain, float offset, size_t count) | Oscilloscope | static |
| Convert8BitSamplesGeneric(float *pout, const int8_t *pin, float gain, float offset, size_t count) | Oscilloscope | static |
| ConvertUnsigned8BitSamples(float *pout, const uint8_t *pin, float gain, float offset, size_t count) | Oscilloscope | static |
| ConvertUnsigned8BitSamplesGeneric(float *pout, const uint8_t *pin, float gain, float offset, size_t count) | Oscilloscope | static |
| CreateMapType typedef (defined in Oscilloscope) | Oscilloscope | protected |
| CreateOscilloscope(std::string driver, SCPITransport *transport) (defined in Oscilloscope) | Oscilloscope | static |
| CreateProcType typedef (defined in Oscilloscope) | Oscilloscope | |
| Degauss(size_t i) | Oscilloscope | virtual |
| DigitalBank typedef (defined in Oscilloscope) | Oscilloscope | |
| DisableChannel(size_t i) override | SCPISA | virtual |
| DoAddDriverClass(std::string name, CreateProcType proc) (defined in Oscilloscope) | Oscilloscope | static |
| DoLoadConfiguration(int version, const YAML::Node &node, IDTable &idmap) | Oscilloscope | protected |
| DoPreLoadConfiguration(int version, const YAML::Node &node, IDTable &idmap, ConfigWarningList &list) | Oscilloscope | protected |
| Oscilloscope::DoSerializeConfiguration(YAML::Node &node, IDTable &table) | Oscilloscope | protected |
| DoSerializeConfiguration(YAML::Node &node, IDTable &table) (defined in SCPIInstrument) | SCPIInstrument | protected |
| DrainTransport() | CommandLineDriver | protected |
| EnableChannel(size_t i) override | SCPISA | virtual |
| EnableTriggerOutput() | Oscilloscope | virtual |
| EnumDrivers(std::vector< std::string > &names) (defined in Oscilloscope) | Oscilloscope | static |
| EOL_STRING (defined in CommandLineDriver) | CommandLineDriver | inlineprotectedstatic |
| EOL_STRING_LENGTH (defined in CommandLineDriver) | CommandLineDriver | inlineprotectedstatic |
| EQUIVALENT_TIME enum value (defined in Oscilloscope) | Oscilloscope | |
| FlushConfigCache() | Instrument | virtual |
| ForceTrigger() override | SCPISA | virtual |
| FreeWaveformPools() | Oscilloscope | inline |
| GetADCMode(size_t channel) | Oscilloscope | virtual |
| GetADCModeNames(size_t channel) | Oscilloscope | virtual |
| GetAnalogBank(size_t channel) | Oscilloscope | virtual |
| GetAnalogBanks() | Oscilloscope | virtual |
| GetAvailableCouplings(size_t i) override | SCPISA | virtual |
| GetCenterFrequency(size_t channel) override | TinySA | virtual |
| GetChannel(size_t i) const | Instrument | inline |
| GetChannelAttenuation(size_t i) override | SCPISA | virtual |
| GetChannelBandwidthLimit(size_t i) override | SCPISA | virtual |
| GetChannelBandwidthLimiters(size_t i) | Oscilloscope | virtual |
| GetChannelByDisplayName(const std::string &name) | Instrument | |
| GetChannelByHwName(const std::string &name) | Instrument | |
| GetChannelColor(size_t i) (defined in TinySA) | TinySA | protected |
| GetChannelCount() const | Instrument | inline |
| GetChannelCoupling(size_t i) override | SCPISA | virtual |
| GetChannelDisplayName(size_t i) | Instrument | virtual |
| GetChannelOffset(size_t i, size_t stream) override | SCPISA | virtual |
| GetChannelVoltageRange(size_t i, size_t stream) override | SCPISA | virtual |
| GetDeskewForChannel(size_t channel) | Oscilloscope | virtual |
| GetDiagnosticsValues() (defined in Oscilloscope) | Oscilloscope | inline |
| GetDigitalBank(size_t channel) | Oscilloscope | virtual |
| GetDigitalBanks() | Oscilloscope | virtual |
| GetDigitalHysteresis(size_t channel) | Oscilloscope | virtual |
| GetDigitalThreshold(size_t channel) | Oscilloscope | virtual |
| GetDriverName() const =0 (defined in SCPIInstrument) | SCPIInstrument | pure virtual |
| GetDriverNameInternal() | TinySA | static |
| GetEnabledChannelCount() | Oscilloscope | |
| GetExternalTrigger() override | SCPISA | virtual |
| GetInputMuxNames(size_t i) | Oscilloscope | virtual |
| GetInputMuxSetting(size_t i) | Oscilloscope | virtual |
| GetInstrumentTypes() const override | SCPISA | virtual |
| GetInstrumentTypesForChannel(size_t i) const override | SCPISA | virtual |
| GetInterleaveConflicts() override (defined in SCPISA) | SCPISA | virtual |
| GetName() const =0 (defined in Instrument) | Instrument | pure virtual |
| GetName() const (defined in SCPIInstrument) | SCPIInstrument | virtual |
| GetNumAverages(size_t i) | Oscilloscope | virtual |
| GetOscilloscopeChannel(size_t i) | Oscilloscope | inline |
| GetOscilloscopeChannelByHwName(const std::string &name) | Oscilloscope | inline |
| GetPendingWaveformCount() (defined in Oscilloscope) | Oscilloscope | |
| GetProbeName(size_t i) | Oscilloscope | virtual |
| GetResolutionBandwidth() override | SCPISA | virtual |
| GetSampleDepth() override | SCPISA | virtual |
| GetSampleDepthsInterleaved() override | SCPISA | virtual |
| GetSampleDepthsNonInterleaved() override | TinySA | virtual |
| GetSampleRate() override | SCPISA | virtual |
| GetSampleRatesInterleaved() override | SCPISA | virtual |
| GetSampleRatesNonInterleaved() override | SCPISA | virtual |
| GetSamplingMode() | Oscilloscope | virtual |
| GetSerial() const =0 (defined in Instrument) | Instrument | pure virtual |
| GetSerial() const (defined in SCPIInstrument) | SCPIInstrument | virtual |
| GetSpan() override | TinySA | virtual |
| GetTransport() const (defined in SCPIDevice) | SCPIDevice | inline |
| Oscilloscope::GetTransportConnectionString()=0 | Instrument | pure virtual |
| SCPIInstrument::GetTransportConnectionString() | SCPIInstrument | virtual |
| Oscilloscope::GetTransportName()=0 | Instrument | pure virtual |
| SCPIInstrument::GetTransportName() | SCPIInstrument | virtual |
| GetTrigger(bool sync=false) | Oscilloscope | inline |
| GetTriggerOffset() override | SCPISA | virtual |
| GetTriggerTypes() | Oscilloscope | virtual |
| GetVendor() const =0 (defined in Instrument) | Instrument | pure virtual |
| GetVendor() const (defined in SCPIInstrument) | SCPIInstrument | virtual |
| HasFrequencyControls() override | SCPISA | virtual |
| HasInputMux(size_t i) | Oscilloscope | virtual |
| HasPendingDiagnosticLogMessages() (defined in Oscilloscope) | Oscilloscope | inline |
| HasPendingWaveforms() (defined in Oscilloscope) | Oscilloscope | |
| HasResolutionBandwidth() | Oscilloscope | virtual |
| HasTimebaseControls() override | SCPISA | virtual |
| IDPing() | SCPIOscilloscope | virtual |
| INST_BERT enum value (defined in Instrument) | Instrument | |
| INST_DMM enum value (defined in Instrument) | Instrument | |
| INST_FUNCTION enum value (defined in Instrument) | Instrument | |
| INST_LOAD enum value (defined in Instrument) | Instrument | |
| INST_MISC enum value (defined in Instrument) | Instrument | |
| INST_OSCILLOSCOPE enum value (defined in Instrument) | Instrument | |
| INST_PSU enum value (defined in Instrument) | Instrument | |
| INST_RF_GEN enum value (defined in Instrument) | Instrument | |
| INST_SWITCH_MATRIX enum value (defined in Instrument) | Instrument | |
| InstrumentTypes enum name (defined in Instrument) | Instrument | |
| InterleaveConflict typedef | Oscilloscope | |
| Invert(size_t i, bool invert) | Oscilloscope | virtual |
| IsADCModeConfigurable() | Oscilloscope | virtual |
| IsAppendingToWaveform() | Oscilloscope | virtual |
| IsChannelEnabled(size_t i) override | SCPISA | virtual |
| IsDigitalHysteresisConfigurable() | Oscilloscope | virtual |
| IsDigitalThresholdConfigurable() | Oscilloscope | virtual |
| IsInterleaving() override | SCPISA | virtual |
| IsInverted(size_t i) | Oscilloscope | virtual |
| IsOffline() | Oscilloscope | virtual |
| IsSamplingModeAvailable(SamplingMode mode) | Oscilloscope | virtual |
| IsTriggerArmed() override | SCPISA | virtual |
| LoadConfiguration(int version, const YAML::Node &node, IDTable &idmap) | Instrument | virtual |
| m_analogWaveformPool (defined in Oscilloscope) | Oscilloscope | protected |
| m_cacheMutex (defined in SCPIOscilloscope) | SCPIOscilloscope | protected |
| m_channelOffset (defined in SCPISA) | SCPISA | protected |
| m_channels | Instrument | protected |
| m_channelVoltageRange (defined in SCPISA) | SCPISA | protected |
| m_cmdBuf (defined in TinySA) | TinySA | protected |
| m_communicationTimeout (defined in CommandLineDriver) | CommandLineDriver | protected |
| m_createprocs (defined in Oscilloscope) | Oscilloscope | protectedstatic |
| m_diagnosticLogMessages (defined in Oscilloscope) | Oscilloscope | protected |
| m_diagnosticValues (defined in Oscilloscope) | Oscilloscope | protected |
| m_digitalWaveformPool (defined in Oscilloscope) | Oscilloscope | protected |
| m_freqMax (defined in TinySA) | TinySA | protected |
| m_freqMin (defined in TinySA) | TinySA | protected |
| m_fwVersion (defined in SCPIDevice) | SCPIDevice | protected |
| m_loaders | Instrument | protected |
| m_maxResponseSize (defined in CommandLineDriver) | CommandLineDriver | protected |
| m_model (defined in SCPIDevice) | SCPIDevice | protected |
| m_modelDbmOffset (defined in TinySA) | TinySA | protected |
| m_mutex (defined in Oscilloscope) | Oscilloscope | protected |
| m_nickname | Instrument | |
| m_pendingWaveforms (defined in Oscilloscope) | Oscilloscope | protected |
| m_pendingWaveformsMutex (defined in Oscilloscope) | Oscilloscope | protected |
| m_pool (defined in TinySA) | TinySA | protected |
| m_preloaders | Instrument | protected |
| m_queue (defined in TinySA) | TinySA | protected |
| m_rbw (defined in SCPISA) | SCPISA | protected |
| m_rbwMax (defined in TinySA) | TinySA | protected |
| m_rbwMin (defined in TinySA) | TinySA | protected |
| m_sampleDepth (defined in SCPISA) | SCPISA | protected |
| m_serial (defined in SCPIDevice) | SCPIDevice | protected |
| m_serializers | Instrument | protected |
| m_sweepStart (defined in TinySA) | TinySA | protected |
| m_sweepStop (defined in TinySA) | TinySA | protected |
| m_tinySAModel (defined in TinySA) | TinySA | protected |
| m_transport (defined in SCPIDevice) | SCPIDevice | protected |
| m_transportMutex (defined in CommandLineDriver) | CommandLineDriver | protected |
| m_trigger (defined in Oscilloscope) | Oscilloscope | protected |
| m_triggerArmed (defined in SCPISA) | SCPISA | protected |
| m_triggerOneShot (defined in SCPISA) | SCPISA | protected |
| m_vendor (defined in SCPIDevice) | SCPIDevice | protected |
| Model enum name (defined in TinySA) | TinySA | protected |
| operator=(const TinySA &rhs)=delete (defined in TinySA) | TinySA | |
| Oscilloscope() (defined in Oscilloscope) | Oscilloscope | |
| PeekTriggerArmed() | Oscilloscope | virtual |
| PollTrigger() override | SCPISA | virtual |
| PopPendingDiagnosticLogMessage() (defined in Oscilloscope) | Oscilloscope | inline |
| PopPendingWaveform() | Oscilloscope | virtual |
| PreLoadConfiguration(int version, const YAML::Node &node, IDTable &idmap, ConfigWarningList &warnings) | Instrument | virtual |
| PullTrigger() override | SCPISA | virtual |
| PushTrigger() override | SCPISA | virtual |
| REAL_TIME enum value (defined in Oscilloscope) | Oscilloscope | |
| SamplingMode enum name (defined in Oscilloscope) | Oscilloscope | |
| SCPIDevice(SCPITransport *transport, bool identify=true) (defined in SCPIDevice) | SCPIDevice | |
| SCPIInstrument(SCPITransport *transport, bool identify=true) (defined in SCPIInstrument) | SCPIInstrument | |
| SCPIOscilloscope() (defined in SCPIOscilloscope) | SCPIOscilloscope | |
| SCPISA() (defined in SCPISA) | SCPISA | |
| SequenceSet typedef (defined in Oscilloscope) | Oscilloscope | protected |
| SerializableObject() (defined in SerializableObject) | SerializableObject | inline |
| SerializeConfiguration(IDTable &table) const | Instrument | virtual |
| SetADCMode(size_t channel, size_t mode) | Oscilloscope | virtual |
| SetCenterFrequency(size_t channel, int64_t freq) override | TinySA | virtual |
| SetChannelAttenuation(size_t i, double atten) override | SCPISA | virtual |
| SetChannelBandwidthLimit(size_t i, unsigned int limit_mhz) override | SCPISA | virtual |
| SetChannelCoupling(size_t i, OscilloscopeChannel::CouplingType type) override | SCPISA | virtual |
| SetChannelDisplayName(size_t i, std::string name) | Instrument | virtual |
| SetChannelOffset(size_t i, size_t stream, float offset) override | SCPISA | virtual |
| SetChannelVoltageRange(size_t i, size_t stream, float range) override | SCPISA | virtual |
| SetDeskewForChannel(size_t channel, int64_t skew) | Oscilloscope | virtual |
| SetDigitalHysteresis(size_t channel, float level) | Oscilloscope | virtual |
| SetDigitalThreshold(size_t channel, float level) | Oscilloscope | virtual |
| SetInputMux(size_t i, size_t select) | Oscilloscope | virtual |
| SetInterleaving(bool combine) override | SCPISA | virtual |
| SetNumAverages(size_t i, size_t navg) | Oscilloscope | virtual |
| SetResolutionBandwidth(int64_t rbw) override | TinySA | virtual |
| SetSampleDepth(uint64_t depth) override | SCPISA | virtual |
| SetSampleRate(uint64_t rate) override | SCPISA | virtual |
| SetSamplingMode(SamplingMode mode) | Oscilloscope | virtual |
| SetSpan(int64_t span) override | TinySA | virtual |
| SetTrigger(Trigger *trigger) | Oscilloscope | inline |
| SetTriggerOffset(int64_t offset) override | SCPISA | virtual |
| SetUseExternalRefclk(bool external) | Oscilloscope | virtual |
| ShouldDegauss(size_t i) | Oscilloscope | virtual |
| Start() override | SCPISA | virtual |
| StartSingleTrigger() override | SCPISA | virtual |
| Stop() override | SCPISA | virtual |
| TINY_SA enum value (defined in TinySA) | TinySA | protected |
| TINY_SA_ULTRA enum value (defined in TinySA) | TinySA | protected |
| TinySA(SCPITransport *transport) | TinySA | |
| TinySA(const TinySA &rhs)=delete (defined in TinySA) | TinySA | |
| TRAILER_STRING (defined in CommandLineDriver) | CommandLineDriver | inlineprotectedstatic |
| TRAILER_STRING_LENGTH (defined in CommandLineDriver) | CommandLineDriver | inlineprotectedstatic |
| TRIGGER_MODE_AUTO enum value | Oscilloscope | |
| TRIGGER_MODE_COUNT enum value | Oscilloscope | |
| TRIGGER_MODE_RUN enum value | Oscilloscope | |
| TRIGGER_MODE_STOP enum value | Oscilloscope | |
| TRIGGER_MODE_TRIGGERED enum value | Oscilloscope | |
| TRIGGER_MODE_WAIT enum value | Oscilloscope | |
| TriggerMode enum name | Oscilloscope | |
| WaitForTrigger(int timeout) | Oscilloscope | |
| ~CommandLineDriver() (defined in CommandLineDriver) | CommandLineDriver | |
| ~Instrument() (defined in Instrument) | Instrument | virtual |
| ~Oscilloscope() (defined in Oscilloscope) | Oscilloscope | virtual |
| ~SCPIDevice() (defined in SCPIDevice) | SCPIDevice | virtual |
| ~SCPIInstrument() (defined in SCPIInstrument) | SCPIInstrument | virtual |
| ~SCPIOscilloscope() (defined in SCPIOscilloscope) | SCPIOscilloscope | virtual |
| ~SCPISA() (defined in SCPISA) | SCPISA | virtual |
| ~SerializableObject() (defined in SerializableObject) | SerializableObject | inlinevirtual |
| ~TinySA() (defined in TinySA) | TinySA | virtual |