WaveformDataWatcherDBL Constructor (IWaveformStreaming, WaveformStreamSpecification[])
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of the WaveformDataWatcherDBL class with the specified waveform stream specifications
Namespace:
NationalInstruments.VeriStand.ClientAPI.WaveformStreamingAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Sub New ( _ streamInterface As IWaveformStreaming, _ waveformStreamSpecifications As WaveformStreamSpecification() _ ) |
C# |
---|
public WaveformDataWatcherDBL( IWaveformStreaming streamInterface, WaveformStreamSpecification[] waveformStreamSpecifications ) |
Visual C++ |
---|
public: WaveformDataWatcherDBL( IWaveformStreaming^ streamInterface, array<WaveformStreamSpecification^>^ waveformStreamSpecifications ) |
Parameters
- streamInterface
- Type: NationalInstruments.VeriStand.ClientAPI.WaveformStreaming.IWaveformStreaming
Instance of the interface with which to register the waveform data event
- waveformStreamSpecifications
- Type:
NationalInstruments.VeriStand.ClientAPI.WaveformStreaming.WaveformStreamSpecification
Waveform Stream Specifications this watcher returns data for.