X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;h=04f3b77f45c3393d2bc3fa378929588cff41adc5;hp=0e0911521b09973ed2d28fd1ca72efa1f139b0df;hb=6e7a4a0066c15d99c891765bbc6797d339ac0ec8;hpb=03d2a4f8cacda8ad1d79b4e6a312ebe30b835a55;ds=sidebyside diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index 0e091152..04f3b77f 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -61,7 +61,8 @@ class SignalData; struct DecodeChannel { - uint16_t id; // Also tells which bit within a sample represents this channel + uint16_t id; ///< Global numerical ID for the decode channels in the stack + uint16_t bit_id; ///< Tells which bit within a sample represents this channel const bool is_optional; const pv::data::SignalBase *assigned_signal; const QString name, desc;