libsigrokcxx  0.4.0
C++ bindings for libsigrok
Static Public Attributes | List of all members
sigrok::ChannelType Class Reference

Channel type. More...

#include <libsigrokcxx/enums.hpp>

+ Inheritance diagram for sigrok::ChannelType:

Static Public Attributes

static const ChannelType *const LOGIC
 Channel type is logic channel. More...
 
static const ChannelType *const ANALOG
 Channel type is analog channel. More...
 

Additional Inherited Members

- Public Member Functions inherited from sigrok::EnumValue< ChannelType, enum sr_channeltype >
int id () const
 The integer constant associated with this value. More...
 
string name () const
 The name associated with this value. More...
 
- Static Public Member Functions inherited from sigrok::EnumValue< ChannelType, enum sr_channeltype >
static const ChannelTypeget (int id)
 Get value associated with a given integer constant. More...
 
static std::vector< const ChannelType * > values ()
 Get possible values. More...
 

Detailed Description

Channel type.

Definition at line 447 of file enums.hpp.

Member Data Documentation

const ChannelType* const sigrok::ChannelType::LOGIC
static

Channel type is logic channel.

Definition at line 452 of file enums.hpp.

const ChannelType* const sigrok::ChannelType::ANALOG
static

Channel type is analog channel.

Definition at line 454 of file enums.hpp.


The documentation for this class was generated from the following file: