Go to the source code of this file.
Namespaces |
namespace | cedrus |
Enumerations |
enum | {
cedrus::NO_ERR = 0,
cedrus::UNDEFINED = -1,
cedrus::PORT_NOT_AVAILABLE = -2,
cedrus::ERROR_SETTING_UP_PORT = -3,
cedrus::ERROR_FLUSHING_PORT = -4,
cedrus::ERROR_READING_PORT = -5,
cedrus::ERROR_WRITING_TO_PORT = -6,
cedrus::ERROR_CLOSING_PORT = -7,
cedrus::GENERAL_ERROR = -10,
cedrus::PORT_OPENED_BUT_ABORTED = -11
} |
enum | { cedrus::UNKNOWN_MODEL_ID = 0
} |
enum | { cedrus::ANY_MODEL_ID = -2
} |
enum | { cedrus::NO_XID_DEVICE_FOUND = -1
} |
enum | { cedrus::INVALID_RETURN_VALUE = -99
} |
enum | {
cedrus::RB530 = 1,
cedrus::RB730 = 2,
cedrus::RB830 = 3,
cedrus::RB834 = 4,
cedrus::RB630 = 5,
cedrus::SV1 = 21,
cedrus::LUMINA = 31
} |
enum | { cedrus::XID_ID_LUMINA = 0,
cedrus::XID_ID_SV1 = 1,
cedrus::XID_ID_RB = 2
} |
enum | { cedrus::AD_NO_PROMPTS = 0x01,
cedrus::AD_ASK_BEFORE_CONVERTING = 0x02,
cedrus::AD_CONVERSION_IRREVERSIBLE = 0x04
} |
enum | { cedrus::XID_MODE = '0'
} |
enum | cedrus::key_state { cedrus::NO_KEY_DETECTED = 0,
cedrus::FOUND_KEY_DOWN = 1,
cedrus::FOUND_KEY_UP = 2
} |