#include <TriggerMode.h>
Public Member Functions | |
uint16_t | getMode () const |
string | toString () const |
Static Public Member Functions | |
static vector< const TriggerMode * > | values () |
Static Public Attributes | |
static const TriggerMode | TTL_RISING |
static const TriggerMode | TTL_FALLING |
static const TriggerMode | LVTTL_RISING |
static const TriggerMode | LVTTL_FALLING |
static const TriggerMode | SWITCH_CLOSE |
static const TriggerMode | SWITCH_OPEN |
Definition at line 31 of file TriggerMode.h.
uint16_t annotatorcomm::annotatorjr::TriggerMode::getMode | ( | ) | const |
Get the trigger mode constant.
string annotatorcomm::annotatorjr::TriggerMode::toString | ( | ) | const |
Get the name of the trigger.
static vector<const TriggerMode*> annotatorcomm::annotatorjr::TriggerMode::values | ( | ) | [static] |
Get all trigger mode values.