|
ngscopeclient v0.2
|
Base class for filter graph inputs. More...
#include <StreamDescriptor.h>


Public Member Functions | |
| InputDescriptor (const std::string &name="", const StreamDescriptor source=nullptr) | |
| InputDescriptor (const InputDescriptor &rhs)=delete | |
| InputDescriptor & | operator= (const InputDescriptor &rhs)=delete |
| Unit | GetYAxisUnits () |
| Unit | GetXAxisUnits () |
| WaveformBase * | GetData () const |
| float | GetVoltageRange () |
Public Attributes | |
| std::string | m_name |
| Name of the input port displayed in the graph editor. | |
| StreamDescriptor | m_sourceStream |
| The stream, if any, connected to this input port. | |
| std::shared_ptr< InputConstraint > | m_constraints |
| Constraints that apply to this input. | |
Base class for filter graph inputs.
An individual node may override CreateInput() to create derived-class objects with additional metadata.
| std::string InputDescriptor::m_name |
Name of the input port displayed in the graph editor.
Must be unique within a given node