]> sigrok.org Git - pulseview.git/commitdiff
SignalBase: Minor doxygen comments
authorSoeren Apel <redacted>
Mon, 24 Jul 2017 06:57:51 +0000 (08:57 +0200)
committerSoeren Apel <redacted>
Mon, 24 Jul 2017 06:57:51 +0000 (08:57 +0200)
pv/data/signalbase.hpp

index 468a2032812cba3b7611f1d6cf5dcfa718fe0bc5..635db6604bc0e314730375cda8456e2fdfb5b245 100644 (file)
@@ -55,11 +55,11 @@ class SignalBase : public QObject
 
 public:
        enum ChannelType {
 
 public:
        enum ChannelType {
-               AnalogChannel = 1,
-               LogicChannel,
-               DecodeChannel,
-               A2LChannel,  // Analog converted to logic, joint representation
-               MathChannel
+               AnalogChannel = 1, ///< Analog data
+               LogicChannel,  ///< Logic data
+               DecodeChannel, ///< Protocol Decoder channel using libsigrokdecode
+               A2LChannel,    ///< Analog converted to logic, joint representation
+               MathChannel    ///< Virtual channel generated by math operations
        };
 
        enum ConversionType {
        };
 
        enum ConversionType {