]> sigrok.org Git - pulseview.git/blobdiff - pv/views/viewbase.hpp
TabularDecView: Increase robustness
[pulseview.git] / pv / views / viewbase.hpp
index 3fff28f0cf09da7230ee9ec41809431857b05cb3..e3a3c6a404925ee6d03f4a10fba7d89b89fb71b0 100644 (file)
@@ -55,7 +55,8 @@ namespace views {
 enum ViewType {
        ViewTypeTrace,
 #ifdef ENABLE_DECODE
-       ViewTypeDecoderOutput,
+       ViewTypeDecoderBinary,
+       ViewTypeTabularDecoder,
 #endif
        ViewTypeCount  // Indicates how many view types there are, must always be last
 };