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

Configuration data type. More...

#include <libsigrokcxx/enums.hpp>

+ Inheritance diagram for sigrok::DataType:

Static Public Attributes

static const DataType *const UINT64
 
static const DataType *const STRING
 
static const DataType *const BOOL
 
static const DataType *const FLOAT
 
static const DataType *const RATIONAL_PERIOD
 
static const DataType *const RATIONAL_VOLT
 
static const DataType *const KEYVALUE
 
static const DataType *const UINT64_RANGE
 
static const DataType *const DOUBLE_RANGE
 
static const DataType *const INT32
 
static const DataType *const MQ
 

Additional Inherited Members

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

Detailed Description

Configuration data type.

Definition at line 34 of file enums.hpp.


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