ngscopeclient v0.2
Loading...
Searching...
No Matches
VIOInputChannel Member List

This is the complete list of members for VIOInputChannel, including all inherited members.

AddErrorMessage(const std::string &err)FlowGraphNodeinlineprotected
AddErrorMessage(const std::string &title, const std::string &err)FlowGraphNodeinlineprotected
AddMessage(const FlowGraphNodeMessage &msg)FlowGraphNodeinlineprotected
AddMessage(Severity severity, const std::string &title, const std::string &message)FlowGraphNodeinlineprotected
AddSink(size_t stream, FlowGraphNode *node) (defined in FlowGraphNode)FlowGraphNodeinline
AddStream(Unit yunit, const std::string &name, Stream::StreamType stype, uint8_t flags=0)InstrumentChannelprotectedvirtual
ClearCachedDisplayName()InstrumentChannelinline
ClearMessages()FlowGraphNodeinlineprotected
ClearStreams()InstrumentChannelprotectedvirtual
CONNECTOR_BANANA_DUAL enum value (defined in InstrumentChannel)InstrumentChannel
CONNECTOR_BMA enum value (defined in InstrumentChannel)InstrumentChannel
CONNECTOR_BNC enum value (defined in InstrumentChannel)InstrumentChannel
CONNECTOR_K enum value (defined in InstrumentChannel)InstrumentChannel
CONNECTOR_K_DUAL enum value (defined in InstrumentChannel)InstrumentChannel
CONNECTOR_N enum value (defined in InstrumentChannel)InstrumentChannel
CONNECTOR_SMA enum value (defined in InstrumentChannel)InstrumentChannel
CreateInput(const std::string &name)FlowGraphNodeprotectedvirtual
CreateInput(const std::string &name, Args &&... args) (defined in FlowGraphNode)FlowGraphNodeinlineprotected
Detach(size_t stream)InstrumentChannelinline
DetachInputs()FlowGraphNode
DOWNLOAD_FINISHED enum valueInstrumentChannel
DOWNLOAD_IN_PROGRESS enum valueInstrumentChannel
DOWNLOAD_NONE enum valueInstrumentChannel
DOWNLOAD_UNKNOWN enum value (defined in InstrumentChannel)InstrumentChannel
DOWNLOAD_WAITING enum valueInstrumentChannel
DownloadState enum nameInstrumentChannel
ExecutionCapabilities enum name (defined in FlowGraphNode)FlowGraphNode
FlowGraphNode() (defined in FlowGraphNode)FlowGraphNode
GetData(size_t stream)InstrumentChannelinline
GetDigitalScalarValue(size_t stream)InstrumentChannelinline
GetDigitalWidth(size_t stream)InstrumentChannelinline
GetDisplayName()InstrumentChannelvirtual
GetDownloadProgress()InstrumentChannelvirtual
GetDownloadStartTime()InstrumentChannelvirtual
GetDownloadState()InstrumentChannelvirtual
GetExecutionCapabilitiesMask()FlowGraphNodeinlinevirtual
GetHwname() constInstrumentChannelinline
GetIndex() constInstrumentChannelinline
GetInput(size_t i)FlowGraphNode
GetInputConstraints(size_t i)FlowGraphNode
GetInputCount()FlowGraphNodeinline
GetInputDisplayName(size_t i)FlowGraphNodeprotected
GetInputName(size_t i) (defined in FlowGraphNode)FlowGraphNode
GetInputWaveform(size_t i)FlowGraphNodeinlineprotected
GetInstrument() constInstrumentChannelinline
GetMessages() constFlowGraphNodeinline
GetMostSevereMessage() const (defined in FlowGraphNode)FlowGraphNode
GetParamBegin()FlowGraphNodeinline
GetParamCount()FlowGraphNodeinline
GetParamEnd()FlowGraphNodeinline
GetParameter(std::string s) (defined in FlowGraphNode)FlowGraphNode
GetPhysicalConnector() override (defined in VIOInputChannel)VIOInputChannelvirtual
GetScalarValue(size_t stream)InstrumentChannelinline
GetSinks(size_t stream) (defined in FlowGraphNode)FlowGraphNodeinline
GetSparseAnalogInputWaveform(size_t i)FlowGraphNodeinlineprotected
GetSparseDigitalInputWaveform(size_t i)FlowGraphNodeinlineprotected
GetStreamCount()InstrumentChannelinline
GetStreamFlags(size_t stream)InstrumentChannelinline
GetStreamName(size_t stream)InstrumentChannelinline
GetType(size_t stream)InstrumentChannelinline
GetUniformAnalogInputWaveform(size_t i)FlowGraphNodeinlineprotected
GetUniformDigitalInputWaveform(size_t i)FlowGraphNodeinlineprotected
GetXAxisUnits()InstrumentChannelinlinevirtual
GetYAxisUnits(size_t stream)InstrumentChannelinlinevirtual
HasInput(StreamDescriptor desc)FlowGraphNode
HasMessages() constFlowGraphNodeinline
HasParameter(std::string s)FlowGraphNodeinline
InstrumentChannel(Instrument *inst, const std::string &hwname, const std::string &color="#808080", Unit xunit=Unit(Unit::UNIT_FS), size_t index=0) (defined in InstrumentChannel)InstrumentChannel
InstrumentChannel(Instrument *inst, const std::string &hwname, const std::string &color="#808080", Unit xunit=Unit(Unit::UNIT_FS), Unit yunit=Unit(Unit::UNIT_VOLTS), Stream::StreamType stype=Stream::STREAM_TYPE_ANALOG, size_t index=0) (defined in InstrumentChannel)InstrumentChannel
IsDownstreamOf(std::set< FlowGraphNode * > nodes)FlowGraphNode
LoadInputs(const YAML::Node &node, IDTable &table) (defined in FlowGraphNode)FlowGraphNodevirtual
LoadParameters(const YAML::Node &node, IDTable &table)FlowGraphNodevirtual
m_displaycolorInstrumentChannel
m_displaynameInstrumentChannelprotected
m_hwnameInstrumentChannelprotected
m_indexInstrumentChannelprotected
m_inputsFlowGraphNodeprotected
m_inputsChangedSignalFlowGraphNodeprotected
m_instrumentInstrumentChannelprotected
m_messages (defined in FlowGraphNode)FlowGraphNodeprotected
m_parameters (defined in FlowGraphNode)FlowGraphNodeprotected
m_parametersChangedSignalFlowGraphNodeprotected
m_sinksFlowGraphNodeprotected
m_streamsInstrumentChannelprotected
m_visibilityMode (defined in InstrumentChannel)InstrumentChannel
m_xAxisUnitInstrumentChannelprotected
OnInputChanged(size_t i)FlowGraphNodeprotectedvirtual
ParameterMapType typedefFlowGraphNode
PhysicalConnector enum name (defined in InstrumentChannel)InstrumentChannel
Refresh(vk::raii::CommandBuffer &cmdBuf, std::shared_ptr< QueueHandle > queue) override (defined in InstrumentChannel)InstrumentChannelvirtual
RemoveSink(size_t stream, FlowGraphNode *node) (defined in FlowGraphNode)FlowGraphNodeinline
SerializableObject() (defined in SerializableObject)SerializableObjectinline
SerializeConfiguration(IDTable &table)FlowGraphNodevirtual
SetData(WaveformBase *pNew, size_t stream)InstrumentChannel
SetDigitalScalarValue(size_t stream, uint64_t value)InstrumentChannelinline
SetDigitalWidth(size_t stream, uint64_t width)InstrumentChannelinline
SetDisplayName(std::string name)InstrumentChannelvirtual
SetInput(size_t i, StreamDescriptor stream, bool force=false)FlowGraphNode
SetInput(const std::string &name, StreamDescriptor stream, bool force=false) (defined in FlowGraphNode)FlowGraphNode
SetScalarValue(size_t stream, float value)InstrumentChannelinline
SetXAxisUnits(const Unit &rhs)InstrumentChannelinlinevirtual
SetYAxisUnits(const Unit &rhs, size_t stream)InstrumentChannelinlinevirtual
ShouldPersistWaveform()InstrumentChannelvirtual
signal_inputsChanged() (defined in FlowGraphNode)FlowGraphNodeinline
signal_parametersChanged() (defined in FlowGraphNode)FlowGraphNodeinline
ValidateChannel(size_t i, StreamDescriptor stream)FlowGraphNodevirtual
VIOInputChannel(const std::string &hwname, Instrument *parent, const std::string &color="#808080", size_t index=0, size_t width=32)VIOInputChannel
VIS_AUTO enum value (defined in InstrumentChannel)InstrumentChannel
VIS_HIDE enum value (defined in InstrumentChannel)InstrumentChannel
VIS_SHOW enum value (defined in InstrumentChannel)InstrumentChannel
VisibilityMode enum nameInstrumentChannel
~FlowGraphNode() (defined in FlowGraphNode)FlowGraphNodevirtual
~InstrumentChannel() (defined in InstrumentChannel)InstrumentChannelvirtual
~SerializableObject() (defined in SerializableObject)SerializableObjectinlinevirtual
~VIOInputChannel() (defined in VIOInputChannel)VIOInputChannelvirtual