PulseView  unreleased development snapshot
A Qt-based sigrok GUI
pv::data::decode Namespace Reference

Classes

class  Annotation
 
class  AnnotationClass
 
struct  DecodeBinaryClassInfo
 
struct  DecodeChannel
 
class  Decoder
 
struct  DecoderLogicOutputChannel
 
class  Row
 
class  RowData
 

Class Documentation

struct pv::data::decode::DecodeBinaryClassInfo

Definition at line 98 of file decoder.hpp.

Collaboration diagram for pv::data::decode::DecodeBinaryClassInfo:
Class Members
uint32_t bin_class_id
char * description
char * name
struct pv::data::decode::DecodeChannel

Definition at line 80 of file decoder.hpp.

Collaboration diagram for pv::data::decode::DecodeChannel:
Class Members
shared_ptr< const SignalBase > assigned_signal
uint16_t bit_id Tells which bit within a sample represents this channel.
const shared_ptr< Decoder > decoder_
const QString desc
uint16_t id Global numerical ID for the decode channels in the stack.
int initial_pin_state
const bool is_optional
const QString name
const srd_channel * pdch_