]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/annotation.hpp
DecodeTrace: Add "%c" to the format string
[pulseview.git] / pv / data / decode / annotation.hpp
index 1bb9ad34c046a215321d6e276b3ddea6bb453106..cfa5e5e982e54746f79cac80c15062af7cd3f66b 100644 (file)
@@ -48,7 +48,10 @@ public:
 
        uint64_t start_sample() const;
        uint64_t end_sample() const;
+
        Class ann_class_id() const;
+       const QString ann_class_name() const;
+
        const vector<QString>* annotations() const;
        const Row* row() const;