PulseView  0.3.0
A Qt-based sigrok GUI
analogsegment.hpp File Reference
#include "segment.hpp"
#include <utility>
#include <vector>
Include dependency graph for analogsegment.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pv::data::AnalogSegment
 
struct  pv::data::AnalogSegment::EnvelopeSample
 
struct  pv::data::AnalogSegment::EnvelopeSection
 
struct  pv::data::AnalogSegment::Envelope
 

Namespaces

 AnalogSegmentTest
 
 pv
 
 pv::data
 

Class Documentation

struct pv::data::AnalogSegment::EnvelopeSample

Definition at line 39 of file analogsegment.hpp.

Collaboration diagram for pv::data::AnalogSegment::EnvelopeSample:
Class Members
float max
float min
struct pv::data::AnalogSegment::EnvelopeSection

Definition at line 45 of file analogsegment.hpp.

Collaboration diagram for pv::data::AnalogSegment::EnvelopeSection:
Class Members
uint64_t length
EnvelopeSample * samples
unsigned int scale
uint64_t start
struct pv::data::AnalogSegment::Envelope

Definition at line 54 of file analogsegment.hpp.

Collaboration diagram for pv::data::AnalogSegment::Envelope:
Class Members
uint64_t data_length
uint64_t length
EnvelopeSample * samples