50 virtual void Refresh(vk::raii::CommandBuffer& cmdBuf, std::shared_ptr<QueueHandle> queue)
override;
Definition AcceleratorBuffer.h:204
Abstract base class for all filter graph blocks which are not physical instrument channels.
Definition Filter.h:105
Helper base class for filters that import a waveform from a file.
Definition ImportFilter.h:46
bool TryNormalizeTimebase(SparseWaveformBase *wfm)
Cleans up timebase of data that might be regularly or irregularly sampled.
Definition ImportFilter.cpp:104
const std::string & GetFileNameParameter()
Returns the name of the parameter for our file name.
Definition ImportFilter.h:57
virtual bool ValidateChannel(size_t i, StreamDescriptor stream) override
Check if a stream is allowed to be connected to the given input.
Definition ImportFilter.cpp:59
virtual void SetDefaultName() override
Sets the name of a filter based on its inputs.
Definition ImportFilter.cpp:70
Descriptor for a single stream coming off a channel.
Definition StreamDescriptor.h:47
A unit of measurement, plus conversion to pretty-printed output.
Definition Unit.h:59