TwiceAsNice  2019-02-18
Static Public Attributes | Protected Member Functions | List of all members
DSI::DeviceResponse Class Reference

#include <DsiTypes.h>

Inheritance diagram for DSI::DeviceResponse:
Inheritance graph
Collaboration diagram for DSI::DeviceResponse:
Collaboration graph

Static Public Attributes

static const DeviceResponse ACK
 
static const DeviceResponse NACK
 

Protected Member Functions

 DeviceResponse (const std::string name, const int &value)
 
- Protected Member Functions inherited from DSI::NamedEnum< int, DeviceResponse >
 NamedEnum (const std::string _name, const int &_value)
 

Additional Inherited Members

- Public Types inherited from DSI::NamedEnum< int, DeviceResponse >
typedef std::set< const NamedEnum< int, DeviceResponse > *, NamedEnum_Ptr_LessThan > instances_list
 
typedef instances_list::const_iterator const_iterator
 
- Public Member Functions inherited from DSI::NamedEnum< int, DeviceResponse >
bool operator== (const int _value)
 
bool operator== (const DeviceResponse &d)
 
bool operator== (const NamedEnum< int, DeviceResponse > &x)
 
bool operator!= (const int _value)
 
bool operator!= (const NamedEnum< int, DeviceResponse > &x)
 
const int & value (void) const
 
const std::string & name (void) const
 
- Static Public Member Functions inherited from DSI::NamedEnum< int, DeviceResponse >
static const int & min (void)
 
static const int & max (void)
 
static const DeviceResponsefind (const int &Value)
 
static bool isValidValue (const int &Value)
 
static instances_list::size_type size (void)
 
static const_iterator begin (void)
 
static const_iterator end (void)
 

Constructor & Destructor Documentation

◆ DeviceResponse()

DSI::DeviceResponse::DeviceResponse ( const std::string  name,
const int &  value 
)
inlineexplicitprotected

Member Data Documentation

◆ ACK

const DeviceResponse DSI::DeviceResponse::ACK
static

◆ NACK

const DeviceResponse DSI::DeviceResponse::NACK
static

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