|
OpenHantek
|
Post processing results. More...
#include <ppresult.h>
Public Member Functions | |
| PPresult (unsigned int channelCount) | |
| const DataChannel * | data (ChannelID channel) const |
| Returns the analyzed data (RO). | |
| DataChannel * | modifiableData (ChannelID channel) |
| Returns the analyzed data (RW). The data structure can be modified. | |
| unsigned int | sampleCount () const |
| unsigned int | channelCount () const |
Data Fields | |
| bool | softwareTriggerTriggered = false |
| sw trigger status | |
| int | triggeredPosition = 0 |
| skip samples at start of channel to get triggered trace on screen | |
| double | pulseWidth1 = 0.0 |
| The width of the triggered pulse. | |
| double | pulseWidth2 = 0.0 |
| The width of the following pulse. | |
| unsigned | tag |
| track individual sample blocks (debug support) | |
| ChannelsGraphs | vaChannelSpectrum |
| ChannelsGraphs | vaChannelVoltage |
| ChannelsGraphs | vaChannelHistogram |
Private Attributes | |
| std::vector< DataChannel > | analyzedData |
| The analyzed data for each channel. | |
Post processing results.
|
explicit |
| unsigned int PPresult::channelCount | ( | ) | const |
| const DataChannel * PPresult::data | ( | ChannelID | channel | ) | const |
Returns the analyzed data (RO).
| channel | Channel, whose data should be returned. |
| DataChannel * PPresult::modifiableData | ( | ChannelID | channel | ) |
Returns the analyzed data (RW). The data structure can be modified.
| channel | Channel, whose data should be returned. |
| unsigned int PPresult::sampleCount | ( | ) | const |
|
private |
The analyzed data for each channel.
| double PPresult::pulseWidth1 = 0.0 |
The width of the triggered pulse.
| double PPresult::pulseWidth2 = 0.0 |
The width of the following pulse.
| bool PPresult::softwareTriggerTriggered = false |
sw trigger status
| unsigned PPresult::tag |
track individual sample blocks (debug support)
| int PPresult::triggeredPosition = 0 |
skip samples at start of channel to get triggered trace on screen
Not triggered
| ChannelsGraphs PPresult::vaChannelHistogram |
| ChannelsGraphs PPresult::vaChannelSpectrum |
| ChannelsGraphs PPresult::vaChannelVoltage |