|
OpenHantek
|
Struct for a array of sample values. More...
#include <ppresult.h>
Data Fields | |
| std::vector< double > | sample |
| Vector holding the sampling data. More... | |
| double | interval = 0.0 |
| The interval between two sample values. More... | |
Struct for a array of sample values.
| double SampleValues::interval = 0.0 |
The interval between two sample values.
| std::vector<double> SampleValues::sample |
Vector holding the sampling data.