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

Configuration capability. More...

#include <libsigrokcxx/enums.hpp>

+ Inheritance diagram for sigrok::Capability:

Static Public Attributes

static const Capability *const GET
 Value can be read. More...
 
static const Capability *const SET
 Value can be written. More...
 
static const Capability *const LIST
 Possible values can be enumerated. More...
 

Additional Inherited Members

- Public Member Functions inherited from sigrok::EnumValue< Capability, enum sr_configcap >
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< Capability, enum sr_configcap >
static const Capabilityget (int id)
 Get value associated with a given integer constant. More...
 
static std::vector< const Capability * > values ()
 Get possible values. More...
 

Detailed Description

Configuration capability.

Definition at line 464 of file enums.hpp.

Member Data Documentation

const Capability* const sigrok::Capability::GET
static

Value can be read.

Definition at line 469 of file enums.hpp.

const Capability* const sigrok::Capability::SET
static

Value can be written.

Definition at line 471 of file enums.hpp.

const Capability* const sigrok::Capability::LIST
static

Possible values can be enumerated.

Definition at line 473 of file enums.hpp.


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