OpenHantek
Public Member Functions | Data Fields
PPresult Class Reference

Post processing results. More...

#include <ppresult.h>

Public Member Functions

 PPresult (unsigned int channelCount)
 
const DataChanneldata (ChannelID channel) const
 Returns the analyzed data. More...
 
DataChannelmodifyData (ChannelID channel)
 Returns the analyzed data. The data structure can be modifed. More...
 
unsigned int sampleCount () const
 
unsigned int channelCount () const
 

Data Fields

bool softwareTriggerTriggered = false
 
ChannelsGraphs vaChannelSpectrum
 
ChannelsGraphs vaChannelVoltage
 

Detailed Description

Post processing results.

Member Function Documentation

◆ data()

const DataChannel * PPresult::data ( ChannelID  channel) const

Returns the analyzed data.

Parameters
channelChannel, whose data should be returned.

◆ modifyData()

DataChannel * PPresult::modifyData ( ChannelID  channel)

Returns the analyzed data. The data structure can be modifed.

Parameters
channelChannel, whose data should be returned.

◆ sampleCount()

unsigned int PPresult::sampleCount ( ) const
Returns
The maximum sample count of the last analyzed data. This assumes there is at least one channel.

The documentation for this class was generated from the following files: