X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fannotation.h;h=6d0a19aeb38b2043e680d8e8bac8440a1e92f2e0;hb=21ea5e700fdde6a6eb2c0969649fcb1d8ea6d283;hp=9cacafaeaac0c1ea9a92478f1a01b9e2233c78e2;hpb=3f53457656c72dc870f603677843613b708b4ea1;p=pulseview.git diff --git a/pv/data/decode/annotation.h b/pv/data/decode/annotation.h index 9cacafae..6d0a19ae 100644 --- a/pv/data/decode/annotation.h +++ b/pv/data/decode/annotation.h @@ -39,16 +39,15 @@ public: uint64_t start_sample() const; uint64_t end_sample() const; int format() const; - int row() const; const std::vector& annotations() const; void set_row(int row); + void set_pd_index(int pd_index); private: uint64_t _start_sample; uint64_t _end_sample; int _format; - int _row; std::vector _annotations; };