|
ngscopeclient v0.2.2
|


Public Types | |
| enum | format_t { FORMAT_HEX , FORMAT_BINARY , FORMAT_DEC } |
Public Member Functions | |
| MeasurementDescriptor (const std::string &name) | |
| MeasurementDescriptor (const std::string &name, StreamDescriptor stream) | |
| MeasurementDescriptor (StreamDescriptor stream) | |
Public Member Functions inherited from InputDescriptor | |
| 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 | |
| format_t | m_format |
Public Attributes inherited from InputDescriptor | |
| 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. | |