]> sigrok.org Git - pulseview.git/blobdiff - pv/metadata_obj.hpp
DecodeSignal: Support unitsize > 1 for logic output
[pulseview.git] / pv / metadata_obj.hpp
index fef77795173d0707531ac41fade8a41582439eeb..6837fef2b2879cbc8918722816db30a206ad5ef0 100644 (file)
@@ -39,6 +39,8 @@ enum MetadataObjectType {
        MetadataObjMainViewRange,
        MetadataObjSelection,
        MetadataObjTimeMarker,
+    // --- Types below will not be saved/restored ---
+       MetadataObjMousePos,
        MetadataObjectTypeCount  // Indicates how many metadata object types there are, must always be last
 };