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 {