Class ADISDeviceRegistry

Class Documentation

class ADISDeviceRegistry

Public Static Functions

static adis_device_id getDeviceIdFromString(const std::string &device_name)
static std::string getDeviceNameFromId(adis_device_id device_id)
static std::vector<std::string> getSupportedDeviceNames()
static std::vector<adis_device_id> getSupportedDeviceIds()
static bool isDeviceSupported(const std::string &device_name)
static bool isDeviceSupported(adis_device_id device_id)
static std::string getDeviceFamily(adis_device_id device_id)
static std::string getDeviceFamily(const std::string &device_name)