#include <DeviceId.h>
Public Member Functions | |
DeviceId | operator= (DeviceId const &rvalue) |
int | getDeviceId () const |
string | getDeviceName () const |
Static Public Member Functions | |
static const vector< DeviceId > | values () |
Static Public Attributes | |
static const DeviceId | ANNOTATOR_JR |
static const DeviceId | ANNOTATOR_I |
static const DeviceId | ANNOTATOR_II |
static const DeviceId | ANNOTATOR_III |
Definition at line 28 of file DeviceId.h.
int AnnotatorComm::DeviceId::getDeviceId | ( | ) | const |
Get the Device ID.
string AnnotatorComm::DeviceId::getDeviceName | ( | ) | const |
Get the device's name in human readable format.
Overload assignment operator.
rvalue | right hand side |
static const vector<DeviceId> AnnotatorComm::DeviceId::values | ( | ) | [static] |
Get all Device IDs.
const DeviceId AnnotatorComm::DeviceId::ANNOTATOR_I [static] |
Annotator Jr Device I
Definition at line 39 of file DeviceId.h.
const DeviceId AnnotatorComm::DeviceId::ANNOTATOR_II [static] |
Annotator Jr Device II
Definition at line 44 of file DeviceId.h.
const DeviceId AnnotatorComm::DeviceId::ANNOTATOR_III [static] |
Annotator Jr Device III
Definition at line 49 of file DeviceId.h.
const DeviceId AnnotatorComm::DeviceId::ANNOTATOR_JR [static] |
Annotator Jr Device ID
Definition at line 34 of file DeviceId.h.