PulseView  unreleased development snapshot
A Qt-based sigrok GUI
decodesignal.hpp File Reference
#include <atomic>
#include <deque>
#include <condition_variable>
#include <unordered_set>
#include <vector>
#include <QDebug>
#include <QSettings>
#include <libsigrokdecode/libsigrokdecode.h>
#include <pv/data/decode/decoder.hpp>
#include <pv/data/decode/row.hpp>
#include <pv/data/decode/rowdata.hpp>
#include <pv/data/signalbase.hpp>
#include <pv/util.hpp>
Include dependency graph for decodesignal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pv::data::DecodeBinaryDataChunk
 
struct  pv::data::DecodeBinaryClass
 
struct  pv::data::DecodeSegment
 
class  pv::data::DecodeSignal
 

Namespaces

 pv
 
 pv::data
 

Class Documentation

struct pv::data::DecodeBinaryDataChunk

Definition at line 65 of file decodesignal.hpp.

Collaboration diagram for pv::data::DecodeBinaryDataChunk:
Class Members
vector< uint8_t > data
uint64_t sample Number of the sample where this data was provided by the PD.
struct pv::data::DecodeBinaryClass

Definition at line 71 of file decodesignal.hpp.

Collaboration diagram for pv::data::DecodeBinaryClass:
Class Members
deque< DecodeBinaryDataChunk > chunks
const Decoder * decoder
const DecodeBinaryClassInfo * info