|
| #define | RCP_API_PRIVATE static |
| |
| #define | RCP_TYPES_PUBLIC_H |
| |
| #define | ALLOWED_NAME_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 -=[];',./!@#$%^&*()_+{}:<>?" |
| |
| #define | ALLOWED_SCENE_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-" |
| |
| #define | ALLOWED_SHOT_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789*" |
| |
| #define | ALLOWED_COMM_NAME_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_" |
| |
| #define | ALLOWED_AUDIO_CHANNEL_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" |
| |
| #define | ALLOWED_HOST_IP_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-." |
| |
| #define | ALLOWED_SSID_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 -=[];',./!@#$%^&*()_+{}:<>?\"" |
| |
| #define | ALLOWED_WEP_PW_CHARS "ABCDEF0123456789" |
| |
| #define | ALLOWED_WPA_PW_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 -=[];',./!@#$%^&*()_+{}:<>?\"\\`|" |
| |
| #define | ALLOWED_LENS_NAME_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 -=[];',./!@#$%^&*()_+{}:<>?" |
| |
| #define | ALLOWED_LENS_SERIAL_CHARS "0123456789" |
| |
| #define | BATTERY_INVALID_VALUE (-1) |
| |
| #define | BATTERY_RUNTIME_WARNING_MINUTES (10) |
| |
| #define | BATTERY_RUNTIME_LOW_MINUTES (5) |
| |
| #define | BATTERY_RUNTIME_MAX_MINUTES (600) |
| |
| #define | C_LIST_H_INCLUDED |
| |
| #define | C_LIST_MAX_STRING_LEN 255 |
| |
| #define | KEYDEFINITION_H_INCLUDED |
| |
| #define | BRAIN 0 |
| |
| #define | SIDE_HANDLE 1 |
| |
| #define | BOTTOM_HANDLE 2 |
| |
| #define | SIDE_SSD 3 |
| |
| #define | REDMOTE 4 |
| |
| #define | LCD 5 |
| |
| #define | LENS 6 |
| |
| #define | LCD_PROMODULE 7 |
| |
| #define | EVF 8 |
| |
| #define | EVF_PROMODULE 9 |
| |
| #define | PRO_IO 10 |
| |
| #define | UI_SOFTKEY 11 |
| |
| #define | SIDE_MODULE 12 |
| |
| #define | FLAT_UI 13 |
| |
| #define | TOP_HANDLE 14 |
| |
| #define | WEAPON_SIDE_HANDLE 15 |
| |
| #define | LCD3 16 |
| |
| #define | EVF3 17 |
| |
| #define | XLFIZ 18 /* No longer supported... */ |
| |
| #define | SIDE_UI_LEFT 19 |
| |
| #define | SIDE_UI_RIGHT 20 |
| |
| #define | KEY_DOWN 1 |
| |
| #define | KEY_UP 2 |
| |
| #define | CW 4 |
| |
| #define | CCW 8 |
| |
| #define | USER_KEY_A 1 |
| |
| #define | USER_KEY_B 2 |
| |
| #define | USER_KEY_C 3 |
| |
| #define | USER_KEY_D 4 |
| |
| #define | FUNCTION_KEY_1 5 |
| |
| #define | FUNCTION_KEY_2 6 |
| |
| #define | FUNCTION_KEY_3 7 |
| |
| #define | FUNCTION_KEY_4 8 |
| |
| #define | FUNCTION_KEY_5 9 |
| |
| #define | FUNCTION_KEY_6 10 |
| |
| #define | FUNCTION_KEY_7 11 |
| |
| #define | FUNCTION_KEY_8 12 |
| |
| #define | STILL_SELECT_KEY 13 |
| |
| #define | MOVIE_SELECT_KEY 14 |
| |
| #define | RECORD_HALF_KEY 15 |
| |
| #define | RECORD_FULL_KEY 16 |
| |
| #define | FRONT_ROTARY_1 26 |
| |
| #define | FRONT_ROTARY_2 27 |
| |
| #define | BACK_ROTARY_JOG 28 |
| |
| #define | BACKLIGHT_KEY 29 |
| |
| #define | MENU_KEY 30 |
| |
| #define | NORTH_KEY 31 |
| |
| #define | SOUTH_KEY 32 |
| |
| #define | EAST_KEY 33 |
| |
| #define | WEST_KEY 34 |
| |
| #define | CENTER_KEY 35 |
| |
| #define | LOCK_KEY 40 |
| |
| #define | UNLOCK_KEY 41 |
| |
| #define | ROCKER_PLUS 42 |
| |
| #define | ROCKER_MINUS 43 |
| |
| #define | MODE_KEY 44 |
| |
| #define | MAKEKEYCODE(source, flags, id) ((((source) & 0xFF) << 16) | (((flags) & 0xFF) << 8) | ((id) & 0xFF)) |
| |
| #define | KEYCODE_SOURCE(keycode) (((keycode) & 0xFF0000) >> 16) |
| |
| #define | KEYCODE_FLAGS(keycode) (((keycode) & 0x00FF00) >> 8) |
| |
| #define | KEYCODE_ID(keycode) ((keycode) & 0x0000FF) |
| |
| #define | RCP_API_H |
| |
| #define | RCP_DISCOVERY_STEP_SLEEP_MS 300 |
| |
| #define | RCP_DISCOVERY_STEP_LOOP_COUNT 5 |
| |
| #define | RCP_MENU_NODE_ID_NULL ((rcp_menu_node_id_t) -1) |
| |
| #define | RCP_MENU_NODE_ID_ROOT ((rcp_menu_node_id_t) 0) |
| |
| #define | RCP_API_CONFIG_H |
| |
| #define | RCP_API_ENABLE_LABELS |
| |
| #define | RCP_API_ENABLE_STR_TO_ENUM |
| |
| #define | RCP_API_ENABLE_CACHING |
| |
| #define | RCP_API_ENABLE_NOTIFICATIONS |
| |
| #define | RCP_API_ENABLE_CLIP_LIST |
| |
| #define | RCP_API_ENABLE_LOGGING |
| |
| #define | RCP_API_ENABLE_DISCOVERY |
| |
| #define | RCP_API_ENABLE_MENU |
| |
| #define | RCP_API_ENABLE_STATS |
| |
| #define | RCP_API_ENABLE_RELATIVE |
| |
| #define | RCP_API_ENABLE_FILE_TRANSFER |
| |
| #define | RCP_API_DISPLAY_STR_SIZE 100 |
| |
| #define | RCP_API_LOG_LINE_SIZE 1024 |
| |
| #define | RCP_API_PARSER_BUFFER_SIZE RCP2_MAX_PACKET_LENGTH |
| |
| #define | RCP_API_OUTGOING_PACKET_BUFFER_SIZE RCP2_MAX_PACKET_LENGTH |
| |
| #define | RCP_API_SOURCE_NAME "API" |
| |
| #define | RCP_EXPECTED_RETRY_COUNT 25 |
| |
| #define | RCP_FILE_TRANSFER_MAX_FRAGMENT_SIZE 3072 /* must be multiple of 4 */ |
| |
| #define | RCP_PARAMETER_SET_MIN_VERSION_MAJOR 5 |
| |
| #define | RCP_PARAMETER_SET_MIN_VERSION_MINOR 0 |
| |
| #define | RCP_PARAMETER_SET_VERSION_MAJOR 6 |
| |
| #define | RCP_PARAMETER_SET_VERSION_MINOR 61 |
| |
| #define | RCP_MALLOC(type, size) rcp_malloc(size) |
| |
| #define | RCP_PARSER_2_H_ |
| |
| #define | RCP2_CHECK_BUFFER_OVERFLOW |
| |
| #define | RCP2_VERSION 2 |
| |
| #define | RCP2_MAX_ID_LENGTH 8 /* Maximum length of a source or target ID */ |
| |
| #define | RCP2_MAX_CMD_LENGTH 1 /* Maximum length of a command */ |
| |
| #define | RCP2_MAX_PARAM_LENGTH 8 /* Maximum length of the parameter name */ |
| |
| #define | RCP2_MAX_VALUE_LENGTH (8 * 1024) /* Maximum length of all concatenated values (including separators between values, but not trailing separator) */ |
| |
| #define | RCP2_MAX_HEADER_LENGTH (1 + 1 + RCP2_MAX_ID_LENGTH + 1 + RCP2_MAX_ID_LENGTH + 1) /* Maximum length of header (up to, but not including separator after source id) */ |
| |
| #define | RCP2_MAX_PACKET_LENGTH (RCP2_MAX_HEADER_LENGTH + 1 + RCP2_MAX_CMD_LENGTH + 1 + RCP2_MAX_VALUE_LENGTH + 1 + 1 + 2 + 1) |
| |
| #define | RCP2_MAX_ARG_COUNT 30 |
| |
| #define | RCP2_MSG_START_SYMBOL '#' |
| |
| #define | RCP2_MSG_TARGET_SYMBOL '@' |
| |
| #define | RCP2_MSG_SOURCE_SYMBOL '$' |
| |
| #define | RCP2_MSG_SEPARATOR_SYMBOL ':' |
| |
| #define | RCP2_MSG_CKSUM_SYMBOL '*' |
| |
| #define | RCP2_MSG_END1_SYMBOL '\n' |
| |
| #define | RCP2_MSG_END2_SYMBOL '\r' |
| |
| #define | RCP2_MSG_ESCAPE_SYMBOL '\\' |
| |
| #define | RCP2_PARSER_OK 0 |
| |
| #define | RCP2_PARSER_NO_HEADER -1 |
| |
| #define | RCP2_PARSER_NO_CHECKSUM -2 |
| |
| #define | RCP2_PARSER_CHECKSUM_MISSMATCH -3 |
| |
| #define | RCP2_PARSER_WRONG_ID -4 |
| |
| #define | RCP2_PARSER_NO_PARAMETER -5 |
| |
| #define | RCP2_PARSER_NO_VALUE -6 |
| |
| #define | RCP2_PARSER_BUFFER_FULL -7 |
| |
| #define | RCP2_PARSER_BUFFER_END -8 |
| |
| #define | RCP2_PARSER_NO_COMMAND -9 |
| |
| #define | RCP2_PARSER_INCOMPLETE_PACKET -10 |
| |
| #define | RCP2_PARSER_TOO_MANY_ARGS -11 |
| |
| #define | RCP2_PARSER_MALFORMED -12 |
| |
| #define | RCP2_PARSER_FIELD_TOO_LARGE -13 |
| |
| #define | RCP2_PARSER_FIELD_NO_BYTES -14 |
| |
| #define | RCP2_CMD_SET 'S' /* Set command */ |
| |
| #define | RCP2_CMD_GET 'G' /* Get command */ |
| |
| #define | RCP2_CMD_CURRENT 'C' /* Current command */ |
| |
| #define | RCP2_CMD_SET_LIST 'T' /* Set List command */ |
| |
| #define | RCP2_CMD_GET_LIST 'H' /* Get List command */ |
| |
| #define | RCP2_CMD_CURRENT_LIST 'D' /* Current List command */ |
| |
| #define | RCP2_CMD_SET_RELATIVE 'U' /* Set Relative command */ |
| |
| #define | RCP2_CMD_SET_LIST_RELATIVE 'V' /* Set List Relative command */ |
| |
| #define | RCP2_CMD_GET_PERIODIC 'I' /* Get Periodic command - used to turn periodic updates on/off */ |
| |
| #define | RCP2_CMD_GET_DEFAULT 'J' /* Get default command */ |
| |
| #define | RCP2_CMD_CURRENT_DEFAULT 'E' /* Current default command */ |
| |
| #define | RCP2_CMD_FAIL 'F' /* Fail */ |
| |
| #define | RCP_API_CLIP_LIST_H |
| |
| #define | RCP_API_MENU_H |
| |
| #define | RCP_API_NOTIFICATIONS_H |
| |
| #define | RCP_API_PARAM_DEF_H |
| |
| #define | V(major, minor) {major, minor} |
| |
| #define | VER_NONE() V(0, 0) |
| |
| #define | VER_MIN(major, minor) VER_RANGE(V(major, minor), VER_NONE()) |
| |
| #define | VER_MAX(major, minor) VER_RANGE(VER_NONE(), V(major, minor)) |
| |
| #define | VER_RANGE(min, max) {min, max} |
| |
| #define | VER_RANGE_NONE() VER_RANGE(VER_NONE(), VER_NONE()) |
| |
| #define | RCP_SGC(m) m, m, m, NULL |
| |
| #define | RCP_SC(m) m, NULL, m, NULL |
| |
| #define | RCP_S(m) m, NULL, NULL, NULL |
| |
| #define | RCP_GC(m) NULL, m, m, NULL |
| |
| #define | RCP_GC2(m, n) NULL, m, n, NULL |
| |
| #define | RCP_C(m) NULL, NULL, m, NULL |
| |
| #define | RCP_IC(m) NULL, NULL, m, m |
| |
| #define | RCP_NONE() NULL, NULL, NULL, NULL |
| |
| #define | RCP_REL(m, version_range) m, version_range |
| |
| #define | RCP_REL_NONE() NULL, VER_RANGE_NONE() |
| |
| #define | RCP_LIST_REL(m, version_range) m, version_range |
| |
| #define | RCP_LIST_REL_NONE() NULL, VER_RANGE_NONE() |
| |
| #define | RCP_TGT_SGC(m, version_range) m, m, m, version_range |
| |
| #define | RCP_TGT_NONE() NULL, NULL, NULL, VER_RANGE_NONE() |
| |
| #define | RCP_LIST_SGC(m) m, m, m |
| |
| #define | RCP_LIST_GC(m) NULL, m, m |
| |
| #define | RCP_LIST_S(m) m, NULL, NULL |
| |
| #define | RCP_LIST_NONE() NULL, NULL, NULL |
| |
| #define | RCP_MIN(m) m |
| |
| #define | RCP_MIN_NONE() RCP_PARAM_COUNT |
| |
| #define | RCP_MAX(m) m |
| |
| #define | RCP_MAX_NONE() RCP_PARAM_COUNT |
| |
| #define | PARAM_NOR(s) s, 0, 0, RCP_PARAM_COUNT, 0, #s |
| |
| #define | PARAM_IDX(s, i, l, m) s ## _ ## i, 1, i, l, m, #s "_" #i |
| |
| #define | LABEL(l) l, NULL |
| |
| #define | LABEL_FP(fp) NULL, fp |
| |
| #define | CACHE_NONE 0, 0, 0 |
| |
| #define | CACHE_VAL 1, 1, 0 |
| |
| #define | CACHE_LIST 0, 0, 1 |
| |
| #define | CACHE_VAL_LIST 1, 1, 1 |
| |
| #define | UPDATE_LIST_ON_CHANGE 0 |
| |
| #define | UPDATE_LIST_ON_CLOSE 1 |
| |
| #define | ENABLED_IN_REC(x) x |
| |
| #define | ENABLED_IN_PAT(x) x |
| |
| #define | ENABLED_IN_MAG(x) x |
| |
| #define | ENABLED_IN_RAWPB(x) x |
| |
| #define | ENABLED_IN_BAKEDPB(x) x |
| |
| #define | ENABLED_IN_RAW(x) x |
| |
| #define | ENABLED_IN_ACES(x) x |
| |
| #define | ENABLED_IN_PREVIEW(x) x |
| |
| #define | ALWAYS_ENABLED ENABLED_IN_REC(1), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | ALWAYS_DISABLED ENABLED_IN_REC(0), ENABLED_IN_PAT(0), ENABLED_IN_MAG(0), ENABLED_IN_RAWPB(0), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(0), ENABLED_IN_ACES(0), ENABLED_IN_PREVIEW(0) |
| |
| #define | DISABLED_IN_MAG ENABLED_IN_REC(1), ENABLED_IN_PAT(1), ENABLED_IN_MAG(0), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PAT ENABLED_IN_REC(1), ENABLED_IN_PAT(0), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PAT_BAKEDPB ENABLED_IN_REC(1), ENABLED_IN_PAT(0), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PAT_MAG ENABLED_IN_REC(1), ENABLED_IN_PAT(0), ENABLED_IN_MAG(0), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PAT_PB ENABLED_IN_REC(1), ENABLED_IN_PAT(0), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(0), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC ENABLED_IN_REC(0), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC_MAG ENABLED_IN_REC(0), ENABLED_IN_PAT(1), ENABLED_IN_MAG(0), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC_PAT ENABLED_IN_REC(0), ENABLED_IN_PAT(0), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC_PAT_MAG ENABLED_IN_REC(0), ENABLED_IN_PAT(0), ENABLED_IN_MAG(0), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC_PAT_MAG_PB ENABLED_IN_REC(0), ENABLED_IN_PAT(0), ENABLED_IN_MAG(0), ENABLED_IN_RAWPB(0), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC_PAT_PB ENABLED_IN_REC(0), ENABLED_IN_PAT(0), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(0), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC_PB ENABLED_IN_REC(0), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(0), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC_BAKEDPB ENABLED_IN_REC(0), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PB ENABLED_IN_REC(1), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(0), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_RAW ENABLED_IN_REC(1), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(0), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_ACES ENABLED_IN_REC(1), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(0), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_ACES_RAW ENABLED_IN_REC(1), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(0), ENABLED_IN_ACES(0), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PAT_BAKEDPB_RAW ENABLED_IN_REC(1), ENABLED_IN_PAT(0), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(0), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PAT_BAKEDPB_ACES_RAW ENABLED_IN_REC(1), ENABLED_IN_PAT(0), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(0), ENABLED_IN_ACES(0), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_REC_PAT_MAG_PB_RAW ENABLED_IN_REC(0), ENABLED_IN_PAT(0), ENABLED_IN_MAG(0), ENABLED_IN_RAWPB(0), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(0), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PAT_PB_RAW ENABLED_IN_REC(1), ENABLED_IN_PAT(0), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(0), ENABLED_IN_BAKEDPB(0), ENABLED_IN_RAW(0), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(1) |
| |
| #define | DISABLED_IN_PREVIEW ENABLED_IN_REC(1), ENABLED_IN_PAT(1), ENABLED_IN_MAG(1), ENABLED_IN_RAWPB(1), ENABLED_IN_BAKEDPB(1), ENABLED_IN_RAW(1), ENABLED_IN_ACES(1), ENABLED_IN_PREVIEW(0) |
| |
| #define | HW_CAP(cap) HW_CAP_ ## cap |
| |
| #define | HW_CAP__ HW_CAP_COUNT |
| |
| #define | COLOR_SCIENCE(cs) COLOR_SCIENCE_ ## cs |
| |
| #define | COLOR_SCIENCE__ COLOR_SCIENCE_COUNT |
| |
| #define | EDIT_INFO(e) (void *) &e, NULL |
| |
| #define | EDIT_INFO_FP(fp) NULL, fp |
| |
| #define | EDIT_INFO_NONE() NULL, NULL |
| |
| #define | RCP_API_RFTP_H |
| |
| #define | RCP_API_CAMERA_CONNECTION_H |
| |
| #define | RCP_API_AUDIO_VU_H |
| |
| #define | RCP_API_GET_H |
| |
| #define | DECORATED_STRING_H |
| |
| #define | STRINGL_H |
| |
| #define | RCP_API_ERROR_H |
| |
| #define | RCP_API_LOG_H |
| |
| #define | _rcp_log_error(C, ...) _rcp_log(__FILE__, __func__, __LINE__, RCP_LOG_ERROR, C, __VA_ARGS__) |
| |
| #define | _rcp_log_warning(C, ...) _rcp_log(__FILE__, __func__, __LINE__, RCP_LOG_WARNING, C, __VA_ARGS__) |
| |
| #define | _rcp_log_info(C, ...) _rcp_log(__FILE__, __func__, __LINE__, RCP_LOG_INFO, C, __VA_ARGS__) |
| |
| #define | _rcp_log_debug(C, ...) _rcp_log(__FILE__, __func__, __LINE__, RCP_LOG_DEBUG, C, __VA_ARGS__) |
| |
| #define | RCP_API_STATE_H |
| |
| #define | RCP_API_UTILS_H |
| |
| #define | RCP_STR_LEN_FOR_INT32 12 /* allow for -2147483648 - 2147483647 plus NULL */ |
| |
| #define | RCP_STR_LEN_FOR_UINT32 11 /* allow for 0 - 4294967295 plus NULL */ |
| |
| #define | RCP_STR_LEN_FOR_INT64 21 /* allow for -9223372036854775807 - 9223372036854775807 plus NULL */ |
| |
| #define | RCP_API_UUID |
| |
| #define | RCP_API_SEND_CLIENT_ID |
| |
| #define | RCP_API_PACKET |
| |
| #define | RCP_API_SET_STR_H |
| |
| #define | RCP_PARAMETER_TYPES_PUBLIC_HEADER |
| |
| #define | RCP_AEEVSHFT_MSG_INT "AEEVSHFT" |
| |
| #define | RCP_AEEVSHFT_MSG_LIST_PTR "AEEVSHFT" |
| |
| #define | RCP_AEEVSHFT_MSG_LIST_REL "AEEVSHFT" |
| |
| #define | RCP_AEEXPRI_MSG_INT "AEEXPRI" |
| |
| #define | RCP_AEEXPRI_MSG_LIST_PTR "AEEXPRI" |
| |
| #define | RCP_AELOCKAP_MSG_INT "AELOCKAP" |
| |
| #define | RCP_AELOCKEX_MSG_INT "AELOCKEX" |
| |
| #define | RCP_AEMETERM_MSG_INT "AEMETERM" |
| |
| #define | RCP_AEMETERM_MSG_LIST_PTR "AEMETERM" |
| |
| #define | RCP_AEMODE_MSG_INT "AEMODE" |
| |
| #define | RCP_AEMODE_MSG_LIST_PTR "AEMODE" |
| |
| #define | RCP_AESELECT_MSG_INT "AESELECT" |
| |
| #define | RCP_AESELECT_MSG_LIST_PTR "AESELECT" |
| |
| #define | RCP_AESPEED_MSG_INT "AESPEED" |
| |
| #define | RCP_AESPEED_MSG_LIST_PTR "AESPEED" |
| |
| #define | RCP_AFENCONS_MSG_INT "AFENCONS" |
| |
| #define | RCP_AFENCONS_MSG_LIST_PTR "AFENCONS" |
| |
| #define | RCP_AFENHMON_MSG_INT "AFENHMON" |
| |
| #define | RCP_AFENHMON_MSG_LIST_PTR "AFENHMON" |
| |
| #define | RCP_AFENHNCD_MSG_INT "AFENHNCD" |
| |
| #define | RCP_AFMODE_MSG_INT "AFMODE" |
| |
| #define | RCP_AFMODE_MSG_LIST_PTR "AFMODE" |
| |
| #define | RCP_AFRCKSEL_MSG_INT "AFRCKSEL" |
| |
| #define | RCP_AFRCKSEL_MSG_REL "AFRCKSEL" |
| |
| #define | RCP_AFSIZE_MSG_INT "AFSIZE" |
| |
| #define | RCP_AFSIZE_MSG_LIST_PTR "AFSIZE" |
| |
| #define | RCP_AFWPOSC "AFWPOSC" |
| |
| #define | RCP_AFWPOSX_MSG_INT "AFWPOSX" |
| |
| #define | RCP_AFWPOSX_MSG_REL "AFWPOSX" |
| |
| #define | RCP_AFWPOSY_MSG_INT "AFWPOSY" |
| |
| #define | RCP_AFWPOSY_MSG_REL "AFWPOSY" |
| |
| #define | RCP_AFZONE_MSG_INT "AFZONE" |
| |
| #define | RCP_AFZONE_MSG_LIST_PTR "AFZONE" |
| |
| #define | RCP_AWBMODE_MSG_INT "AWBMODE" |
| |
| #define | RCP_HCFOCUS_MSG_UINT "HCFOCUS" |
| |
| #define | RCP_HCFOCUS_MSG_REL "HCFOCUS" |
| |
| #define | RCP_HCIRIS_MSG_UINT "HCIRIS" |
| |
| #define | RCP_HCIRIS_MSG_REL "HCIRIS" |
| |
| #define | RCP_HCREINIT_MSG_UINT "HCREINIT" |
| |
| #define | RCP_HCZOOM_MSG_UINT "HCZOOM" |
| |
| #define | RCP_HCZOOM_MSG_REL "HCZOOM" |
| |
| #define | RCP_AINSR1ST_MSG_STR_PTR "AINSR1ST" |
| |
| #define | RCP_AINSR2ST_MSG_STR_PTR "AINSR2ST" |
| |
| #define | RCP_AINSR3ST_MSG_STR_PTR "AINSR3ST" |
| |
| #define | RCP_AINSR4ST_MSG_STR_PTR "AINSR4ST" |
| |
| #define | RCP_BWFENABL_MSG_INT "BWFENABL" |
| |
| #define | RCP_BWFVALID_MSG_INT "BWFVALID" |
| |
| #define | RCP_CH12ILNK_MSG_INT "CH12ILNK" |
| |
| #define | RCP_CH12OLNK_MSG_INT "CH12OLNK" |
| |
| #define | RCP_CH12ONME_MSG_STR_PTR "CH12ONME" |
| |
| #define | RCP_CH12SRC_MSG_INT "CH12SRC" |
| |
| #define | RCP_CH12SRC_MSG_LIST_PTR "CH12SRC" |
| |
| #define | RCP_CH12ST_MSG_INT "CH12ST" |
| |
| #define | RCP_CH1GAIN_MSG_INT "CH1GAIN" |
| |
| #define | RCP_CH1GAIN_MSG_LIST_PTR "CH1GAIN" |
| |
| #define | RCP_CH1GAIN_MSG_REL "CH1GAIN" |
| |
| #define | RCP_CH1LIMIT_MSG_INT "CH1LIMIT" |
| |
| #define | RCP_CH1LIMPR_MSG_INT "CH1LIMPR" |
| |
| #define | RCP_CH1MODE_MSG_INT "CH1MODE" |
| |
| #define | RCP_CH1MODE_MSG_LIST_PTR "CH1MODE" |
| |
| #define | RCP_CH1MUTE_MSG_INT "CH1MUTE" |
| |
| #define | RCP_CH1NAME_MSG_STR_PTR "CH1NAME" |
| |
| #define | RCP_CH1VOL_MSG_INT "CH1VOL" |
| |
| #define | RCP_CH1VOL_MSG_LIST_PTR "CH1VOL" |
| |
| #define | RCP_CH1_48V_MSG_INT "CH1_48V" |
| |
| #define | RCP_CH1_48VP_MSG_INT "CH1_48VP" |
| |
| #define | RCP_CH2GAIN_MSG_INT "CH2GAIN" |
| |
| #define | RCP_CH2GAIN_MSG_LIST_PTR "CH2GAIN" |
| |
| #define | RCP_CH2GAIN_MSG_REL "CH2GAIN" |
| |
| #define | RCP_CH2LIMIT_MSG_INT "CH2LIMIT" |
| |
| #define | RCP_CH2LIMPR_MSG_INT "CH2LIMPR" |
| |
| #define | RCP_CH2MODE_MSG_INT "CH2MODE" |
| |
| #define | RCP_CH2MODE_MSG_LIST_PTR "CH2MODE" |
| |
| #define | RCP_CH2MUTE_MSG_INT "CH2MUTE" |
| |
| #define | RCP_CH2NAME_MSG_STR_PTR "CH2NAME" |
| |
| #define | RCP_CH2VOL_MSG_INT "CH2VOL" |
| |
| #define | RCP_CH2VOL_MSG_LIST_PTR "CH2VOL" |
| |
| #define | RCP_CH2_48V_MSG_INT "CH2_48V" |
| |
| #define | RCP_CH2_48VP_MSG_INT "CH2_48VP" |
| |
| #define | RCP_CH34ILNK_MSG_INT "CH34ILNK" |
| |
| #define | RCP_CH34OLNK_MSG_INT "CH34OLNK" |
| |
| #define | RCP_CH34ONME_MSG_STR_PTR "CH34ONME" |
| |
| #define | RCP_CH34SRC_MSG_INT "CH34SRC" |
| |
| #define | RCP_CH34SRC_MSG_LIST_PTR "CH34SRC" |
| |
| #define | RCP_CH34ST_MSG_INT "CH34ST" |
| |
| #define | RCP_CH3GAIN_MSG_INT "CH3GAIN" |
| |
| #define | RCP_CH3GAIN_MSG_LIST_PTR "CH3GAIN" |
| |
| #define | RCP_CH3GAIN_MSG_REL "CH3GAIN" |
| |
| #define | RCP_CH3LIMIT_MSG_INT "CH3LIMIT" |
| |
| #define | RCP_CH3LIMPR_MSG_INT "CH3LIMPR" |
| |
| #define | RCP_CH3MODE_MSG_INT "CH3MODE" |
| |
| #define | RCP_CH3MODE_MSG_LIST_PTR "CH3MODE" |
| |
| #define | RCP_CH3NAME_MSG_STR_PTR "CH3NAME" |
| |
| #define | RCP_CH3VOL_MSG_INT "CH3VOL" |
| |
| #define | RCP_CH3VOL_MSG_LIST_PTR "CH3VOL" |
| |
| #define | RCP_CH3_48V_MSG_INT "CH3_48V" |
| |
| #define | RCP_CH3_48VP_MSG_INT "CH3_48VP" |
| |
| #define | RCP_CH4GAIN_MSG_INT "CH4GAIN" |
| |
| #define | RCP_CH4GAIN_MSG_LIST_PTR "CH4GAIN" |
| |
| #define | RCP_CH4GAIN_MSG_REL "CH4GAIN" |
| |
| #define | RCP_CH4LIMIT_MSG_INT "CH4LIMIT" |
| |
| #define | RCP_CH4LIMPR_MSG_INT "CH4LIMPR" |
| |
| #define | RCP_CH4MODE_MSG_INT "CH4MODE" |
| |
| #define | RCP_CH4MODE_MSG_LIST_PTR "CH4MODE" |
| |
| #define | RCP_CH4NAME_MSG_STR_PTR "CH4NAME" |
| |
| #define | RCP_CH4VOL_MSG_INT "CH4VOL" |
| |
| #define | RCP_CH4VOL_MSG_LIST_PTR "CH4VOL" |
| |
| #define | RCP_CH4_48V_MSG_INT "CH4_48V" |
| |
| #define | RCP_CH4_48VP_MSG_INT "CH4_48VP" |
| |
| #define | RCP_CH56ONME_MSG_STR_PTR "CH56ONME" |
| |
| #define | RCP_MIX12PN1_MSG_INT "MIX12PN1" |
| |
| #define | RCP_MIX12PN1_MSG_LIST_PTR "MIX12PN1" |
| |
| #define | RCP_MIX12PN2_MSG_INT "MIX12PN2" |
| |
| #define | RCP_MIX12PN2_MSG_LIST_PTR "MIX12PN2" |
| |
| #define | RCP_MIX12PN3_MSG_INT "MIX12PN3" |
| |
| #define | RCP_MIX12PN3_MSG_LIST_PTR "MIX12PN3" |
| |
| #define | RCP_MIX12PN4_MSG_INT "MIX12PN4" |
| |
| #define | RCP_MIX12PN4_MSG_LIST_PTR "MIX12PN4" |
| |
| #define | RCP_MIX12VL1_MSG_INT "MIX12VL1" |
| |
| #define | RCP_MIX12VL1_MSG_LIST_PTR "MIX12VL1" |
| |
| #define | RCP_MIX12VL2_MSG_INT "MIX12VL2" |
| |
| #define | RCP_MIX12VL2_MSG_LIST_PTR "MIX12VL2" |
| |
| #define | RCP_MIX12VL3_MSG_INT "MIX12VL3" |
| |
| #define | RCP_MIX12VL3_MSG_LIST_PTR "MIX12VL3" |
| |
| #define | RCP_MIX12VL4_MSG_INT "MIX12VL4" |
| |
| #define | RCP_MIX12VL4_MSG_LIST_PTR "MIX12VL4" |
| |
| #define | RCP_MIX34PN1_MSG_INT "MIX34PN1" |
| |
| #define | RCP_MIX34PN1_MSG_LIST_PTR "MIX34PN1" |
| |
| #define | RCP_MIX34PN2_MSG_INT "MIX34PN2" |
| |
| #define | RCP_MIX34PN2_MSG_LIST_PTR "MIX34PN2" |
| |
| #define | RCP_MIX34PN3_MSG_INT "MIX34PN3" |
| |
| #define | RCP_MIX34PN3_MSG_LIST_PTR "MIX34PN3" |
| |
| #define | RCP_MIX34PN4_MSG_INT "MIX34PN4" |
| |
| #define | RCP_MIX34PN4_MSG_LIST_PTR "MIX34PN4" |
| |
| #define | RCP_MIX34VL1_MSG_INT "MIX34VL1" |
| |
| #define | RCP_MIX34VL1_MSG_LIST_PTR "MIX34VL1" |
| |
| #define | RCP_MIX34VL2_MSG_INT "MIX34VL2" |
| |
| #define | RCP_MIX34VL2_MSG_LIST_PTR "MIX34VL2" |
| |
| #define | RCP_MIX34VL3_MSG_INT "MIX34VL3" |
| |
| #define | RCP_MIX34VL3_MSG_LIST_PTR "MIX34VL3" |
| |
| #define | RCP_MIX34VL4_MSG_INT "MIX34VL4" |
| |
| #define | RCP_MIX34VL4_MSG_LIST_PTR "MIX34VL4" |
| |
| #define | RCP_MIXHDPN1_MSG_INT "MIXHDPN1" |
| |
| #define | RCP_MIXHDPN1_MSG_LIST_PTR "MIXHDPN1" |
| |
| #define | RCP_MIXHDPN2_MSG_INT "MIXHDPN2" |
| |
| #define | RCP_MIXHDPN2_MSG_LIST_PTR "MIXHDPN2" |
| |
| #define | RCP_MIXHDPN3_MSG_INT "MIXHDPN3" |
| |
| #define | RCP_MIXHDPN3_MSG_LIST_PTR "MIXHDPN3" |
| |
| #define | RCP_MIXHDPN4_MSG_INT "MIXHDPN4" |
| |
| #define | RCP_MIXHDPN4_MSG_LIST_PTR "MIXHDPN4" |
| |
| #define | RCP_MIXHDVL1_MSG_INT "MIXHDVL1" |
| |
| #define | RCP_MIXHDVL1_MSG_LIST_PTR "MIXHDVL1" |
| |
| #define | RCP_MIXHDVL2_MSG_INT "MIXHDVL2" |
| |
| #define | RCP_MIXHDVL2_MSG_LIST_PTR "MIXHDVL2" |
| |
| #define | RCP_MIXHDVL3_MSG_INT "MIXHDVL3" |
| |
| #define | RCP_MIXHDVL3_MSG_LIST_PTR "MIXHDVL3" |
| |
| #define | RCP_MIXHDVL4_MSG_INT "MIXHDVL4" |
| |
| #define | RCP_MIXHDVL4_MSG_LIST_PTR "MIXHDVL4" |
| |
| #define | RCP_VUSRC_MSG_INT "VUSRC" |
| |
| #define | RCP_VUSRC_MSG_LIST_PTR "VUSRC" |
| |
| #define | RCP_HDRFACT_MSG_INT "HDRFACT" |
| |
| #define | RCP_HDRFACT_MSG_LIST_PTR "HDRFACT" |
| |
| #define | RCP_HDRMODE_MSG_INT "HDRMODE" |
| |
| #define | RCP_HDRMODE_MSG_LIST_PTR "HDRMODE" |
| |
| #define | RCP_OGTMODE_MSG_INT "OGTMODE" |
| |
| #define | RCP_OGTMODE_MSG_LIST_PTR "OGTMODE" |
| |
| #define | RCP_OGTSTATE_MSG_INT "OGTSTATE" |
| |
| #define | RCP_SHANGLE_MSG_INT "SHANGLE" |
| |
| #define | RCP_SHANGLE_MSG_LIST_PTR "SHANGLE" |
| |
| #define | RCP_SHANGLET_MSG_INT "SHANGLET" |
| |
| #define | RCP_SHDISP_MSG_INT "SHDISP" |
| |
| #define | RCP_SHDISP_MSG_LIST_PTR "SHDISP" |
| |
| #define | RCP_SHMODE_MSG_INT "SHMODE" |
| |
| #define | RCP_SHMODE_MSG_LIST_PTR "SHMODE" |
| |
| #define | RCP_SHTIME_MSG_INT "SHTIME" |
| |
| #define | RCP_SHTIME_MSG_LIST_PTR "SHTIME" |
| |
| #define | RCP_SHTIME_MSG_LIST_REL "SHTIME" |
| |
| #define | RCP_SHTIMET_MSG_INT "SHTIMET" |
| |
| #define | RCP_BCURVE_MSG_STR_PTR "BCURVE" |
| |
| #define | RCP_BCURVEDX_MSG_INT "BCURVEDX" |
| |
| #define | RCP_BCURVEDX_MSG_REL "BCURVEDX" |
| |
| #define | RCP_BCURVEDY_MSG_INT "BCURVEDY" |
| |
| #define | RCP_BCURVEDY_MSG_REL "BCURVEDY" |
| |
| #define | RCP_BCURVEHX_MSG_INT "BCURVEHX" |
| |
| #define | RCP_BCURVEHX_MSG_REL "BCURVEHX" |
| |
| #define | RCP_BCURVEHY_MSG_INT "BCURVEHY" |
| |
| #define | RCP_BCURVEHY_MSG_REL "BCURVEHY" |
| |
| #define | RCP_BCURVELX_MSG_INT "BCURVELX" |
| |
| #define | RCP_BCURVELX_MSG_REL "BCURVELX" |
| |
| #define | RCP_BCURVELY_MSG_INT "BCURVELY" |
| |
| #define | RCP_BCURVELY_MSG_REL "BCURVELY" |
| |
| #define | RCP_BCURVEMX_MSG_INT "BCURVEMX" |
| |
| #define | RCP_BCURVEMX_MSG_REL "BCURVEMX" |
| |
| #define | RCP_BCURVEMY_MSG_INT "BCURVEMY" |
| |
| #define | RCP_BCURVEMY_MSG_REL "BCURVEMY" |
| |
| #define | RCP_BCURVESX_MSG_INT "BCURVESX" |
| |
| #define | RCP_BCURVESX_MSG_REL "BCURVESX" |
| |
| #define | RCP_BCURVESY_MSG_INT "BCURVESY" |
| |
| #define | RCP_BCURVESY_MSG_REL "BCURVESY" |
| |
| #define | RCP_BGAIN_MSG_INT "BGAIN" |
| |
| #define | RCP_BGAIN_MSG_LIST_PTR "BGAIN" |
| |
| #define | RCP_BGAIN_MSG_REL "BGAIN" |
| |
| #define | RCP_BGAMMA_MSG_INT "BGAMMA" |
| |
| #define | RCP_BGAMMA_MSG_LIST_PTR "BGAMMA" |
| |
| #define | RCP_BGAMMA_MSG_REL "BGAMMA" |
| |
| #define | RCP_BLIFT_MSG_INT "BLIFT" |
| |
| #define | RCP_BLIFT_MSG_LIST_PTR "BLIFT" |
| |
| #define | RCP_BLIFT_MSG_REL "BLIFT" |
| |
| #define | RCP_BLUEG_MSG_INT "BLUEG" |
| |
| #define | RCP_BLUEG_MSG_LIST_PTR "BLUEG" |
| |
| #define | RCP_BLUEG_MSG_REL "BLUEG" |
| |
| #define | RCP_BOFFSET_MSG_INT "BOFFSET" |
| |
| #define | RCP_BOFFSET_MSG_LIST_PTR "BOFFSET" |
| |
| #define | RCP_BOFFSET_MSG_REL "BOFFSET" |
| |
| #define | RCP_BPOWER_MSG_INT "BPOWER" |
| |
| #define | RCP_BPOWER_MSG_LIST_PTR "BPOWER" |
| |
| #define | RCP_BPOWER_MSG_REL "BPOWER" |
| |
| #define | RCP_BRIGHT_MSG_INT "BRIGHT" |
| |
| #define | RCP_BRIGHT_MSG_LIST_PTR "BRIGHT" |
| |
| #define | RCP_BSLOPE_MSG_INT "BSLOPE" |
| |
| #define | RCP_BSLOPE_MSG_LIST_PTR "BSLOPE" |
| |
| #define | RCP_BSLOPE_MSG_REL "BSLOPE" |
| |
| #define | RCP_CMATBB_MSG_INT "CMATBB" |
| |
| #define | RCP_CMATBB_MSG_REL "CMATBB" |
| |
| #define | RCP_CMATBG_MSG_INT "CMATBG" |
| |
| #define | RCP_CMATBG_MSG_REL "CMATBG" |
| |
| #define | RCP_CMATBR_MSG_INT "CMATBR" |
| |
| #define | RCP_CMATBR_MSG_REL "CMATBR" |
| |
| #define | RCP_CMATGB_MSG_INT "CMATGB" |
| |
| #define | RCP_CMATGB_MSG_REL "CMATGB" |
| |
| #define | RCP_CMATGG_MSG_INT "CMATGG" |
| |
| #define | RCP_CMATGG_MSG_REL "CMATGG" |
| |
| #define | RCP_CMATGR_MSG_INT "CMATGR" |
| |
| #define | RCP_CMATGR_MSG_REL "CMATGR" |
| |
| #define | RCP_CMATRB_MSG_INT "CMATRB" |
| |
| #define | RCP_CMATRB_MSG_REL "CMATRB" |
| |
| #define | RCP_CMATRG_MSG_INT "CMATRG" |
| |
| #define | RCP_CMATRG_MSG_REL "CMATRG" |
| |
| #define | RCP_CMATRR_MSG_INT "CMATRR" |
| |
| #define | RCP_CMATRR_MSG_REL "CMATRR" |
| |
| #define | RCP_COLTMP_MSG_INT "COLTMP" |
| |
| #define | RCP_COLTMP_MSG_LIST_PTR "COLTMP" |
| |
| #define | RCP_COLTMP_MSG_REL "COLTMP" |
| |
| #define | RCP_COLTMP_MSG_LIST_REL "COLTMP" |
| |
| #define | RCP_COLTMPP_MSG_INT "COLTMPP" |
| |
| #define | RCP_COLTMPP_MSG_LIST_PTR "COLTMPP" |
| |
| #define | RCP_CONTRST_MSG_INT "CONTRST" |
| |
| #define | RCP_CONTRST_MSG_LIST_PTR "CONTRST" |
| |
| #define | RCP_CSATURAT_MSG_INT "CSATURAT" |
| |
| #define | RCP_CSATURAT_MSG_LIST_PTR "CSATURAT" |
| |
| #define | RCP_CSATURAT_MSG_REL "CSATURAT" |
| |
| #define | RCP_CSPACE_MSG_INT "CSPACE" |
| |
| #define | RCP_CSPACE_MSG_LIST_PTR "CSPACE" |
| |
| #define | RCP_DEVCON_MSG_INT "DEVCON" |
| |
| #define | RCP_DEVCON_MSG_LIST_PTR "DEVCON" |
| |
| #define | RCP_EXPCOMP_MSG_INT "EXPCOMP" |
| |
| #define | RCP_EXPCOMP_MSG_LIST_PTR "EXPCOMP" |
| |
| #define | RCP_FLUT_MSG_INT "FLUT" |
| |
| #define | RCP_FLUT_MSG_LIST_PTR "FLUT" |
| |
| #define | RCP_FLUT_MSG_REL "FLUT" |
| |
| #define | RCP_FRSHARP_MSG_INT "FRSHARP" |
| |
| #define | RCP_FRSHARP_MSG_LIST_PTR "FRSHARP" |
| |
| #define | RCP_GCURVE_MSG_STR_PTR "GCURVE" |
| |
| #define | RCP_GCURVEDX_MSG_INT "GCURVEDX" |
| |
| #define | RCP_GCURVEDX_MSG_REL "GCURVEDX" |
| |
| #define | RCP_GCURVEDY_MSG_INT "GCURVEDY" |
| |
| #define | RCP_GCURVEDY_MSG_REL "GCURVEDY" |
| |
| #define | RCP_GCURVEHX_MSG_INT "GCURVEHX" |
| |
| #define | RCP_GCURVEHX_MSG_REL "GCURVEHX" |
| |
| #define | RCP_GCURVEHY_MSG_INT "GCURVEHY" |
| |
| #define | RCP_GCURVEHY_MSG_REL "GCURVEHY" |
| |
| #define | RCP_GCURVELX_MSG_INT "GCURVELX" |
| |
| #define | RCP_GCURVELX_MSG_REL "GCURVELX" |
| |
| #define | RCP_GCURVELY_MSG_INT "GCURVELY" |
| |
| #define | RCP_GCURVELY_MSG_REL "GCURVELY" |
| |
| #define | RCP_GCURVEMX_MSG_INT "GCURVEMX" |
| |
| #define | RCP_GCURVEMX_MSG_REL "GCURVEMX" |
| |
| #define | RCP_GCURVEMY_MSG_INT "GCURVEMY" |
| |
| #define | RCP_GCURVEMY_MSG_REL "GCURVEMY" |
| |
| #define | RCP_GCURVESX_MSG_INT "GCURVESX" |
| |
| #define | RCP_GCURVESX_MSG_REL "GCURVESX" |
| |
| #define | RCP_GCURVESY_MSG_INT "GCURVESY" |
| |
| #define | RCP_GCURVESY_MSG_REL "GCURVESY" |
| |
| #define | RCP_GGAIN_MSG_INT "GGAIN" |
| |
| #define | RCP_GGAIN_MSG_LIST_PTR "GGAIN" |
| |
| #define | RCP_GGAIN_MSG_REL "GGAIN" |
| |
| #define | RCP_GGAMMA_MSG_INT "GGAMMA" |
| |
| #define | RCP_GGAMMA_MSG_LIST_PTR "GGAMMA" |
| |
| #define | RCP_GGAMMA_MSG_REL "GGAMMA" |
| |
| #define | RCP_GLIFT_MSG_INT "GLIFT" |
| |
| #define | RCP_GLIFT_MSG_LIST_PTR "GLIFT" |
| |
| #define | RCP_GLIFT_MSG_REL "GLIFT" |
| |
| #define | RCP_GOFFSET_MSG_INT "GOFFSET" |
| |
| #define | RCP_GOFFSET_MSG_LIST_PTR "GOFFSET" |
| |
| #define | RCP_GOFFSET_MSG_REL "GOFFSET" |
| |
| #define | RCP_GPOWER_MSG_INT "GPOWER" |
| |
| #define | RCP_GPOWER_MSG_LIST_PTR "GPOWER" |
| |
| #define | RCP_GPOWER_MSG_REL "GPOWER" |
| |
| #define | RCP_GREENG_MSG_INT "GREENG" |
| |
| #define | RCP_GREENG_MSG_LIST_PTR "GREENG" |
| |
| #define | RCP_GREENG_MSG_REL "GREENG" |
| |
| #define | RCP_GSLOPE_MSG_INT "GSLOPE" |
| |
| #define | RCP_GSLOPE_MSG_LIST_PTR "GSLOPE" |
| |
| #define | RCP_GSLOPE_MSG_REL "GSLOPE" |
| |
| #define | RCP_GSPACE_MSG_INT "GSPACE" |
| |
| #define | RCP_GSPACE_MSG_LIST_PTR "GSPACE" |
| |
| #define | RCP_HDMIMUX_MSG_INT "HDMIMUX" |
| |
| #define | RCP_HDMIMUX_MSG_LIST_PTR "HDMIMUX" |
| |
| #define | RCP_HDRXMONX_MSG_INT "HDRXMONX" |
| |
| #define | RCP_HDRXMONX_MSG_LIST_PTR "HDRXMONX" |
| |
| #define | RCP_ISO_MSG_INT "ISO" |
| |
| #define | RCP_ISO_MSG_LIST_PTR "ISO" |
| |
| #define | RCP_ISO_MSG_LIST_REL "ISO" |
| |
| #define | RCP_ISOCAL2_MSG_INT "ISOCAL2" |
| |
| #define | RCP_LCURVE_MSG_STR_PTR "LCURVE" |
| |
| #define | RCP_LCURVEDX_MSG_INT "LCURVEDX" |
| |
| #define | RCP_LCURVEDX_MSG_REL "LCURVEDX" |
| |
| #define | RCP_LCURVEDY_MSG_INT "LCURVEDY" |
| |
| #define | RCP_LCURVEDY_MSG_REL "LCURVEDY" |
| |
| #define | RCP_LCURVEHX_MSG_INT "LCURVEHX" |
| |
| #define | RCP_LCURVEHX_MSG_REL "LCURVEHX" |
| |
| #define | RCP_LCURVEHY_MSG_INT "LCURVEHY" |
| |
| #define | RCP_LCURVEHY_MSG_REL "LCURVEHY" |
| |
| #define | RCP_LCURVELX_MSG_INT "LCURVELX" |
| |
| #define | RCP_LCURVELX_MSG_REL "LCURVELX" |
| |
| #define | RCP_LCURVELY_MSG_INT "LCURVELY" |
| |
| #define | RCP_LCURVELY_MSG_REL "LCURVELY" |
| |
| #define | RCP_LCURVEMX_MSG_INT "LCURVEMX" |
| |
| #define | RCP_LCURVEMX_MSG_REL "LCURVEMX" |
| |
| #define | RCP_LCURVEMY_MSG_INT "LCURVEMY" |
| |
| #define | RCP_LCURVEMY_MSG_REL "LCURVEMY" |
| |
| #define | RCP_LCURVESX_MSG_INT "LCURVESX" |
| |
| #define | RCP_LCURVESX_MSG_REL "LCURVESX" |
| |
| #define | RCP_LCURVESY_MSG_INT "LCURVESY" |
| |
| #define | RCP_LCURVESY_MSG_REL "LCURVESY" |
| |
| #define | RCP_LOGVWMDE_MSG_INT "LOGVWMDE" |
| |
| #define | RCP_RAWMODE_MSG_INT "RAWMODE" |
| |
| #define | RCP_RCURVE_MSG_STR_PTR "RCURVE" |
| |
| #define | RCP_RCURVEDX_MSG_INT "RCURVEDX" |
| |
| #define | RCP_RCURVEDX_MSG_REL "RCURVEDX" |
| |
| #define | RCP_RCURVEDY_MSG_INT "RCURVEDY" |
| |
| #define | RCP_RCURVEDY_MSG_REL "RCURVEDY" |
| |
| #define | RCP_RCURVEHX_MSG_INT "RCURVEHX" |
| |
| #define | RCP_RCURVEHX_MSG_REL "RCURVEHX" |
| |
| #define | RCP_RCURVEHY_MSG_INT "RCURVEHY" |
| |
| #define | RCP_RCURVEHY_MSG_REL "RCURVEHY" |
| |
| #define | RCP_RCURVELX_MSG_INT "RCURVELX" |
| |
| #define | RCP_RCURVELX_MSG_REL "RCURVELX" |
| |
| #define | RCP_RCURVELY_MSG_INT "RCURVELY" |
| |
| #define | RCP_RCURVELY_MSG_REL "RCURVELY" |
| |
| #define | RCP_RCURVEMX_MSG_INT "RCURVEMX" |
| |
| #define | RCP_RCURVEMX_MSG_REL "RCURVEMX" |
| |
| #define | RCP_RCURVEMY_MSG_INT "RCURVEMY" |
| |
| #define | RCP_RCURVEMY_MSG_REL "RCURVEMY" |
| |
| #define | RCP_RCURVESX_MSG_INT "RCURVESX" |
| |
| #define | RCP_RCURVESX_MSG_REL "RCURVESX" |
| |
| #define | RCP_RCURVESY_MSG_INT "RCURVESY" |
| |
| #define | RCP_RCURVESY_MSG_REL "RCURVESY" |
| |
| #define | RCP_REDG_MSG_INT "REDG" |
| |
| #define | RCP_REDG_MSG_LIST_PTR "REDG" |
| |
| #define | RCP_REDG_MSG_REL "REDG" |
| |
| #define | RCP_RGAIN_MSG_INT "RGAIN" |
| |
| #define | RCP_RGAIN_MSG_LIST_PTR "RGAIN" |
| |
| #define | RCP_RGAIN_MSG_REL "RGAIN" |
| |
| #define | RCP_RGAMMA_MSG_INT "RGAMMA" |
| |
| #define | RCP_RGAMMA_MSG_LIST_PTR "RGAMMA" |
| |
| #define | RCP_RGAMMA_MSG_REL "RGAMMA" |
| |
| #define | RCP_RLIFT_MSG_INT "RLIFT" |
| |
| #define | RCP_RLIFT_MSG_LIST_PTR "RLIFT" |
| |
| #define | RCP_RLIFT_MSG_REL "RLIFT" |
| |
| #define | RCP_ROFFSET_MSG_INT "ROFFSET" |
| |
| #define | RCP_ROFFSET_MSG_LIST_PTR "ROFFSET" |
| |
| #define | RCP_ROFFSET_MSG_REL "ROFFSET" |
| |
| #define | RCP_ROLLOFF_MSG_INT "ROLLOFF" |
| |
| #define | RCP_ROLLOFF_MSG_LIST_PTR "ROLLOFF" |
| |
| #define | RCP_RPOWER_MSG_INT "RPOWER" |
| |
| #define | RCP_RPOWER_MSG_LIST_PTR "RPOWER" |
| |
| #define | RCP_RPOWER_MSG_REL "RPOWER" |
| |
| #define | RCP_RSLOPE_MSG_INT "RSLOPE" |
| |
| #define | RCP_RSLOPE_MSG_LIST_PTR "RSLOPE" |
| |
| #define | RCP_RSLOPE_MSG_REL "RSLOPE" |
| |
| #define | RCP_SATURAT_MSG_INT "SATURAT" |
| |
| #define | RCP_SATURAT_MSG_LIST_PTR "SATURAT" |
| |
| #define | RCP_SATURAT_MSG_REL "SATURAT" |
| |
| #define | RCP_SHADOW_MSG_INT "SHADOW" |
| |
| #define | RCP_SHADOW_MSG_LIST_PTR "SHADOW" |
| |
| #define | RCP_SHADOW_MSG_REL "SHADOW" |
| |
| #define | RCP_TINT_MSG_INT "TINT" |
| |
| #define | RCP_TINT_MSG_LIST_PTR "TINT" |
| |
| #define | RCP_TINT_MSG_REL "TINT" |
| |
| #define | RCP_KEYACT_MSG_STR_PTR "KEYACT" |
| |
| #define | RCP_KEYCODE_MSG_INT "KEYCODE" |
| |
| #define | RCP_SELISO_MSG_INT "SELISO" |
| |
| #define | RCP_SELSH_MSG_INT "SELSH" |
| |
| #define | RCP_APERCTRL_MSG_INT "APERCTRL" |
| |
| #define | RCP_APRTR_MSG_INT "APRTR" |
| |
| #define | RCP_APRTR_MSG_LIST_PTR "APRTR" |
| |
| #define | RCP_APRTR_MSG_LIST_REL "APRTR" |
| |
| #define | RCP_APRTRFIN_MSG_INT "APRTRFIN" |
| |
| #define | RCP_APRTRT_MSG_INT "APRTRT" |
| |
| #define | RCP_AUTOPEAK_MSG_INT "AUTOPEAK" |
| |
| #define | RCP_AUTOPEAK_MSG_LIST_PTR "AUTOPEAK" |
| |
| #define | RCP_FLENGTH_MSG_INT "FLENGTH" |
| |
| #define | RCP_FLENGTH_MSG_LIST_PTR "FLENGTH" |
| |
| #define | RCP_FOCSCTRL_MSG_INT "FOCSCTRL" |
| |
| #define | RCP_FOCUS_MSG_INT "FOCUS" |
| |
| #define | RCP_FOCUS_MSG_LIST_PTR "FOCUS" |
| |
| #define | RCP_FOCUS_MSG_LIST_REL "FOCUS" |
| |
| #define | RCP_FOCUSF_MSG_INT "FOCUSF" |
| |
| #define | RCP_FOCUSN_MSG_INT "FOCUSN" |
| |
| #define | RCP_LDISPM_MSG_INT "LDISPM" |
| |
| #define | RCP_LDISPM_MSG_LIST_PTR "LDISPM" |
| |
| #define | RCP_LENSCAP_MSG_LIST_PTR "LENSCAP" |
| |
| #define | RCP_LENSFDMD_MSG_INT "LENSFDMD" |
| |
| #define | RCP_LENSFDMD_MSG_LIST_PTR "LENSFDMD" |
| |
| #define | RCP_LENSISEN_MSG_INT "LENSISEN" |
| |
| #define | RCP_LNMTFLMN_MSG_INT "LNMTFLMN" |
| |
| #define | RCP_LNMTFLMX_MSG_INT "LNMTFLMX" |
| |
| #define | RCP_LNMTMANU_MSG_STR_PTR "LNMTMANU" |
| |
| #define | RCP_LNMTNAME_MSG_STR_PTR "LNMTNAME" |
| |
| #define | RCP_LNMTOWNR_MSG_STR_PTR "LNMTOWNR" |
| |
| #define | RCP_LNMTSERL_MSG_STR_PTR "LNMTSERL" |
| |
| #define | RCP_MMMISOND_MSG_INT "MMMISOND" |
| |
| #define | RCP_MMMISOND_MSG_LIST_PTR "MMMISOND" |
| |
| #define | RCP_MMMODE_MSG_UINT "MMMODE" |
| |
| #define | RCP_MMMODE_MSG_LIST_PTR "MMMODE" |
| |
| #define | RCP_MMNDINSZ_MSG_INT "MMNDINSZ" |
| |
| #define | RCP_MMNDINSZ_MSG_LIST_PTR "MMNDINSZ" |
| |
| #define | RCP_MMNDMODE_MSG_INT "MMNDMODE" |
| |
| #define | RCP_MMNDMODE_MSG_LIST_PTR "MMNDMODE" |
| |
| #define | RCP_MMNDV_MSG_INT "MMNDV" |
| |
| #define | RCP_MMNDV_MSG_LIST_PTR "MMNDV" |
| |
| #define | RCP_MMNDV_MSG_LIST_REL "MMNDV" |
| |
| #define | RCP_PLDETECT_MSG_INT "PLDETECT" |
| |
| #define | RCP_PLPOWER_MSG_INT "PLPOWER" |
| |
| #define | RCP_SHRCKDST_MSG_INT "SHRCKDST" |
| |
| #define | RCP_SHRCKDST_MSG_LIST_PTR "SHRCKDST" |
| |
| #define | RCP_USRMDREG_MSG_USER_METADATA_REGISTER "USRMDREG" |
| |
| #define | RCP_USRMDSET_MSG_USER_METADATA_SEND "USRMDSET" |
| |
| #define | RCP_USRMDUNR_MSG_USER_METADATA_UNREGISTER "USRMDUNR" |
| |
| #define | RCP_BEVFBR_MSG_INT "BEVFBR" |
| |
| #define | RCP_BEVFBR_MSG_LIST_PTR "BEVFBR" |
| |
| #define | RCP_BEVFDM_MSG_INT "BEVFDM" |
| |
| #define | RCP_BEVFFM_MSG_INT "BEVFFM" |
| |
| #define | RCP_BEVFFO_MSG_INT "BEVFFO" |
| |
| #define | RCP_BEVFLUT_MSG_STR_PTR "BEVFLUT" |
| |
| #define | RCP_BEVFOV_MSG_STR_PTR "BEVFOV" |
| |
| #define | RCP_BEVFOV_MSG_LIST_PTR "BEVFOV" |
| |
| #define | RCP_BEVFRF_MSG_INT "BEVFRF" |
| |
| #define | RCP_BEVFTL_MSG_INT "BEVFTL" |
| |
| #define | RCP_BHDMIDM_MSG_INT "BHDMIDM" |
| |
| #define | RCP_BHDMIFM_MSG_INT "BHDMIFM" |
| |
| #define | RCP_BHDMIFO_MSG_INT "BHDMIFO" |
| |
| #define | RCP_BHDMILUT_MSG_STR_PTR "BHDMILUT" |
| |
| #define | RCP_BHDMIOV_MSG_STR_PTR "BHDMIOV" |
| |
| #define | RCP_BHDMIOV_MSG_LIST_PTR "BHDMIOV" |
| |
| #define | RCP_BHDMIRF_MSG_INT "BHDMIRF" |
| |
| #define | RCP_BHDMITL_MSG_INT "BHDMITL" |
| |
| #define | RCP_BHDSDIDM_MSG_INT "BHDSDIDM" |
| |
| #define | RCP_BHDSDIEN_MSG_INT "BHDSDIEN" |
| |
| #define | RCP_BHDSDIFM_MSG_INT "BHDSDIFM" |
| |
| #define | RCP_BHDSDIFO_MSG_INT "BHDSDIFO" |
| |
| #define | RCP_BHDSDIOV_MSG_STR_PTR "BHDSDIOV" |
| |
| #define | RCP_BHDSDIOV_MSG_LIST_PTR "BHDSDIOV" |
| |
| #define | RCP_BHDSDIRF_MSG_INT "BHDSDIRF" |
| |
| #define | RCP_BHDSDITL_MSG_INT "BHDSDITL" |
| |
| #define | RCP_BLCDBR_MSG_INT "BLCDBR" |
| |
| #define | RCP_BLCDBR_MSG_LIST_PTR "BLCDBR" |
| |
| #define | RCP_BLCDDM_MSG_INT "BLCDDM" |
| |
| #define | RCP_BLCDFM_MSG_INT "BLCDFM" |
| |
| #define | RCP_BLCDFM2_MSG_INT "BLCDFM2" |
| |
| #define | RCP_BLCDFMSP_MSG_INT "BLCDFMSP" |
| |
| #define | RCP_BLCDFO_MSG_INT "BLCDFO" |
| |
| #define | RCP_BLCDLUT_MSG_STR_PTR "BLCDLUT" |
| |
| #define | RCP_BLCDOV_MSG_STR_PTR "BLCDOV" |
| |
| #define | RCP_BLCDOV_MSG_LIST_PTR "BLCDOV" |
| |
| #define | RCP_BLCDRF_MSG_INT "BLCDRF" |
| |
| #define | RCP_BLCDTL_MSG_INT "BLCDTL" |
| |
| #define | RCP_BSDILUT_MSG_STR_PTR "BSDILUT" |
| |
| #define | RCP_DPEVF_MSG_INT "DPEVF" |
| |
| #define | RCP_DPEVF_MSG_LIST_PTR "DPEVF" |
| |
| #define | RCP_DPEVF3_MSG_INT "DPEVF3" |
| |
| #define | RCP_DPEVF3_MSG_LIST_PTR "DPEVF3" |
| |
| #define | RCP_DPHDMI_MSG_INT "DPHDMI" |
| |
| #define | RCP_DPHDMI_MSG_LIST_PTR "DPHDMI" |
| |
| #define | RCP_DPHDSDI_MSG_INT "DPHDSDI" |
| |
| #define | RCP_DPHDSDI_MSG_LIST_PTR "DPHDSDI" |
| |
| #define | RCP_DPLCD_MSG_INT "DPLCD" |
| |
| #define | RCP_DPLCD_MSG_LIST_PTR "DPLCD" |
| |
| #define | RCP_DPLCD3_MSG_INT "DPLCD3" |
| |
| #define | RCP_DPLCD3_MSG_LIST_PTR "DPLCD3" |
| |
| #define | RCP_DPPHDSD1_MSG_INT "DPPHDSD1" |
| |
| #define | RCP_DPPHDSD1_MSG_LIST_PTR "DPPHDSD1" |
| |
| #define | RCP_DPPHDSD2_MSG_INT "DPPHDSD2" |
| |
| #define | RCP_DPPHDSD2_MSG_LIST_PTR "DPPHDSD2" |
| |
| #define | RCP_DPREVF_MSG_INT "DPREVF" |
| |
| #define | RCP_DPREVF_MSG_LIST_PTR "DPREVF" |
| |
| #define | RCP_DPRLCD_MSG_INT "DPRLCD" |
| |
| #define | RCP_DPRLCD_MSG_LIST_PTR "DPRLCD" |
| |
| #define | RCP_DPUHD_MSG_INT "DPUHD" |
| |
| #define | RCP_DPUHD_MSG_LIST_PTR "DPUHD" |
| |
| #define | RCP_EVF3BR_MSG_INT "EVF3BR" |
| |
| #define | RCP_EVF3BR_MSG_LIST_PTR "EVF3BR" |
| |
| #define | RCP_EVF3DM_MSG_INT "EVF3DM" |
| |
| #define | RCP_EVF3F_MSG_INT "EVF3F" |
| |
| #define | RCP_EVF3F_MSG_LIST_PTR "EVF3F" |
| |
| #define | RCP_EVF3FM_MSG_INT "EVF3FM" |
| |
| #define | RCP_EVF3FO_MSG_INT "EVF3FO" |
| |
| #define | RCP_EVF3G_MSG_INT "EVF3G" |
| |
| #define | RCP_EVF3G_MSG_LIST_PTR "EVF3G" |
| |
| #define | RCP_EVF3LUT_MSG_STR_PTR "EVF3LUT" |
| |
| #define | RCP_EVF3M_MSG_INT "EVF3M" |
| |
| #define | RCP_EVF3M_MSG_LIST_PTR "EVF3M" |
| |
| #define | RCP_EVF3OV_MSG_STR_PTR "EVF3OV" |
| |
| #define | RCP_EVF3OV_MSG_LIST_PTR "EVF3OV" |
| |
| #define | RCP_EVF3RF_MSG_INT "EVF3RF" |
| |
| #define | RCP_EVF3TL_MSG_INT "EVF3TL" |
| |
| #define | RCP_EVFF_MSG_INT "EVFF" |
| |
| #define | RCP_EVFF_MSG_LIST_PTR "EVFF" |
| |
| #define | RCP_EVFG_MSG_INT "EVFG" |
| |
| #define | RCP_EVFG_MSG_LIST_PTR "EVFG" |
| |
| #define | RCP_EVFM_MSG_INT "EVFM" |
| |
| #define | RCP_EVFM_MSG_LIST_PTR "EVFM" |
| |
| #define | RCP_FUIBR_MSG_INT "FUIBR" |
| |
| #define | RCP_FUIBR_MSG_LIST_PTR "FUIBR" |
| |
| #define | RCP_HDMIF_MSG_INT "HDMIF" |
| |
| #define | RCP_HDMIF_MSG_LIST_PTR "HDMIF" |
| |
| #define | RCP_HDMIG_MSG_INT "HDMIG" |
| |
| #define | RCP_HDMIG_MSG_LIST_PTR "HDMIG" |
| |
| #define | RCP_HDMIM_MSG_INT "HDMIM" |
| |
| #define | RCP_HDMIM_MSG_LIST_PTR "HDMIM" |
| |
| #define | RCP_HDMIR_MSG_INT "HDMIR" |
| |
| #define | RCP_HDMIR_MSG_LIST_PTR "HDMIR" |
| |
| #define | RCP_HDSDIF_MSG_INT "HDSDIF" |
| |
| #define | RCP_HDSDIF_MSG_LIST_PTR "HDSDIF" |
| |
| #define | RCP_HDSDIG_MSG_INT "HDSDIG" |
| |
| #define | RCP_HDSDIG_MSG_LIST_PTR "HDSDIG" |
| |
| #define | RCP_HDSDIM_MSG_INT "HDSDIM" |
| |
| #define | RCP_HDSDIM_MSG_LIST_PTR "HDSDIM" |
| |
| #define | RCP_HDSDIR_MSG_INT "HDSDIR" |
| |
| #define | RCP_HDSDIR_MSG_LIST_PTR "HDSDIR" |
| |
| #define | RCP_IMGSPCRV_MSG_INT "IMGSPCRV" |
| |
| #define | RCP_LCD3BR_MSG_INT "LCD3BR" |
| |
| #define | RCP_LCD3BR_MSG_LIST_PTR "LCD3BR" |
| |
| #define | RCP_LCD3DM_MSG_INT "LCD3DM" |
| |
| #define | RCP_LCD3F_MSG_INT "LCD3F" |
| |
| #define | RCP_LCD3F_MSG_LIST_PTR "LCD3F" |
| |
| #define | RCP_LCD3FM_MSG_INT "LCD3FM" |
| |
| #define | RCP_LCD3FO_MSG_INT "LCD3FO" |
| |
| #define | RCP_LCD3G_MSG_INT "LCD3G" |
| |
| #define | RCP_LCD3G_MSG_LIST_PTR "LCD3G" |
| |
| #define | RCP_LCD3LUT_MSG_STR_PTR "LCD3LUT" |
| |
| #define | RCP_LCD3M_MSG_INT "LCD3M" |
| |
| #define | RCP_LCD3M_MSG_LIST_PTR "LCD3M" |
| |
| #define | RCP_LCD3OV_MSG_STR_PTR "LCD3OV" |
| |
| #define | RCP_LCD3OV_MSG_LIST_PTR "LCD3OV" |
| |
| #define | RCP_LCD3RF_MSG_INT "LCD3RF" |
| |
| #define | RCP_LCD3TL_MSG_INT "LCD3TL" |
| |
| #define | RCP_LCDF_MSG_INT "LCDF" |
| |
| #define | RCP_LCDF_MSG_LIST_PTR "LCDF" |
| |
| #define | RCP_LCDG_MSG_INT "LCDG" |
| |
| #define | RCP_LCDG_MSG_LIST_PTR "LCDG" |
| |
| #define | RCP_LCDM_MSG_INT "LCDM" |
| |
| #define | RCP_LCDM_MSG_LIST_PTR "LCDM" |
| |
| #define | RCP_MAGNIFY_MSG_INT "MAGNIFY" |
| |
| #define | RCP_MAGNIFY_MSG_LIST_PTR "MAGNIFY" |
| |
| #define | RCP_MONPRTY_MSG_LIST_PTR "MONPRTY" |
| |
| #define | RCP_OUTPUTTR_MSG_INT "OUTPUTTR" |
| |
| #define | RCP_OUTPUTTR_MSG_LIST_PTR "OUTPUTTR" |
| |
| #define | RCP_PHDS1EN_MSG_INT "PHDS1EN" |
| |
| #define | RCP_PHDS1OV_MSG_STR_PTR "PHDS1OV" |
| |
| #define | RCP_PHDS1OV_MSG_LIST_PTR "PHDS1OV" |
| |
| #define | RCP_PHDS2EN_MSG_INT "PHDS2EN" |
| |
| #define | RCP_PHDS2OV_MSG_STR_PTR "PHDS2OV" |
| |
| #define | RCP_PHDS2OV_MSG_LIST_PTR "PHDS2OV" |
| |
| #define | RCP_PHDSDI1F_MSG_INT "PHDSDI1F" |
| |
| #define | RCP_PHDSDI1F_MSG_LIST_PTR "PHDSDI1F" |
| |
| #define | RCP_PHDSDI1G_MSG_INT "PHDSDI1G" |
| |
| #define | RCP_PHDSDI1G_MSG_LIST_PTR "PHDSDI1G" |
| |
| #define | RCP_PHDSDI1M_MSG_INT "PHDSDI1M" |
| |
| #define | RCP_PHDSDI1M_MSG_LIST_PTR "PHDSDI1M" |
| |
| #define | RCP_PHDSDI1R_MSG_INT "PHDSDI1R" |
| |
| #define | RCP_PHDSDI1R_MSG_LIST_PTR "PHDSDI1R" |
| |
| #define | RCP_PHDSDI2F_MSG_INT "PHDSDI2F" |
| |
| #define | RCP_PHDSDI2F_MSG_LIST_PTR "PHDSDI2F" |
| |
| #define | RCP_PHDSDI2G_MSG_INT "PHDSDI2G" |
| |
| #define | RCP_PHDSDI2G_MSG_LIST_PTR "PHDSDI2G" |
| |
| #define | RCP_PHDSDI2M_MSG_INT "PHDSDI2M" |
| |
| #define | RCP_PHDSDI2M_MSG_LIST_PTR "PHDSDI2M" |
| |
| #define | RCP_PHDSDI2R_MSG_INT "PHDSDI2R" |
| |
| #define | RCP_PHDSDI2R_MSG_LIST_PTR "PHDSDI2R" |
| |
| #define | RCP_PLCDBR_MSG_INT "PLCDBR" |
| |
| #define | RCP_PLCDBR_MSG_LIST_PTR "PLCDBR" |
| |
| #define | RCP_PLCDDM_MSG_INT "PLCDDM" |
| |
| #define | RCP_PLCDF_MSG_INT "PLCDF" |
| |
| #define | RCP_PLCDF_MSG_LIST_PTR "PLCDF" |
| |
| #define | RCP_PLCDFM_MSG_INT "PLCDFM" |
| |
| #define | RCP_PLCDFO_MSG_INT "PLCDFO" |
| |
| #define | RCP_PLCDG_MSG_INT "PLCDG" |
| |
| #define | RCP_PLCDG_MSG_LIST_PTR "PLCDG" |
| |
| #define | RCP_PLCDM_MSG_INT "PLCDM" |
| |
| #define | RCP_PLCDM_MSG_LIST_PTR "PLCDM" |
| |
| #define | RCP_PLCDOV_MSG_STR_PTR "PLCDOV" |
| |
| #define | RCP_PLCDOV_MSG_LIST_PTR "PLCDOV" |
| |
| #define | RCP_PLCDRF_MSG_INT "PLCDRF" |
| |
| #define | RCP_PLCDTL_MSG_INT "PLCDTL" |
| |
| #define | RCP_PSDI1DM_MSG_INT "PSDI1DM" |
| |
| #define | RCP_PSDI1FM_MSG_INT "PSDI1FM" |
| |
| #define | RCP_PSDI1FO_MSG_INT "PSDI1FO" |
| |
| #define | RCP_PSDI1RF_MSG_INT "PSDI1RF" |
| |
| #define | RCP_PSDI1TL_MSG_INT "PSDI1TL" |
| |
| #define | RCP_PSDI2DM_MSG_INT "PSDI2DM" |
| |
| #define | RCP_PSDI2FM_MSG_INT "PSDI2FM" |
| |
| #define | RCP_PSDI2FO_MSG_INT "PSDI2FO" |
| |
| #define | RCP_PSDI2RF_MSG_INT "PSDI2RF" |
| |
| #define | RCP_PSDI2TL_MSG_INT "PSDI2TL" |
| |
| #define | RCP_REVFBR_MSG_INT "REVFBR" |
| |
| #define | RCP_REVFBR_MSG_LIST_PTR "REVFBR" |
| |
| #define | RCP_REVFDM_MSG_INT "REVFDM" |
| |
| #define | RCP_REVFF_MSG_INT "REVFF" |
| |
| #define | RCP_REVFF_MSG_LIST_PTR "REVFF" |
| |
| #define | RCP_REVFFM_MSG_INT "REVFFM" |
| |
| #define | RCP_REVFFO_MSG_INT "REVFFO" |
| |
| #define | RCP_REVFG_MSG_INT "REVFG" |
| |
| #define | RCP_REVFG_MSG_LIST_PTR "REVFG" |
| |
| #define | RCP_REVFLUT_MSG_STR_PTR "REVFLUT" |
| |
| #define | RCP_REVFM_MSG_INT "REVFM" |
| |
| #define | RCP_REVFM_MSG_LIST_PTR "REVFM" |
| |
| #define | RCP_REVFOV_MSG_STR_PTR "REVFOV" |
| |
| #define | RCP_REVFOV_MSG_LIST_PTR "REVFOV" |
| |
| #define | RCP_REVFRF_MSG_INT "REVFRF" |
| |
| #define | RCP_REVFTL_MSG_INT "REVFTL" |
| |
| #define | RCP_RLCDFM2_MSG_INT "RLCDFM2" |
| |
| #define | RCP_RLCDFMSP_MSG_INT "RLCDFMSP" |
| |
| #define | RCP_RLCDLUT_MSG_STR_PTR "RLCDLUT" |
| |
| #define | RCP_ROTF0_MSG_INT "ROTF0" |
| |
| #define | RCP_ROTF01_MSG_INT "ROTF01" |
| |
| #define | RCP_ROTF1_MSG_INT "ROTF1" |
| |
| #define | RCP_RSDI1FLT_MSG_STR_PTR "RSDI1FLT" |
| |
| #define | RCP_RSDI2FLT_MSG_STR_PTR "RSDI2FLT" |
| |
| #define | RCP_RTRNFEED_MSG_INT "RTRNFEED" |
| |
| #define | RCP_RTRNFST_MSG_INT "RTRNFST" |
| |
| #define | RCP_SSCANDIR_MSG_INT "SSCANDIR" |
| |
| #define | RCP_UHDSDI1M_MSG_INT "UHDSDI1M" |
| |
| #define | RCP_UHDSDI1M_MSG_LIST_PTR "UHDSDI1M" |
| |
| #define | RCP_UHDSDI2M_MSG_INT "UHDSDI2M" |
| |
| #define | RCP_UHDSDI2M_MSG_LIST_PTR "UHDSDI2M" |
| |
| #define | RCP_UHDSDIF_MSG_INT "UHDSDIF" |
| |
| #define | RCP_UHDSDIF_MSG_LIST_PTR "UHDSDIF" |
| |
| #define | RCP_VCODECG_MSG_INT "VCODECG" |
| |
| #define | RCP_VCODECG_MSG_LIST_PTR "VCODECG" |
| |
| #define | RCP_CGCOLOR_MSG_INT "CGCOLOR" |
| |
| #define | RCP_CGCOLOR_MSG_LIST_PTR "CGCOLOR" |
| |
| #define | RCP_CGGUIDE_MSG_INT "CGGUIDE" |
| |
| #define | RCP_CGGUIDE_MSG_LIST_PTR "CGGUIDE" |
| |
| #define | RCP_CGMARK_MSG_INT "CGMARK" |
| |
| #define | RCP_CGMARK_MSG_LIST_PTR "CGMARK" |
| |
| #define | RCP_CGOPAC_MSG_INT "CGOPAC" |
| |
| #define | RCP_CGOPAC_MSG_LIST_PTR "CGOPAC" |
| |
| #define | RCP_F0ABSH_MSG_INT "F0ABSH" |
| |
| #define | RCP_F0ABSW_MSG_INT "F0ABSW" |
| |
| #define | RCP_F0ABSXOF_MSG_INT "F0ABSXOF" |
| |
| #define | RCP_F0ABSYOF_MSG_INT "F0ABSYOF" |
| |
| #define | RCP_F0COLOR_MSG_INT "F0COLOR" |
| |
| #define | RCP_F0COLOR_MSG_LIST_PTR "F0COLOR" |
| |
| #define | RCP_F0LNST_MSG_INT "F0LNST" |
| |
| #define | RCP_F0LNST_MSG_LIST_PTR "F0LNST" |
| |
| #define | RCP_F0MODE_MSG_INT "F0MODE" |
| |
| #define | RCP_F0MODE_MSG_LIST_PTR "F0MODE" |
| |
| #define | RCP_F0NUM_MSG_INT "F0NUM" |
| |
| #define | RCP_F0OFFSX_MSG_INT "F0OFFSX" |
| |
| #define | RCP_F0OFFSX_MSG_LIST_PTR "F0OFFSX" |
| |
| #define | RCP_F0OFFSY_MSG_INT "F0OFFSY" |
| |
| #define | RCP_F0OFFSY_MSG_LIST_PTR "F0OFFSY" |
| |
| #define | RCP_F0OPAC_MSG_INT "F0OPAC" |
| |
| #define | RCP_F0OPAC_MSG_LIST_PTR "F0OPAC" |
| |
| #define | RCP_F0SCL_MSG_INT "F0SCL" |
| |
| #define | RCP_F0SCL_MSG_LIST_PTR "F0SCL" |
| |
| #define | RCP_F1ABSH_MSG_INT "F1ABSH" |
| |
| #define | RCP_F1ABSW_MSG_INT "F1ABSW" |
| |
| #define | RCP_F1ABSXOF_MSG_INT "F1ABSXOF" |
| |
| #define | RCP_F1ABSYOF_MSG_INT "F1ABSYOF" |
| |
| #define | RCP_F1COLOR_MSG_INT "F1COLOR" |
| |
| #define | RCP_F1COLOR_MSG_LIST_PTR "F1COLOR" |
| |
| #define | RCP_F1LNST_MSG_INT "F1LNST" |
| |
| #define | RCP_F1LNST_MSG_LIST_PTR "F1LNST" |
| |
| #define | RCP_F1MODE_MSG_INT "F1MODE" |
| |
| #define | RCP_F1MODE_MSG_LIST_PTR "F1MODE" |
| |
| #define | RCP_F1NUM_MSG_INT "F1NUM" |
| |
| #define | RCP_F1OFFSX_MSG_INT "F1OFFSX" |
| |
| #define | RCP_F1OFFSX_MSG_LIST_PTR "F1OFFSX" |
| |
| #define | RCP_F1OFFSY_MSG_INT "F1OFFSY" |
| |
| #define | RCP_F1OFFSY_MSG_LIST_PTR "F1OFFSY" |
| |
| #define | RCP_F1OPAC_MSG_INT "F1OPAC" |
| |
| #define | RCP_F1OPAC_MSG_LIST_PTR "F1OPAC" |
| |
| #define | RCP_F1RELF0_MSG_INT "F1RELF0" |
| |
| #define | RCP_F1SCL_MSG_INT "F1SCL" |
| |
| #define | RCP_F1SCL_MSG_LIST_PTR "F1SCL" |
| |
| #define | RCP_F2ABSH_MSG_INT "F2ABSH" |
| |
| #define | RCP_F2ABSW_MSG_INT "F2ABSW" |
| |
| #define | RCP_F2ABSXOF_MSG_INT "F2ABSXOF" |
| |
| #define | RCP_F2ABSYOF_MSG_INT "F2ABSYOF" |
| |
| #define | RCP_F2COLOR_MSG_INT "F2COLOR" |
| |
| #define | RCP_F2COLOR_MSG_LIST_PTR "F2COLOR" |
| |
| #define | RCP_F2LNST_MSG_INT "F2LNST" |
| |
| #define | RCP_F2LNST_MSG_LIST_PTR "F2LNST" |
| |
| #define | RCP_F2MODE_MSG_INT "F2MODE" |
| |
| #define | RCP_F2MODE_MSG_LIST_PTR "F2MODE" |
| |
| #define | RCP_F2NUM_MSG_INT "F2NUM" |
| |
| #define | RCP_F2OFFSX_MSG_INT "F2OFFSX" |
| |
| #define | RCP_F2OFFSX_MSG_LIST_PTR "F2OFFSX" |
| |
| #define | RCP_F2OFFSY_MSG_INT "F2OFFSY" |
| |
| #define | RCP_F2OFFSY_MSG_LIST_PTR "F2OFFSY" |
| |
| #define | RCP_F2OPAC_MSG_INT "F2OPAC" |
| |
| #define | RCP_F2OPAC_MSG_LIST_PTR "F2OPAC" |
| |
| #define | RCP_F2RELF0_MSG_INT "F2RELF0" |
| |
| #define | RCP_F2SCL_MSG_INT "F2SCL" |
| |
| #define | RCP_F2SCL_MSG_LIST_PTR "F2SCL" |
| |
| #define | RCP_FALSEC_MSG_INT "FALSEC" |
| |
| #define | RCP_FALSEC_MSG_LIST_PTR "FALSEC" |
| |
| #define | RCP_GGCOLOR_MSG_INT "GGCOLOR" |
| |
| #define | RCP_GGCOLOR_MSG_LIST_PTR "GGCOLOR" |
| |
| #define | RCP_GGGUIDE_MSG_INT "GGGUIDE" |
| |
| #define | RCP_GGGUIDE_MSG_LIST_PTR "GGGUIDE" |
| |
| #define | RCP_GGOPAC_MSG_INT "GGOPAC" |
| |
| #define | RCP_GGOPAC_MSG_LIST_PTR "GGOPAC" |
| |
| #define | RCP_GIOCPRI_MSG_LIST_PTR "GIOCPRI" |
| |
| #define | RCP_GIOCSEC_MSG_LIST_PTR "GIOCSEC" |
| |
| #define | RCP_GIOZONE_MSG_LIST_PTR "GIOZONE" |
| |
| #define | RCP_HORIZON_MSG_INT "HORIZON" |
| |
| #define | RCP_PEAKLVL_MSG_UINT "PEAKLVL" |
| |
| #define | RCP_PEAKLVL_MSG_LIST_PTR "PEAKLVL" |
| |
| #define | RCP_SHCOLOR_MSG_INT "SHCOLOR" |
| |
| #define | RCP_SHCOLOR_MSG_LIST_PTR "SHCOLOR" |
| |
| #define | RCP_SHGUIDE_MSG_INT "SHGUIDE" |
| |
| #define | RCP_SHGUIDE_MSG_LIST_PTR "SHGUIDE" |
| |
| #define | RCP_SHOPAC_MSG_INT "SHOPAC" |
| |
| #define | RCP_SHOPAC_MSG_LIST_PTR "SHOPAC" |
| |
| #define | RCP_TCDFMODE_MSG_INT "TCDFMODE" |
| |
| #define | RCP_TCDFMODE_MSG_LIST_PTR "TCDFMODE" |
| |
| #define | RCP_TCDMODE_MSG_INT "TCDMODE" |
| |
| #define | RCP_TCDMODE_MSG_LIST_PTR "TCDMODE" |
| |
| #define | RCP_ZEB1CLR_MSG_INT "ZEB1CLR" |
| |
| #define | RCP_ZEB1CLR_MSG_LIST_PTR "ZEB1CLR" |
| |
| #define | RCP_ZEB1PAT_MSG_INT "ZEB1PAT" |
| |
| #define | RCP_ZEB1PAT_MSG_LIST_PTR "ZEB1PAT" |
| |
| #define | RCP_ZEB2CLR_MSG_INT "ZEB2CLR" |
| |
| #define | RCP_ZEB2CLR_MSG_LIST_PTR "ZEB2CLR" |
| |
| #define | RCP_ZEB2PAT_MSG_INT "ZEB2PAT" |
| |
| #define | RCP_ZEB2PAT_MSG_LIST_PTR "ZEB2PAT" |
| |
| #define | RCP_ZEBRA1_MSG_INT "ZEBRA1" |
| |
| #define | RCP_ZEBRA1HI_MSG_INT "ZEBRA1HI" |
| |
| #define | RCP_ZEBRA1HI_MSG_LIST_PTR "ZEBRA1HI" |
| |
| #define | RCP_ZEBRA1HS_MSG_INT "ZEBRA1HS" |
| |
| #define | RCP_ZEBRA1HS_MSG_LIST_PTR "ZEBRA1HS" |
| |
| #define | RCP_ZEBRA1LO_MSG_INT "ZEBRA1LO" |
| |
| #define | RCP_ZEBRA1LO_MSG_LIST_PTR "ZEBRA1LO" |
| |
| #define | RCP_ZEBRA1LS_MSG_INT "ZEBRA1LS" |
| |
| #define | RCP_ZEBRA1LS_MSG_LIST_PTR "ZEBRA1LS" |
| |
| #define | RCP_ZEBRA1M_MSG_INT "ZEBRA1M" |
| |
| #define | RCP_ZEBRA1M_MSG_LIST_PTR "ZEBRA1M" |
| |
| #define | RCP_ZEBRA2_MSG_INT "ZEBRA2" |
| |
| #define | RCP_ZEBRA2HI_MSG_INT "ZEBRA2HI" |
| |
| #define | RCP_ZEBRA2HI_MSG_LIST_PTR "ZEBRA2HI" |
| |
| #define | RCP_ZEBRA2HS_MSG_INT "ZEBRA2HS" |
| |
| #define | RCP_ZEBRA2HS_MSG_LIST_PTR "ZEBRA2HS" |
| |
| #define | RCP_ZEBRA2LO_MSG_INT "ZEBRA2LO" |
| |
| #define | RCP_ZEBRA2LO_MSG_LIST_PTR "ZEBRA2LO" |
| |
| #define | RCP_ZEBRA2LS_MSG_INT "ZEBRA2LS" |
| |
| #define | RCP_ZEBRA2LS_MSG_LIST_PTR "ZEBRA2LS" |
| |
| #define | RCP_ZEBRA2M_MSG_INT "ZEBRA2M" |
| |
| #define | RCP_ZEBRA2M_MSG_LIST_PTR "ZEBRA2M" |
| |
| #define | RCP_CLIPLEN_MSG_INT "CLIPLEN" |
| |
| #define | RCP_CLIPLOAD_MSG_INT "CLIPLOAD" |
| |
| #define | RCP_CLPDIR_MSG_INT "CLPDIR" |
| |
| #define | RCP_CLPINPT_MSG_INT "CLPINPT" |
| |
| #define | RCP_CLPNUM_MSG_INT "CLPNUM" |
| |
| #define | RCP_CLPOUTPT_MSG_INT "CLPOUTPT" |
| |
| #define | RCP_LOOP_MSG_INT "LOOP" |
| |
| #define | RCP_PAUSE_MSG_INT "PAUSE" |
| |
| #define | RCP_PBCLSTDT_MSG_STR_PTR "PBCLSTDT" |
| |
| #define | RCP_PBCLSTTM_MSG_STR_PTR "PBCLSTTM" |
| |
| #define | RCP_PBCOLTMP_MSG_INT "PBCOLTMP" |
| |
| #define | RCP_PBHDRTRC_MSG_INT "PBHDRTRC" |
| |
| #define | RCP_PBISO_MSG_INT "PBISO" |
| |
| #define | RCP_PBTINT_MSG_INT "PBTINT" |
| |
| #define | RCP_PBZOOM_MSG_INT "PBZOOM" |
| |
| #define | RCP_PLAY_MSG_INT "PLAY" |
| |
| #define | RCP_PLAYFMT_MSG_INT "PLAYFMT" |
| |
| #define | RCP_PLAYFMT_MSG_LIST_PTR "PLAYFMT" |
| |
| #define | RCP_PLAYFMTT_MSG_INT "PLAYFMTT" |
| |
| #define | RCP_PLAYPAUS_MSG_INT "PLAYPAUS" |
| |
| #define | RCP_PLAYPOS_MSG_INT "PLAYPOS" |
| |
| #define | RCP_PLAYRPOS_MSG_INT "PLAYRPOS" |
| |
| #define | RCP_PLAYSPD_MSG_INT "PLAYSPD" |
| |
| #define | RCP_PLAYTYPE_MSG_INT "PLAYTYPE" |
| |
| #define | RCP_AMBNTCH_MSG_INT "AMBNTCH" |
| |
| #define | RCP_AMBNTCH_MSG_LIST_PTR "AMBNTCH" |
| |
| #define | RCP_CAMCOLOR_MSG_INT "CAMCOLOR" |
| |
| #define | RCP_CAMCOLOR_MSG_LIST_PTR "CAMCOLOR" |
| |
| #define | RCP_CAMERAOP_MSG_STR_PTR "CAMERAOP" |
| |
| #define | RCP_CAMLOC_MSG_STR_PTR "CAMLOC" |
| |
| #define | RCP_CAMMEID_MSG_INT "CAMMEID" |
| |
| #define | RCP_CAMMEID_MSG_LIST_PTR "CAMMEID" |
| |
| #define | RCP_CAMPOS_MSG_INT "CAMPOS" |
| |
| #define | RCP_CAMPOS_MSG_LIST_PTR "CAMPOS" |
| |
| #define | RCP_CAMSCENE_MSG_STR_PTR "CAMSCENE" |
| |
| #define | RCP_CAMSHOT_MSG_STR_PTR "CAMSHOT" |
| |
| #define | RCP_CAMTAKE_MSG_INT "CAMTAKE" |
| |
| #define | RCP_CAMUNIT_MSG_STR_PTR "CAMUNIT" |
| |
| #define | RCP_CUSTMAWB_MSG_LIST_PTR "CUSTMAWB" |
| |
| #define | RCP_CUSTMFMT_MSG_LIST_PTR "CUSTMFMT" |
| |
| #define | RCP_CUSTMFPS_MSG_LIST_PTR "CUSTMFPS" |
| |
| #define | RCP_CUSTMINT_MSG_LIST_PTR "CUSTMINT" |
| |
| #define | RCP_CUSTMISO_MSG_LIST_PTR "CUSTMISO" |
| |
| #define | RCP_CUSTMPHS_MSG_LIST_PTR "CUSTMPHS" |
| |
| #define | RCP_CUSTMRC_MSG_LIST_PTR "CUSTMRC" |
| |
| #define | RCP_DIRECTOR_MSG_STR_PTR "DIRECTOR" |
| |
| #define | RCP_DOPNAME_MSG_STR_PTR "DOPNAME" |
| |
| #define | RCP_FILEFMT_MSG_INT "FILEFMT" |
| |
| #define | RCP_FILEFMT_MSG_LIST_PTR "FILEFMT" |
| |
| #define | RCP_FORMAT2_MSG_INT "FORMAT2" |
| |
| #define | RCP_FORMAT2_MSG_LIST_PTR "FORMAT2" |
| |
| #define | RCP_FORMATST_MSG_STR_PTR "FORMATST" |
| |
| #define | RCP_FRMTA125_MSG_LIST_PTR "FRMTA125" |
| |
| #define | RCP_FRMTA13_MSG_LIST_PTR "FRMTA13" |
| |
| #define | RCP_FRMTA2_MSG_LIST_PTR "FRMTA2" |
| |
| #define | RCP_FRMTANA_MSG_INT "FRMTANA" |
| |
| #define | RCP_FRMTANA_MSG_LIST_PTR "FRMTANA" |
| |
| #define | RCP_FRMTAR_MSG_INT "FRMTAR" |
| |
| #define | RCP_FRMTAR_MSG_LIST_PTR "FRMTAR" |
| |
| #define | RCP_FRMTLA_MSG_INT "FRMTLA" |
| |
| #define | RCP_FRMTLAST_MSG_INT "FRMTLAST" |
| |
| #define | RCP_FRMTRES_MSG_INT "FRMTRES" |
| |
| #define | RCP_FRMTRES_MSG_LIST_PTR "FRMTRES" |
| |
| #define | RCP_FRMTSPH_MSG_LIST_PTR "FRMTSPH" |
| |
| #define | RCP_FRPRMODE_MSG_INT "FRPRMODE" |
| |
| #define | RCP_FRPRMODE_MSG_LIST_PTR "FRPRMODE" |
| |
| #define | RCP_FRPRMODE_MSG_LIST_REL "FRPRMODE" |
| |
| #define | RCP_FRPRMODT_MSG_INT "FRPRMODT" |
| |
| #define | RCP_FRPRNUM_MSG_INT "FRPRNUM" |
| |
| #define | RCP_FRPRNUM_MSG_LIST_PTR "FRPRNUM" |
| |
| #define | RCP_FRPRNUM_MSG_LIST_REL "FRPRNUM" |
| |
| #define | RCP_FRPRNUMT_MSG_INT "FRPRNUMT" |
| |
| #define | RCP_GENLOC_MSG_INT "GENLOC" |
| |
| #define | RCP_GENSRC_MSG_INT "GENSRC" |
| |
| #define | RCP_GENSRC_MSG_LIST_PTR "GENSRC" |
| |
| #define | RCP_MASTRAWB_MSG_LIST_PTR "MASTRAWB" |
| |
| #define | RCP_MASTRFMT_MSG_LIST_PTR "MASTRFMT" |
| |
| #define | RCP_MASTRFPS_MSG_LIST_PTR "MASTRFPS" |
| |
| #define | RCP_MASTRINT_MSG_LIST_PTR "MASTRINT" |
| |
| #define | RCP_MASTRISO_MSG_LIST_PTR "MASTRISO" |
| |
| #define | RCP_MASTRPHS_MSG_LIST_PTR "MASTRPHS" |
| |
| #define | RCP_MASTRRC_MSG_LIST_PTR "MASTRRC" |
| |
| #define | RCP_MAXFPS_MSG_INT "MAXFPS" |
| |
| #define | RCP_MAXFRPRF_MSG_INT "MAXFRPRF" |
| |
| #define | RCP_MAXFRPRM_MSG_INT "MAXFRPRM" |
| |
| #define | RCP_MAXRC_MSG_INT "MAXRC" |
| |
| #define | RCP_MAXSHA_MSG_INT "MAXSHA" |
| |
| #define | RCP_MAXSHT_MSG_INT "MAXSHT" |
| |
| #define | RCP_METACV_MSG_INT "METACV" |
| |
| #define | RCP_METACV_MSG_LIST_PTR "METACV" |
| |
| #define | RCP_MINFPS_MSG_INT "MINFPS" |
| |
| #define | RCP_MINFRPRF_MSG_INT "MINFRPRF" |
| |
| #define | RCP_MINFRPRM_MSG_INT "MINFRPRM" |
| |
| #define | RCP_MINRC_MSG_INT "MINRC" |
| |
| #define | RCP_MINSHA_MSG_INT "MINSHA" |
| |
| #define | RCP_MINSHT_MSG_INT "MINSHT" |
| |
| #define | RCP_MIVCODEC_MSG_INT "MIVCODEC" |
| |
| #define | RCP_MVMCODEC_MSG_INT "MVMCODEC" |
| |
| #define | RCP_MXFCMPID_MSG_INT "MXFCMPID" |
| |
| #define | RCP_MXFH_MSG_INT "MXFH" |
| |
| #define | RCP_MXFW_MSG_INT "MXFW" |
| |
| #define | RCP_PORECFPS_MSG_UINT "PORECFPS" |
| |
| #define | RCP_PRERECDR_MSG_UINT "PRERECDR" |
| |
| #define | RCP_PRERECDR_MSG_LIST_PTR "PRERECDR" |
| |
| #define | RCP_PRERECON_MSG_INT "PRERECON" |
| |
| #define | RCP_PRISTOR_MSG_INT "PRISTOR" |
| |
| #define | RCP_PRISTOR_MSG_LIST_PTR "PRISTOR" |
| |
| #define | RCP_PRODUCTN_MSG_STR_PTR "PRODUCTN" |
| |
| #define | RCP_PROJFPS_MSG_INT "PROJFPS" |
| |
| #define | RCP_PROJFPS_MSG_LIST_PTR "PROJFPS" |
| |
| #define | RCP_PROJINFO_MSG_STR_PTR "PROJINFO" |
| |
| #define | RCP_PRORESH_MSG_INT "PRORESH" |
| |
| #define | RCP_PRORESW_MSG_INT "PRORESW" |
| |
| #define | RCP_PROXYFPS_MSG_INT "PROXYFPS" |
| |
| #define | RCP_PXFMTH_MSG_INT "PXFMTH" |
| |
| #define | RCP_PXFMTW_MSG_INT "PXFMTW" |
| |
| #define | RCP_PXSFMTH_MSG_INT "PXSFMTH" |
| |
| #define | RCP_PXSFMTW_MSG_INT "PXSFMTW" |
| |
| #define | RCP_RAMPADUR_MSG_INT "RAMPADUR" |
| |
| #define | RCP_RAMPAFPS_MSG_INT "RAMPAFPS" |
| |
| #define | RCP_RAMPBDUR_MSG_INT "RAMPBDUR" |
| |
| #define | RCP_RAMPBFPS_MSG_INT "RAMPBFPS" |
| |
| #define | RCP_RAMPCDUR_MSG_INT "RAMPCDUR" |
| |
| #define | RCP_RAMPCFPS_MSG_INT "RAMPCFPS" |
| |
| #define | RCP_RAMPDDUR_MSG_INT "RAMPDDUR" |
| |
| #define | RCP_RAMPDFPS_MSG_INT "RAMPDFPS" |
| |
| #define | RCP_RAMPRDUR_MSG_INT "RAMPRDUR" |
| |
| #define | RCP_RCTARGET_MSG_INT "RCTARGET" |
| |
| #define | RCP_RECLIMEN_MSG_INT "RECLIMEN" |
| |
| #define | RCP_RECLIMFR_MSG_UINT "RECLIMFR" |
| |
| #define | RCP_RECMODE_MSG_INT "RECMODE" |
| |
| #define | RCP_RECMODE_MSG_LIST_PTR "RECMODE" |
| |
| #define | RCP_RECPOST_MSG_UINT "RECPOST" |
| |
| #define | RCP_RECPOSTA_MSG_UINT "RECPOSTA" |
| |
| #define | RCP_RECPOSTB_MSG_UINT "RECPOSTB" |
| |
| #define | RCP_RECPRE_MSG_UINT "RECPRE" |
| |
| #define | RCP_RECPREA_MSG_UINT "RECPREA" |
| |
| #define | RCP_RECPREB_MSG_UINT "RECPREB" |
| |
| #define | RCP_RECTLFR_MSG_UINT "RECTLFR" |
| |
| #define | RCP_RECTLINT_MSG_UINT "RECTLINT" |
| |
| #define | RCP_REDCODE_MSG_INT "REDCODE" |
| |
| #define | RCP_REDCODE_MSG_LIST_PTR "REDCODE" |
| |
| #define | RCP_REDCODE_MSG_LIST_REL "REDCODE" |
| |
| #define | RCP_SENSFPS_MSG_INT "SENSFPS" |
| |
| #define | RCP_SENSFPS_MSG_LIST_PTR "SENSFPS" |
| |
| #define | RCP_SHSYNC_MSG_INT "SHSYNC" |
| |
| #define | RCP_SHSYNC_MSG_LIST_PTR "SHSYNC" |
| |
| #define | RCP_SLHEAD_MSG_INT "SLHEAD" |
| |
| #define | RCP_SLTAIL_MSG_INT "SLTAIL" |
| |
| #define | RCP_SYNC_MSG_INT "SYNC" |
| |
| #define | RCP_TCLTCOUT_MSG_INT "TCLTCOUT" |
| |
| #define | RCP_TSRVAD_MSG_STR_PTR "TSRVAD" |
| |
| #define | RCP_USECFL_MSG_INT "USECFL" |
| |
| #define | RCP_USECFRL_MSG_INT "USECFRL" |
| |
| #define | RCP_USECINTL_MSG_INT "USECINTL" |
| |
| #define | RCP_USECISOL_MSG_INT "USECISOL" |
| |
| #define | RCP_USECPHSL_MSG_INT "USECPHSL" |
| |
| #define | RCP_USECRCL_MSG_INT "USECRCL" |
| |
| #define | RCP_USECWBL_MSG_INT "USECWBL" |
| |
| #define | RCP_VCBAKED_MSG_INT "VCBAKED" |
| |
| #define | RCP_VCBAKED_MSG_LIST_PTR "VCBAKED" |
| |
| #define | RCP_VCBAKEDT_MSG_INT "VCBAKEDT" |
| |
| #define | RCP_VCBAKMAX_MSG_INT "VCBAKMAX" |
| |
| #define | RCP_VCBAKMIN_MSG_INT "VCBAKMIN" |
| |
| #define | RCP_VCODEC_MSG_INT "VCODEC" |
| |
| #define | RCP_VCODEC_MSG_LIST_PTR "VCODEC" |
| |
| #define | RCP_VCODECR_MSG_INT "VCODECR" |
| |
| #define | RCP_VCODECR_MSG_LIST_PTR "VCODECR" |
| |
| #define | RCP_VCODECRT_MSG_INT "VCODECRT" |
| |
| #define | RCP_VCODECT_MSG_INT "VCODECT" |
| |
| #define | RCP_VMCODCRT_MSG_INT "VMCODCRT" |
| |
| #define | RCP_VMCODEC_MSG_INT "VMCODEC" |
| |
| #define | RCP_VMCODEC_MSG_LIST_PTR "VMCODEC" |
| |
| #define | RCP_VMCODECR_MSG_INT "VMCODECR" |
| |
| #define | RCP_VMCODECR_MSG_LIST_PTR "VMCODECR" |
| |
| #define | RCP_VMCODECT_MSG_INT "VMCODECT" |
| |
| #define | RCP_VRISPDMD_MSG_INT "VRISPDMD" |
| |
| #define | RCP_DAHDMI_MSG_INT "DAHDMI" |
| |
| #define | RCP_REDINFO_MSG_STR_PTR "REDINFO" |
| |
| #define | RCP_SUILAH_MSG_INT "SUILAH" |
| |
| #define | RCP_SUILAH_MSG_LIST_PTR "SUILAH" |
| |
| #define | RCP_SUILAHTO_MSG_INT "SUILAHTO" |
| |
| #define | RCP_SUILAHTO_MSG_LIST_PTR "SUILAHTO" |
| |
| #define | RCP_SUILPAUD_MSG_INT "SUILPAUD" |
| |
| #define | RCP_SUILPAUD_MSG_LIST_PTR "SUILPAUD" |
| |
| #define | RCP_SUILPMON_MSG_INT "SUILPMON" |
| |
| #define | RCP_SUILPMON_MSG_LIST_PTR "SUILPMON" |
| |
| #define | RCP_SUILPUSR_MSG_INT "SUILPUSR" |
| |
| #define | RCP_SUILPUSR_MSG_LIST_PTR "SUILPUSR" |
| |
| #define | RCP_SUIRAH_MSG_INT "SUIRAH" |
| |
| #define | RCP_SUIRAH_MSG_LIST_PTR "SUIRAH" |
| |
| #define | RCP_SUIRAHTO_MSG_INT "SUIRAHTO" |
| |
| #define | RCP_SUIRAHTO_MSG_LIST_PTR "SUIRAHTO" |
| |
| #define | RCP_SUIRPAUD_MSG_INT "SUIRPAUD" |
| |
| #define | RCP_SUIRPAUD_MSG_LIST_PTR "SUIRPAUD" |
| |
| #define | RCP_SUIRPMON_MSG_INT "SUIRPMON" |
| |
| #define | RCP_SUIRPMON_MSG_LIST_PTR "SUIRPMON" |
| |
| #define | RCP_SUIRPUSR_MSG_INT "SUIRPUSR" |
| |
| #define | RCP_SUIRPUSR_MSG_LIST_PTR "SUIRPUSR" |
| |
| #define | RCP_CAMMODE_MSG_INT "CAMMODE" |
| |
| #define | RCP_PLAYBACK_MSG_INT "PLAYBACK" |
| |
| #define | RCP_PREREC "PREREC" |
| |
| #define | RCP_PWRSAVE_MSG_INT "PWRSAVE" |
| |
| #define | RCP_RECORD_MSG_INT "RECORD" |
| |
| #define | RCP_SHUTDOWN "SHUTDOWN" |
| |
| #define | RCP_SHUTDWNC "SHUTDWNC" |
| |
| #define | RCP_TSRVSTAT_MSG_INT "TSRVSTAT" |
| |
| #define | RCP_AUDIOVU_MSG_AUDIO_VU_DATA "AUDIOVU" |
| |
| #define | RCP_BCLIP_MSG_INT "BCLIP" |
| |
| #define | RCP_DSHIST_MSG_STR_PTR "DSHIST" |
| |
| #define | RCP_GCLIP_MSG_INT "GCLIP" |
| |
| #define | RCP_HISTTYPE_MSG_INT "HISTTYPE" |
| |
| #define | RCP_HISTTYPE_MSG_LIST_PTR "HISTTYPE" |
| |
| #define | RCP_MPITCH_MSG_INT "MPITCH" |
| |
| #define | RCP_MROLL_MSG_INT "MROLL" |
| |
| #define | RCP_RCLIP_MSG_INT "RCLIP" |
| |
| #define | RCP_CAMFWVER_MSG_STR_PTR "CAMFWVER" |
| |
| #define | RCP_CAMID_MSG_STR_PTR "CAMID" |
| |
| #define | RCP_CAMINFO_MSG_CAMINFO_PTR "CAMINFO" |
| |
| #define | RCP_CAMNAME_MSG_STR_PTR "CAMNAME" |
| |
| #define | RCP_CAMSER_MSG_STR_PTR "CAMSER" |
| |
| #define | RCP_CAMVCREV_MSG_STR_PTR "CAMVCREV" |
| |
| #define | RCP_GROUPID_MSG_STR_PTR "GROUPID" |
| |
| #define | RCP_HWCAP_MSG_HW_CAP_PTR "HWCAP" |
| |
| #define | RCP_MODCAP_MSG_LIST_PTR "MODCAP" |
| |
| #define | RCP_PHYSENSH_MSG_INT "PHYSENSH" |
| |
| #define | RCP_PHYSENSW_MSG_INT "PHYSENSW" |
| |
| #define | RCP_RCPPSVER_MSG_UINT "RCPPSVER" |
| |
| #define | RCP_RCPVER_MSG_INT "RCPVER" |
| |
| #define | RCP_RUNTIME_MSG_INT "RUNTIME" |
| |
| #define | RCP_SENSNAME_MSG_STR_PTR "SENSNAME" |
| |
| #define | RCP_SUPPORT_MSG_STR_PTR "SUPPORT" |
| |
| #define | RCP_TARGETID_MSG_STR_PTR "TARGETID" |
| |
| #define | RCP_ACTION_MSG_LIST_PTR "ACTION" |
| |
| #define | RCP_AFRCKNPT_MSG_INT "AFRCKNPT" |
| |
| #define | RCP_AFRCKNPT_MSG_LIST_PTR "AFRCKNPT" |
| |
| #define | RCP_AFRCKSPD_MSG_UINT "AFRCKSPD" |
| |
| #define | RCP_AFRCKTO_MSG_INT "AFRCKTO" |
| |
| #define | RCP_APAUMOTN_MSG_INT "APAUMOTN" |
| |
| #define | RCP_APAUPLAY_MSG_INT "APAUPLAY" |
| |
| #define | RCP_APAUSTIL_MSG_INT "APAUSTIL" |
| |
| #define | RCP_APMOTION_MSG_STR_PTR "APMOTION" |
| |
| #define | RCP_APMOTION_MSG_LIST_PTR "APMOTION" |
| |
| #define | RCP_APPLAY_MSG_STR_PTR "APPLAY" |
| |
| #define | RCP_APPLAY_MSG_LIST_PTR "APPLAY" |
| |
| #define | RCP_APSTART_MSG_STR_PTR "APSTART" |
| |
| #define | RCP_APSTART_MSG_LIST_PTR "APSTART" |
| |
| #define | RCP_APSTILLS_MSG_STR_PTR "APSTILLS" |
| |
| #define | RCP_APSTILLS_MSG_LIST_PTR "APSTILLS" |
| |
| #define | RCP_BATTMODE_MSG_INT "BATTMODE" |
| |
| #define | RCP_BATTMODE_MSG_LIST_PTR "BATTMODE" |
| |
| #define | RCP_BATTRTM_MSG_INT "BATTRTM" |
| |
| #define | RCP_BEEPEN_MSG_INT "BEEPEN" |
| |
| #define | RCP_BEEPREC_MSG_INT "BEEPREC" |
| |
| #define | RCP_BEEPREC_MSG_LIST_PTR "BEEPREC" |
| |
| #define | RCP_BEEPSTOP_MSG_INT "BEEPSTOP" |
| |
| #define | RCP_BEEPSTOP_MSG_LIST_PTR "BEEPSTOP" |
| |
| #define | RCP_BEEPTAGS_MSG_INT "BEEPTAGS" |
| |
| #define | RCP_BEEPTAGS_MSG_LIST_PTR "BEEPTAGS" |
| |
| #define | RCP_BEVFFM2_MSG_INT "BEVFFM2" |
| |
| #define | RCP_BEVFFMSP_MSG_INT "BEVFFMSP" |
| |
| #define | RCP_BHDSGLO_MSG_INT "BHDSGLO" |
| |
| #define | RCP_BHDSGLO_MSG_REL "BHDSGLO" |
| |
| #define | RCP_CALAUTO "CALAUTO" |
| |
| #define | RCP_CALENTRY_MSG_STR_PTR "CALENTRY" |
| |
| #define | RCP_CALINT_MSG_INT "CALINT" |
| |
| #define | RCP_CALMANC "CALMANC" |
| |
| #define | RCP_CALMAND "CALMAND" |
| |
| #define | RCP_CALSTAT_MSG_UINT "CALSTAT" |
| |
| #define | RCP_CALTEMP_MSG_INT "CALTEMP" |
| |
| #define | RCP_CAMUPG "CAMUPG" |
| |
| #define | RCP_CCAL_MSG_LIST_PTR "CCAL" |
| |
| #define | RCP_CCALAPLY_MSG_STR_PTR "CCALAPLY" |
| |
| #define | RCP_CCALDEL_MSG_STR_PTR "CCALDEL" |
| |
| #define | RCP_CCALE2M_MSG_STR_PTR "CCALE2M" |
| |
| #define | RCP_CCALEA2M "CCALEA2M" |
| |
| #define | RCP_CCDL_MSG_LIST_PTR "CCDL" |
| |
| #define | RCP_CCDLAPLY_MSG_STR_PTR "CCDLAPLY" |
| |
| #define | RCP_CCDLCREA "CCDLCREA" |
| |
| #define | RCP_CCDLDEL_MSG_STR_PTR "CCDLDEL" |
| |
| #define | RCP_CCDLE2M_MSG_STR_PTR "CCDLE2M" |
| |
| #define | RCP_CCDLEA2M "CCDLEA2M" |
| |
| #define | RCP_CLIPNAME_MSG_STR_PTR "CLIPNAME" |
| |
| #define | RCP_CLIPNMST_MSG_INT "CLIPNMST" |
| |
| #define | RCP_CLOK_MSG_LIST_PTR "CLOK" |
| |
| #define | RCP_CLOKAPLY_MSG_STR_PTR "CLOKAPLY" |
| |
| #define | RCP_CLOKDEL_MSG_STR_PTR "CLOKDEL" |
| |
| #define | RCP_CLOKE2M_MSG_STR_PTR "CLOKE2M" |
| |
| #define | RCP_CLOKEA2M "CLOKEA2M" |
| |
| #define | RCP_CLUT_MSG_LIST_PTR "CLUT" |
| |
| #define | RCP_CLUTCH0_MSG_STR_PTR "CLUTCH0" |
| |
| #define | RCP_CLUTCH0_MSG_LIST_PTR "CLUTCH0" |
| |
| #define | RCP_CLUTCH1_MSG_STR_PTR "CLUTCH1" |
| |
| #define | RCP_CLUTCH1_MSG_LIST_PTR "CLUTCH1" |
| |
| #define | RCP_CLUTCH2_MSG_STR_PTR "CLUTCH2" |
| |
| #define | RCP_CLUTCH2_MSG_LIST_PTR "CLUTCH2" |
| |
| #define | RCP_CLUTCH3_MSG_STR_PTR "CLUTCH3" |
| |
| #define | RCP_CLUTCH3_MSG_LIST_PTR "CLUTCH3" |
| |
| #define | RCP_CLUTDEL_MSG_STR_PTR "CLUTDEL" |
| |
| #define | RCP_CLUTE2M_MSG_STR_PTR "CLUTE2M" |
| |
| #define | RCP_CLUTEA2M "CLUTEA2M" |
| |
| #define | RCP_CLUTF1_MSG_STR_PTR "CLUTF1" |
| |
| #define | RCP_CLUTF1_MSG_LIST_PTR "CLUTF1" |
| |
| #define | RCP_CNA1ADDR_MSG_STR_PTR "CNA1ADDR" |
| |
| #define | RCP_CNA1ENA_MSG_INT "CNA1ENA" |
| |
| #define | RCP_CNA1STA_MSG_INT "CNA1STA" |
| |
| #define | RCP_COLORSCI_MSG_INT "COLORSCI" |
| |
| #define | RCP_COLORSCI_MSG_LIST_PTR "COLORSCI" |
| |
| #define | RCP_COVR_MSG_LIST_PTR "COVR" |
| |
| #define | RCP_COVRDEL_MSG_STR_PTR "COVRDEL" |
| |
| #define | RCP_COVRE2M_MSG_STR_PTR "COVRE2M" |
| |
| #define | RCP_COVREA2M "COVREA2M" |
| |
| #define | RCP_CPRE_MSG_LIST_PTR "CPRE" |
| |
| #define | RCP_CPREAPLY_MSG_STR_PTR "CPREAPLY" |
| |
| #define | RCP_CPREDEL_MSG_STR_PTR "CPREDEL" |
| |
| #define | RCP_CPREE2M_MSG_STR_PTR "CPREE2M" |
| |
| #define | RCP_CPREEA2M "CPREEA2M" |
| |
| #define | RCP_CPREUP_MSG_STR_PTR "CPREUP" |
| |
| #define | RCP_CSCR_MSG_LIST_PTR "CSCR" |
| |
| #define | RCP_CTRLSCRN_MSG_STR_PTR "CTRLSCRN" |
| |
| #define | RCP_CURRTEMP_MSG_INT "CURRTEMP" |
| |
| #define | RCP_CURSENST_MSG_INT "CURSENST" |
| |
| #define | RCP_DATETIME_MSG_INT "DATETIME" |
| |
| #define | RCP_DIALOGS_MSG_LIST_PTR "DIALOGS" |
| |
| #define | RCP_DRPFRMS_MSG_INT "DRPFRMS" |
| |
| #define | RCP_EJECT_MSG_INT "EJECT" |
| |
| #define | RCP_EVF3FM2_MSG_INT "EVF3FM2" |
| |
| #define | RCP_EVF3FMSP_MSG_INT "EVF3FMSP" |
| |
| #define | RCP_EVFTALLY_MSG_INT "EVFTALLY" |
| |
| #define | RCP_EVOLTHDC_MSG_INT "EVOLTHDC" |
| |
| #define | RCP_EVOLTHSH_MSG_INT "EVOLTHSH" |
| |
| #define | RCP_FANPCTF_MSG_INT "FANPCTF" |
| |
| #define | RCP_FANPCTT_MSG_INT "FANPCTT" |
| |
| #define | RCP_FANTRGTT_MSG_INT "FANTRGTT" |
| |
| #define | RCP_FANTRGTT_MSG_LIST_PTR "FANTRGTT" |
| |
| #define | RCP_FMTCAMID_MSG_INT "FMTCAMID" |
| |
| #define | RCP_FMTCAMID_MSG_LIST_PTR "FMTCAMID" |
| |
| #define | RCP_FMTCAMPO_MSG_INT "FMTCAMPO" |
| |
| #define | RCP_FMTCAMPO_MSG_LIST_PTR "FMTCAMPO" |
| |
| #define | RCP_FMTETCS_MSG_INT "FMTETCS" |
| |
| #define | RCP_FMTFSYS_MSG_INT "FMTFSYS" |
| |
| #define | RCP_FMTFSYS_MSG_LIST_PTR "FMTFSYS" |
| |
| #define | RCP_FMTMEDIA_MSG_INT "FMTMEDIA" |
| |
| #define | RCP_FMTREELN_MSG_INT "FMTREELN" |
| |
| #define | RCP_FPRDELAY_MSG_INT "FPRDELAY" |
| |
| #define | RCP_FPRDELAY_MSG_LIST_PTR "FPRDELAY" |
| |
| #define | RCP_FSMODE_MSG_INT "FSMODE" |
| |
| #define | RCP_FSMODE_MSG_LIST_PTR "FSMODE" |
| |
| #define | RCP_GEC2C_MSG_INT "GEC2C" |
| |
| #define | RCP_GEDHCP_MSG_INT "GEDHCP" |
| |
| #define | RCP_GEEXT_MSG_INT "GEEXT" |
| |
| #define | RCP_GEGWADDR_MSG_UINT "GEGWADDR" |
| |
| #define | RCP_GEIPADDR_MSG_UINT "GEIPADDR" |
| |
| #define | RCP_GEMAC_MSG_STR_PTR "GEMAC" |
| |
| #define | RCP_GENETMSK_MSG_UINT "GENETMSK" |
| |
| #define | RCP_GESTDTL_MSG_INT "GESTDTL" |
| |
| #define | RCP_GESTDTR_MSG_INT "GESTDTR" |
| |
| #define | RCP_GESTPNCH_MSG_INT "GESTPNCH" |
| |
| #define | RCP_GPIN_MSG_INT "GPIN" |
| |
| #define | RCP_GPIN_MSG_LIST_PTR "GPIN" |
| |
| #define | RCP_GPOUT_MSG_INT "GPOUT" |
| |
| #define | RCP_GPOUT_MSG_LIST_PTR "GPOUT" |
| |
| #define | RCP_IMGPIPEM_MSG_INT "IMGPIPEM" |
| |
| #define | RCP_IMGPIPEM_MSG_LIST_PTR "IMGPIPEM" |
| |
| #define | RCP_KEYACNOT_MSG_INT "KEYACNOT" |
| |
| #define | RCP_LCD3FM2_MSG_INT "LCD3FM2" |
| |
| #define | RCP_LCD3FMSP_MSG_INT "LCD3FMSP" |
| |
| #define | RCP_MCAL_MSG_LIST_PTR "MCAL" |
| |
| #define | RCP_MCALAPLY_MSG_STR_PTR "MCALAPLY" |
| |
| #define | RCP_MCALI2C_MSG_STR_PTR "MCALI2C" |
| |
| #define | RCP_MCALIA2C "MCALIA2C" |
| |
| #define | RCP_MCDL_MSG_LIST_PTR "MCDL" |
| |
| #define | RCP_MCDLI2C_MSG_STR_PTR "MCDLI2C" |
| |
| #define | RCP_MCDLIA2C "MCDLIA2C" |
| |
| #define | RCP_MEDACLPC_MSG_INT "MEDACLPC" |
| |
| #define | RCP_MEDAGCII_MSG_EXTENDED_CLIPINFO_PTR "MEDAGCII" |
| |
| #define | RCP_MEDASRNU_MSG_STR_PTR "MEDASRNU" |
| |
| #define | RCP_MEDATCHD_MSG_INT "MEDATCHD" |
| |
| #define | RCP_MEDIA_MSG_INT "MEDIA" |
| |
| #define | RCP_MEDIA_MSG_LIST_PTR "MEDIA" |
| |
| #define | RCP_MEDIAMIN_MSG_INT "MEDIAMIN" |
| |
| #define | RCP_MEDIAMOD_MSG_INT "MEDIAMOD" |
| |
| #define | RCP_MEDIAMOD_MSG_LIST_PTR "MEDIAMOD" |
| |
| #define | RCP_MEDIANUM_MSG_STR_PTR "MEDIANUM" |
| |
| #define | RCP_MEDIAPCT_MSG_INT "MEDIAPCT" |
| |
| #define | RCP_MEDIASZ_MSG_UINT "MEDIASZ" |
| |
| #define | RCP_MEDIASZA_MSG_UINT "MEDIASZA" |
| |
| #define | RCP_MEDIAUPG "MEDIAUPG" |
| |
| #define | RCP_MEDIAVER_MSG_STR_PTR "MEDIAVER" |
| |
| #define | RCP_MEDPRSNT_MSG_INT "MEDPRSNT" |
| |
| #define | RCP_MENUST_MSG_RCP_API_MENU_NODE_ENABLE "MENUST" |
| |
| #define | RCP_MENUTREE_MSG_MENU_TREE_CHILDREN "MENUTREE" |
| |
| #define | RCP_MENUTREE_MSG_LIST_PTR "MENUTREE" |
| |
| #define | RCP_MLABEL_MSG_STR_PTR "MLABEL" |
| |
| #define | RCP_MLOK_MSG_LIST_PTR "MLOK" |
| |
| #define | RCP_MLOKI2C_MSG_STR_PTR "MLOKI2C" |
| |
| #define | RCP_MLOKIA2C "MLOKIA2C" |
| |
| #define | RCP_MLUT_MSG_LIST_PTR "MLUT" |
| |
| #define | RCP_MLUTI2C_MSG_STR_PTR "MLUTI2C" |
| |
| #define | RCP_MLUTIA2C "MLUTIA2C" |
| |
| #define | RCP_MONLIST_MSG_LIST_PTR "MONLIST" |
| |
| #define | RCP_MOVR_MSG_LIST_PTR "MOVR" |
| |
| #define | RCP_MOVRI2C_MSG_STR_PTR "MOVRI2C" |
| |
| #define | RCP_MOVRIA2C "MOVRIA2C" |
| |
| #define | RCP_MPRE_MSG_LIST_PTR "MPRE" |
| |
| #define | RCP_MPREI2C_MSG_STR_PTR "MPREI2C" |
| |
| #define | RCP_MPREIA2C "MPREIA2C" |
| |
| #define | RCP_MTMST0_MSG_INT "MTMST0" |
| |
| #define | RCP_MTMST1_MSG_INT "MTMST1" |
| |
| #define | RCP_MTMST2_MSG_INT "MTMST2" |
| |
| #define | RCP_MXFDRPFM_MSG_INT "MXFDRPFM" |
| |
| #define | RCP_MXFST_MSG_INT "MXFST" |
| |
| #define | RCP_MXFSTD_MSG_STR_PTR "MXFSTD" |
| |
| #define | RCP_NOTIFY_MSG_NOTIFICATION_PTR "NOTIFY" |
| |
| #define | RCP_NOTIFYF_MSG_NOTIFICATION_RESPONSE_PTR "NOTIFYF" |
| |
| #define | RCP_NOTIFYR_MSG_NOTIFICATION_RESPONSE_PTR "NOTIFYR" |
| |
| #define | RCP_NWSTAT_MSG_INT "NWSTAT" |
| |
| #define | RCP_OLPF_MSG_INT "OLPF" |
| |
| #define | RCP_OLPF_MSG_LIST_PTR "OLPF" |
| |
| #define | RCP_OLPFTPEM_MSG_INT "OLPFTPEM" |
| |
| #define | RCP_OLPFTPEM_MSG_LIST_PTR "OLPFTPEM" |
| |
| #define | RCP_OLPFTPNM_MSG_STR_PTR "OLPFTPNM" |
| |
| #define | RCP_PLABEL_MSG_STR_PTR "PLABEL" |
| |
| #define | RCP_POBAC_MSG_INT "POBAC" |
| |
| #define | RCP_POBAE_MSG_INT "POBAE" |
| |
| #define | RCP_POBAR "POBAR" |
| |
| #define | RCP_POBAS_MSG_INT "POBAS" |
| |
| #define | RCP_POPIOAE_MSG_INT "POPIOAE" |
| |
| #define | RCP_POPIOGE_MSG_INT "POPIOGE" |
| |
| #define | RCP_POPIOGR "POPIOGR" |
| |
| #define | RCP_POPIOGS_MSG_INT "POPIOGS" |
| |
| #define | RCP_POPIOPE_MSG_INT "POPIOPE" |
| |
| #define | RCP_POPIOPR "POPIOPR" |
| |
| #define | RCP_POPIOPS_MSG_INT "POPIOPS" |
| |
| #define | RCP_POPOPE_MSG_INT "POPOPE" |
| |
| #define | RCP_POPOPR "POPOPR" |
| |
| #define | RCP_POPOPS_MSG_INT "POPOPS" |
| |
| #define | RCP_POPTPE_MSG_INT "POPTPE" |
| |
| #define | RCP_POPTPR "POPTPR" |
| |
| #define | RCP_POPTPS_MSG_INT "POPTPS" |
| |
| #define | RCP_PORXTCE_MSG_INT "PORXTCE" |
| |
| #define | RCP_PORXTCR "PORXTCR" |
| |
| #define | RCP_PORXTCS_MSG_INT "PORXTCS" |
| |
| #define | RCP_POSTTC_MSG_INT "POSTTC" |
| |
| #define | RCP_PREVFS_MSG_INT "PREVFS" |
| |
| #define | RCP_PREVFS_MSG_LIST_PTR "PREVFS" |
| |
| #define | RCP_PSLEVEL1_MSG_UINT "PSLEVEL1" |
| |
| #define | RCP_PSLEVEL1_MSG_LIST_PTR "PSLEVEL1" |
| |
| #define | RCP_PSLEVEL2_MSG_UINT "PSLEVEL2" |
| |
| #define | RCP_PSLEVEL2_MSG_LIST_PTR "PSLEVEL2" |
| |
| #define | RCP_PSLEVEL3_MSG_UINT "PSLEVEL3" |
| |
| #define | RCP_PSLEVEL3_MSG_LIST_PTR "PSLEVEL3" |
| |
| #define | RCP_PWIAMPS_MSG_INDEXED_INT "PWIAMPS" |
| |
| #define | RCP_PWIBDA_MSG_INDEXED_BATTERY_DATA "PWIBDA" |
| |
| #define | RCP_PWIBTLVL_MSG_INDEXED_INT "PWIBTLVL" |
| |
| #define | RCP_PWIBTRT_MSG_INDEXED_INT "PWIBTRT" |
| |
| #define | RCP_PWILIST_MSG_LIST_PTR "PWILIST" |
| |
| #define | RCP_PWIPRST_MSG_INDEXED_INT "PWIPRST" |
| |
| #define | RCP_PWISRCI_MSG_INT "PWISRCI" |
| |
| #define | RCP_PWITYPE_MSG_INDEXED_INT "PWITYPE" |
| |
| #define | RCP_PWIVBT_MSG_INDEXED_INT "PWIVBT" |
| |
| #define | RCP_PWIVOLT_MSG_INDEXED_INT "PWIVOLT" |
| |
| #define | RCP_PWOIAMPS_MSG_INDEXED_INT "PWOIAMPS" |
| |
| #define | RCP_PWOIEN_MSG_INDEXED_INT "PWOIEN" |
| |
| #define | RCP_PWOIRST_MSG_INT "PWOIRST" |
| |
| #define | RCP_PWOIST_MSG_INDEXED_INT "PWOIST" |
| |
| #define | RCP_PWOLIST_MSG_LIST_PTR "PWOLIST" |
| |
| #define | RCP_PWRBATL_MSG_INT "PWRBATL" |
| |
| #define | RCP_PWRSRC_MSG_INT "PWRSRC" |
| |
| #define | RCP_PWRSRC_MSG_LIST_PTR "PWRSRC" |
| |
| #define | RCP_QTDRPFRM_MSG_INT "QTDRPFRM" |
| |
| #define | RCP_QTST_MSG_INT "QTST" |
| |
| #define | RCP_QTSTD_MSG_STR_PTR "QTSTD" |
| |
| #define | RCP_R3DST_MSG_INT "R3DST" |
| |
| #define | RCP_R3DSTD_MSG_STR_PTR "R3DSTD" |
| |
| #define | RCP_RCPCLL_MSG_LIST_PTR "RCPCLL" |
| |
| #define | RCP_RCPID_MSG_RCP_ID "RCPID" |
| |
| #define | RCP_RCPPING_MSG_STR_PTR "RCPPING" |
| |
| #define | RCP_RECFS_MSG_INT "RECFS" |
| |
| #define | RCP_RECFS_MSG_LIST_PTR "RECFS" |
| |
| #define | RCP_REQFILE_MSG_REQFILE_PTR "REQFILE" |
| |
| #define | RCP_RESETDEF "RESETDEF" |
| |
| #define | RCP_RESETHW "RESETHW" |
| |
| #define | RCP_RESETUSR "RESETUSR" |
| |
| #define | RCP_REVFFM2_MSG_INT "REVFFM2" |
| |
| #define | RCP_REVFFMSP_MSG_INT "REVFFMSP" |
| |
| #define | RCP_RFTPABOR_MSG_RFTP_ABORT "RFTPABOR" |
| |
| #define | RCP_RFTPDATA_MSG_RFTP_DATA "RFTPDATA" |
| |
| #define | RCP_RFTPDELE_MSG_RFTP_DELETE "RFTPDELE" |
| |
| #define | RCP_RFTPLIST_MSG_RFTP_LIST "RFTPLIST" |
| |
| #define | RCP_RFTPPAUS_MSG_RFTP_PAUSE_STATE "RFTPPAUS" |
| |
| #define | RCP_RFTPRETR_MSG_RFTP_RETRIEVE "RFTPRETR" |
| |
| #define | RCP_RFTPSTOR_MSG_RFTP_STORE "RFTPSTOR" |
| |
| #define | RCP_RIGSTATE_MSG_INT "RIGSTATE" |
| |
| #define | RCP_RMCAMMAC_MSG_STR_PTR "RMCAMMAC" |
| |
| #define | RCP_RMCH_MSG_INT "RMCH" |
| |
| #define | RCP_RMCH_MSG_LIST_PTR "RMCH" |
| |
| #define | RCP_RMDMAC_MSG_LIST_PTR "RMDMAC" |
| |
| #define | RCP_RMEN_MSG_INT "RMEN" |
| |
| #define | RCP_RMMAC_MSG_STR_PTR "RMMAC" |
| |
| #define | RCP_RMPAIR_MSG_STR_PTR "RMPAIR" |
| |
| #define | RCP_RMPMAC_MSG_LIST_PTR "RMPMAC" |
| |
| #define | RCP_RMSCAN "RMSCAN" |
| |
| #define | RCP_RMSTATE_MSG_INT "RMSTATE" |
| |
| #define | RCP_RMUNPAIR_MSG_STR_PTR "RMUNPAIR" |
| |
| #define | RCP_RMUPG "RMUPG" |
| |
| #define | RCP_SAVELOG "SAVELOG" |
| |
| #define | RCP_SENSTVTY_MSG_INT "SENSTVTY" |
| |
| #define | RCP_SENSTVTY_MSG_LIST_PTR "SENSTVTY" |
| |
| #define | RCP_SERPROT2_MSG_INT "SERPROT2" |
| |
| #define | RCP_SERPROT2_MSG_LIST_PTR "SERPROT2" |
| |
| #define | RCP_SERPROTO_MSG_INT "SERPROTO" |
| |
| #define | RCP_SERPROTO_MSG_LIST_PTR "SERPROTO" |
| |
| #define | RCP_SFMTMEDI_MSG_INT "SFMTMEDI" |
| |
| #define | RCP_SMDLG9IN_MSG_INT "SMDLG9IN" |
| |
| #define | RCP_SMLCKKEY_MSG_INT "SMLCKKEY" |
| |
| #define | RCP_SMLCKNAV_MSG_INT "SMLCKNAV" |
| |
| #define | RCP_SMLCKREC_MSG_INT "SMLCKREC" |
| |
| #define | RCP_SSDTALLY_MSG_INT "SSDTALLY" |
| |
| #define | RCP_SUNAME_MSG_STR_PTR "SUNAME" |
| |
| #define | RCP_TAGGED_MSG_TAG_PTR "TAGGED" |
| |
| #define | RCP_TARGET_MSG_INT "TARGET" |
| |
| #define | RCP_TARGET_MSG_LIST_PTR "TARGET" |
| |
| #define | RCP_TCJAM_MSG_INT "TCJAM" |
| |
| #define | RCP_TCSOURCE_MSG_INT "TCSOURCE" |
| |
| #define | RCP_TCSOURCE_MSG_LIST_PTR "TCSOURCE" |
| |
| #define | RCP_TETHERS_MSG_INT "TETHERS" |
| |
| #define | RCP_TETHERSI_MSG_INT "TETHERSI" |
| |
| #define | RCP_TIMEZONE_MSG_INT "TIMEZONE" |
| |
| #define | RCP_TIMEZONE_MSG_LIST_PTR "TIMEZONE" |
| |
| #define | RCP_TPATTERN_MSG_INT "TPATTERN" |
| |
| #define | RCP_TPATTERN_MSG_LIST_PTR "TPATTERN" |
| |
| #define | RCP_TPATTONE_MSG_INT "TPATTONE" |
| |
| #define | RCP_TSRVCN_MSG_INT "TSRVCN" |
| |
| #define | RCP_TSRVRN_MSG_INT "TSRVRN" |
| |
| #define | RCP_TSRVSPR_MSG_UINT "TSRVSPR" |
| |
| #define | RCP_TSRVSPT_MSG_UINT "TSRVSPT" |
| |
| #define | RCP_TURRGLO_MSG_INT "TURRGLO" |
| |
| #define | RCP_TURRGLO_MSG_REL "TURRGLO" |
| |
| #define | RCP_TWARN1_MSG_INT "TWARN1" |
| |
| #define | RCP_TWARN2_MSG_INT "TWARN2" |
| |
| #define | RCP_TWARN3_MSG_INT "TWARN3" |
| |
| #define | RCP_UILOCK_MSG_INT "UILOCK" |
| |
| #define | RCP_USER_MSG_USER_DATA "USER" |
| |
| #define | RCP_USERKEY_MSG_KEY_MAPPING "USERKEY" |
| |
| #define | RCP_VOLTHSDC_MSG_INT "VOLTHSDC" |
| |
| #define | RCP_VOLTHSH_MSG_INT "VOLTHSH" |
| |
| #define | RCP_WLANAHEN_MSG_INT "WLANAHEN" |
| |
| #define | RCP_WLANAHEN_MSG_LIST_PTR "WLANAHEN" |
| |
| #define | RCP_WLANAHID_MSG_STR_PTR "WLANAHID" |
| |
| #define | RCP_WLANAHPW_MSG_STR_PTR "WLANAHPW" |
| |
| #define | RCP_WLANAPEN_MSG_INT "WLANAPEN" |
| |
| #define | RCP_WLANAPEN_MSG_LIST_PTR "WLANAPEN" |
| |
| #define | RCP_WLANAPID_MSG_STR_PTR "WLANAPID" |
| |
| #define | RCP_WLANAPPW_MSG_STR_PTR "WLANAPPW" |
| |
| #define | RCP_WLANCHAN_MSG_INT "WLANCHAN" |
| |
| #define | RCP_WLANCHAN_MSG_LIST_PTR "WLANCHAN" |
| |
| #define | RCP_WLANCONN "WLANCONN" |
| |
| #define | RCP_WLANDHCP_MSG_INT "WLANDHCP" |
| |
| #define | RCP_WLANGATE_MSG_UINT "WLANGATE" |
| |
| #define | RCP_WLANIP_MSG_UINT "WLANIP" |
| |
| #define | RCP_WLANMAC_MSG_STR_PTR "WLANMAC" |
| |
| #define | RCP_WLANMODE_MSG_INT "WLANMODE" |
| |
| #define | RCP_WLANMODE_MSG_LIST_PTR "WLANMODE" |
| |
| #define | RCP_WLANNETM_MSG_UINT "WLANNETM" |
| |
| #define | RCP_WLANSCAN "WLANSCAN" |
| |
| #define | RCP_WLANSCRL_MSG_LIST_PTR "WLANSCRL" |
| |
| #define | RCP_WLANSCS_MSG_STR_PTR "WLANSCS" |
| |
| #define | RCP_WLANSIG_MSG_INT "WLANSIG" |
| |
| #define | RCP_WLANSTAT_MSG_INT "WLANSTAT" |
| |
| #define | RCP_WSHFOCUS_MSG_INT "WSHFOCUS" |
| |
| #define | RCP_API_DISCOVERY_H |
| |
| #define | RCP_API_SEND_CURRENT |
| |
| #define | RCP_API_GET_DEFAULT_H |
| |
| #define | RCP_API_GET_LIST_H |
| |
| #define | RCP_API_GET_PERIODIC |
| |
| #define | RCP_API_GET_STATUS_H |
| |
| #define | RCP_API_HIST_H |
| |
| #define | BASE64_H_ |
| |
| #define | RCP_API_HW_CAP_H |
| |
| #define | RCP_API_KEY_MAPPING_H |
| |
| #define | RCP_API_SET_INT_H |
| |
| #define | RCP_API_SET_UINT_H |
| |
| #define | RCP_API_PROCESS_DATA_H |
| |
| #define | GPERF_LEN_TYPE unsigned int |
| |
| #define | RCP_API_PARAMETERS_HASH_TABLE_H |
| |
| #define | RCP_API_USER_H |
| |
| #define | RCP_API_SET_LIST_H |
| |
| #define | RCP_API_VERSION_H |
| |
| #define | RCP_SDK_VERSION_H |
| |
| #define | RCP_SDK_VERSION "6.61.0" |
| |
| #define | POWER_OUT_CUR_TO_GET_STATUS_DEPENEDENCIES |
| |
| #define | POWER_OUT_CUR_LIST_TO_GET_STATUS_DEPENEDENCIES |
| |
| #define | POWER_IN_CUR_LIST_TO_GET_STATUS_DEPENEDENCIES |
| |
| #define | POWER_IN_CUR_TO_GET_STATUS_DEPENEDENCIES |
| |
| #define | POWER_IN_CUR_TO_GET_DEPENEDENCIES |
| |
| #define | ROOT_LABEL "Menu" |
| |
| #define | RCP_WLANSCRL_MSG_STR_PTR "WLANSCRL" /* the SET command was removed for RCP_PARAM_WIFI_SCAN_RESULTS in parameter set version 6.30 */ |
| |
| #define | RCP_ACES_MSG_INT "ACES" /* RCP_PARAM_ACES_PROXY was removed in parameter set version 6.32 */ |
| |
| #define | RCP_MMSHCOLR_MSG_UINT "MMSHCOLR" /* RCP_PARAM_MM_SHUTTER_COLOR was removed in parameter set version 6.33 */ |
| |
| #define | RCP_MMSHTIME_MSG_UINT "MMSHTIME" /* RCP_PARAM_MM_INTEGRATION_TIME was removed in parameter set version 6.33 */ |
| |
| #define | RCP_MMSHANGL_MSG_UINT "MMSHANGL" /* RCP_PARAM_MM_SHUTTER_ANGLE was removed in parameter set version 6.33 */ |
| |
| #define | RCP_TCSET_MSG_INT "TCSET" /* RCP_PARAM_SET_TIMECODE was removed in parameter set version 6.50 */ |
| |
| #define | RCP_VIDEOSRC_MSG_INT "VIDEOSRC" /* RCP_PARAM_VIDEO_SOURCE was removed in parameter set version 6.50 */ |
| |
| #define | RCP_VIDEOSRC_MSG_LIST_PTR "VIDEOSRC" /* RCP_PARAM_VIDEO_SOURCE was removed in parameter set version 6.50 */ |
| |
| #define | RCP_LCDCV_MSG_INT "LCDCV" /* RCP_PARAM_MONITOR_CURVE_LCD was removed in parameter set version 6.50 */ |
| |
| #define | RCP_LCDCV_MSG_LIST_PTR "LCDCV" /* RCP_PARAM_MONITOR_CURVE_LCD was removed in parameter set version 6.50 */ |
| |
| #define | RCP_HDMICV_MSG_INT "HDMICV" /* RCP_PARAM_MONITOR_CURVE_HDMI was removed in parameter set version 6.50 */ |
| |
| #define | RCP_HDMICV_MSG_LIST_PTR "HDMICV" /* RCP_PARAM_MONITOR_CURVE_HDMI was removed in parameter set version 6.50 */ |
| |
| #define | RCP_HDSDICV_MSG_INT "HDSDICV" /* RCP_PARAM_MONITOR_CURVE_HDSDI was removed in parameter set version 6.50 */ |
| |
| #define | RCP_HDSDICV_MSG_LIST_PTR "HDSDICV" /* RCP_PARAM_MONITOR_CURVE_HDSDI was removed in parameter set version 6.50 */ |
| |
| #define | RCP_EVFCV_MSG_INT "EVFCV" /* RCP_PARAM_MONITOR_CURVE_EVF was removed in parameter set version 6.50 */ |
| |
| #define | RCP_EVFCV_MSG_LIST_PTR "EVFCV" /* RCP_PARAM_MONITOR_CURVE_EVF was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PLCDCV_MSG_INT "PLCDCV" /* RCP_PARAM_MONITOR_CURVE_REAR_LCD was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PLCDCV_MSG_LIST_PTR "PLCDCV" /* RCP_PARAM_MONITOR_CURVE_REAR_LCD was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PHDSD1CV_MSG_INT "PHDSD1CV" /* RCP_PARAM_MONITOR_CURVE_REAR_HDSDI1 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PHDSD1CV_MSG_LIST_PTR "PHDSD1CV" /* RCP_PARAM_MONITOR_CURVE_REAR_HDSDI1 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PHDSD2CV_MSG_INT "PHDSD2CV" /* RCP_PARAM_MONITOR_CURVE_REAR_HDSDI2 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PHDSD2CV_MSG_LIST_PTR "PHDSD2CV" /* RCP_PARAM_MONITOR_CURVE_REAR_HDSDI2 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_REVFCV_MSG_INT "REVFCV" /* RCP_PARAM_MONITOR_CURVE_REAR_EVF was removed in parameter set version 6.50 */ |
| |
| #define | RCP_REVFCV_MSG_LIST_PTR "REVFCV" /* RCP_PARAM_MONITOR_CURVE_REAR_EVF was removed in parameter set version 6.50 */ |
| |
| #define | RCP_LCD3CV_MSG_INT "LCD3CV" /* RCP_PARAM_MONITOR_CURVE_LCD3 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_LCD3CV_MSG_LIST_PTR "LCD3CV" /* RCP_PARAM_MONITOR_CURVE_LCD3 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_EVF3CV_MSG_INT "EVF3CV" /* RCP_PARAM_MONITOR_CURVE_EVF3 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_EVF3CV_MSG_LIST_PTR "EVF3CV" /* RCP_PARAM_MONITOR_CURVE_EVF3 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PORXAE_MSG_INT "PORXAE" /* RCP_PARAM_POWER_OUT_REAR_AUX_ENABLE was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PORXAS_MSG_INT "PORXAS" /* RCP_PARAM_POWER_OUT_REAR_AUX_STATUS was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PORXAR "PORXAR" /* RCP_PARAM_POWER_OUT_REAR_AUX_RESET was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PORXAC_MSG_INT "PORXAC" /* RCP_PARAM_POWER_OUT_REAR_AUX_CURRENT was removed in parameter set version 6.50 */ |
| |
| #define | RCP_POJPUE_MSG_INT "POJPUE" /* RCP_PARAM_POWER_OUT_JETPACK_USB_ENABLE was removed in parameter set version 6.50 */ |
| |
| #define | RCP_POJPUS_MSG_INT "POJPUS" /* RCP_PARAM_POWER_OUT_JETPACK_USB_STATUS was removed in parameter set version 6.50 */ |
| |
| #define | RCP_POJPUR "POJPUR" /* RCP_PARAM_POWER_OUT_JETPACK_USB_RESET was removed in parameter set version 6.50 */ |
| |
| #define | RCP_BLCDVF_MSG_INT "BLCDVF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_LCD was removed in parameter set version 6.50 */ |
| |
| #define | RCP_BEVFVF_MSG_INT "BEVFVF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_EVF was removed in parameter set version 6.50 */ |
| |
| #define | RCP_BHDMIVF_MSG_INT "BHDMIVF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_HDMI was removed in parameter set version 6.50 */ |
| |
| #define | RCP_BHDSDIVF_MSG_INT "BHDSDIVF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_HDSDI was removed in parameter set version 6.50 */ |
| |
| #define | RCP_LCD3VF_MSG_INT "LCD3VF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_LCD3 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_EVF3VF_MSG_INT "EVF3VF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_EVF3 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PLCDVF_MSG_INT "PLCDVF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_REAR_LCD was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PSDI1VF_MSG_INT "PSDI1VF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_REAR_HDSDI1 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_PSDI2VF_MSG_INT "PSDI2VF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_REAR_HDSDI2 was removed in parameter set version 6.50 */ |
| |
| #define | RCP_REVFVF_MSG_INT "REVFVF" /* RCP_PARAM_MONITOR_VIDEO_FLIP_REAR_EVF was removed in parameter set version 6.50 */ |
| |
| #define | RCP_VLTBLWTH_MSG_INT "VLTBLWTH" /* RCP_PARAM_VOLTAGE_BELOW_THRESHOLD was removed in parameter set version 6.61 */ |
| |
| #define | RFTP_WINDOW_SIZE 4 |
| |
| #define | ESCAPE_CHAR '%' |
| |
| #define | SEPARATOR_CHAR '|' |
| |
| #define | COMPRESSED_STRING_DICTIONARY_START_CHAR '{' |
| |
| #define | COMPRESSED_STRING_DICTIONARY_END_CHAR '}' |
| |
| #define | COMPRESSED_STRING_DICTIONARY_SEPARATOR_CHAR ':' |
| |
| #define | MAX_COMPRESSED_STRINGS 25 |
| |
| #define | MAX_UNCOMPRESSED_STRING_LENGTH 20 |
| |
| #define | MAX_DICTIONARY_STRING_LENGTH (1 + (MAX_UNCOMPRESSED_STRING_LENGTH + 1 + 1 + 1) * MAX_COMPRESSED_STRINGS + 1 + 1) |
| |
| #define | FIRST_USABLE_CHARACER_FOR_COMPRESSION '0' |
| |
| #define | LAST_USABLE_CHARACTER_FOR_COMPRESSION 'z' |
| |
| #define | FPS_DIVIDER 1001 |
| |
| #define | INT_TIME_DIVIDER 1000 |
| |
| #define | MAIN_OUTPUT_PRESET_STRING_TABLE_COUNT (sizeof(main_output_preset_string_table) / sizeof(string_table_t)) |
| |
| #define | DISPLAY_PRESET_STRING_TABLE_COUNT (sizeof(display_preset_string_table) / sizeof(string_table_t)) |
| |
| #define | OUTPUT_TRANSFORM_STRING_TABLE_COUNT (sizeof(output_transform_string_table) / sizeof(string_table_t)) |
| |
| #define | TOTAL_KEYWORDS 867 |
| |
| #define | MIN_WORD_LENGTH 3 |
| |
| #define | MAX_WORD_LENGTH 8 |
| |
| #define | MIN_HASH_VALUE 22 |
| |
| #define | MAX_HASH_VALUE 6344 |
| |
|
| c_list_t * | c_list_create (c_list_malloc_t c_list_malloc, c_list_free_t c_list_free) |
| | Create list. More...
|
| |
| c_list_error_t | c_list_delete (c_list_t *c_list) |
| | Delete list. More...
|
| |
| c_list_error_t | c_list_copy (c_list_t *dest, const c_list_t *src) |
| | Copy list. More...
|
| |
| c_list_error_t | c_list_append (c_list_t *c_list, c_list_num_t num, const char *str, user_defined_t user_defined) |
| | Append item to list. More...
|
| |
| c_list_error_t | c_list_insert (c_list_t *c_list, size_t idx, c_list_num_t num, const char *str, user_defined_t user_defined) |
| | Insert item in list at specified location. More...
|
| |
| c_list_error_t | c_list_insert_in_sort_order (c_list_t *c_list, c_list_num_t num, const char *str, user_defined_t user_defined) |
| | Insert item in list in sorted order. More...
|
| |
| c_list_error_t | c_list_insert_in_sort_order_unique (c_list_t *c_list, c_list_num_t num, const char *str, user_defined_t user_defined) |
| | Insert item in list in sorted order (unique). More...
|
| |
| c_list_error_t | c_list_insert_in_alphabetical_order (c_list_t *c_list, c_list_num_t num, const char *str, user_defined_t user_defined) |
| | Insert item in list in alphabetical order. More...
|
| |
| c_list_error_t | c_list_remove (c_list_t *c_list, size_t idx) |
| | Remove item from list. More...
|
| |
| c_list_error_t | c_list_clear (c_list_t *c_list) |
| | Clear list. More...
|
| |
| size_t | c_list_get_length (const c_list_t *c_list) |
| | Length of list. More...
|
| |
| c_list_error_t | c_list_find_first (c_list_t *c_list, c_list_entry_t *c_list_entry) |
| | Find first entry in the list. More...
|
| |
| c_list_error_t | c_list_find_last (c_list_t *c_list, c_list_entry_t *c_list_entry) |
| | Find last entry in the list. More...
|
| |
| c_list_error_t | c_list_find_next (c_list_t *c_list, c_list_entry_t *c_list_entry) |
| | Find next entry in the list. More...
|
| |
| c_list_error_t | c_list_find_prev (c_list_t *c_list, c_list_entry_t *c_list_entry) |
| | Find previous entry in the list. More...
|
| |
| c_list_error_t | c_list_get_entry (const c_list_t *c_list, size_t idx, c_list_entry_t *c_list_entry) |
| | Get entry details by index. More...
|
| |
| c_list_error_t | c_list_set_entry (c_list_t *c_list, size_t idx, const c_list_entry_t *c_list_entry) |
| | Set entry details by index. More...
|
| |
| c_list_error_t | c_list_get_current_entry (const c_list_t *c_list, c_list_entry_t *c_list_entry) |
| | Get current entry details. More...
|
| |
| c_list_error_t | c_list_set_current_entry (c_list_t *c_list, const c_list_entry_t *c_list_entry) |
| | Set details of current entry. More...
|
| |
| c_list_error_t | c_list_get_index (const c_list_t *c_list, size_t *idx) |
| | Get index of current entry. More...
|
| |
| c_list_error_t | c_list_set_index (c_list_t *c_list, size_t idx) |
| | Set current entry by index;. More...
|
| |
| c_list_error_t | c_list_find_num (c_list_t *c_list, c_list_num_t num, c_list_entry_t *c_list_entry, c_list_find_t find) |
| | Find entry by number. More...
|
| |
| c_list_error_t | c_list_find_str (c_list_t *c_list, const char *str, c_list_entry_t *c_list_entry) |
| | Find entry by string. More...
|
| |
| c_list_error_t | c_list_find_strn (c_list_t *c_list, const char *str, size_t len, c_list_entry_t *c_list_entry) |
| | Find entry by partial string. More...
|
| |
| c_list_error_t | c_list_fill_generic (c_list_t *c_list, int min, int max, int step, int divider, int precision, const char *postfix, const char *prefix) |
| | Create list using min, max, step. More...
|
| |
| c_list_error_t | c_list_decode (const c_list_t *c_list) |
| | Decode all decorated strings in list. More...
|
| |
| c_list_error_t | c_list_import_from_string (c_list_t *c_list, const char *str) |
| | Convert string to list. More...
|
| |
| c_list_error_t | c_list_export_to_string (const c_list_t *c_list, char *str, size_t size) |
| | Convert list to a single string. More...
|
| |
| c_list_error_t | c_list_export_to_string_ext (const c_list_t *c_list, char *str, size_t size, int force_compression) |
| |
| int | c_list_compare (const c_list_t *c_list_1, const c_list_t *c_list_2) |
| | Compare two lists. More...
|
| |
| const char * | rcp_api_get_version (void) |
| | Get version of RCP API. More...
|
| |
| void | rcp_process_data (rcp_camera_connection_t *con, const char *data, size_t len) |
| | Process incoming camera data. More...
|
| |
| const char * | rcp_get_name (const rcp_camera_connection_t *con, rcp_param_t id) |
| | Get name of RCP parameter. More...
|
| |
| const char * | rcp_get_label (rcp_camera_connection_t *con, rcp_param_t id) |
| | Get label for RCP parameter. More...
|
| |
| rcp_param_t | rcp_get_id (const rcp_camera_connection_t *con, const char *name) |
| | Get ID for RCP parameter by name. More...
|
| |
| int | rcp_get_update_list_only_on_close (rcp_camera_connection_t *con, rcp_param_t id) |
| | Get update_list_only_on_close property of RCP parameter. More...
|
| |
| int | rcp_get_is_supported (rcp_camera_connection_t *con, rcp_param_t id, rcp_param_properties_t *properties) |
| | Check if parameter is supported by connected camera. More...
|
| |
| rcp_error_t | rcp_get (rcp_camera_connection_t *con, rcp_param_t id) |
| | Request RCP parameter data from the camera. More...
|
| |
| rcp_error_t | rcp_get_list (rcp_camera_connection_t *con, rcp_param_t id) |
| | Request RCP parameter list from the camera. More...
|
| |
| rcp_error_t | rcp_get_status (rcp_camera_connection_t *con, rcp_param_t id) |
| | Request RCP parameter status from the camera. More...
|
| |
| rcp_error_t | rcp_get_default (rcp_camera_connection_t *con, rcp_param_t id) |
| | Request RCP parameter default value from the camera. More...
|
| |
| rcp_error_t | rcp_get_clip_list (rcp_camera_connection_t *con) |
| | Request RCP parameter status from the camera. More...
|
| |
| rcp_error_t | rcp_send (rcp_camera_connection_t *con, rcp_param_t id) |
| | Send RCP parameter to camera. More...
|
| |
| rcp_error_t | rcp_set_int (rcp_camera_connection_t *con, rcp_param_t id, int32_t val) |
| | Set integer value for RCP parameter. More...
|
| |
| rcp_error_t | rcp_set_int_relative (rcp_camera_connection_t *con, rcp_param_t id, int32_t offset) |
| | Set integer value for RCP parameter given an offset. More...
|
| |
| rcp_error_t | rcp_set_uint (rcp_camera_connection_t *con, rcp_param_t id, uint32_t val) |
| | Set unsigned integer value for RCP parameter. More...
|
| |
| rcp_error_t | rcp_set_uint_relative (rcp_camera_connection_t *con, rcp_param_t id, int32_t offset) |
| | Set unsigned integer value for RCP parameter given an offset. More...
|
| |
| rcp_error_t | rcp_set_str (rcp_camera_connection_t *con, rcp_param_t id, const char *val) |
| | Set string value for RCP parameter. More...
|
| |
| rcp_error_t | rcp_set_list (rcp_camera_connection_t *con, rcp_param_t id, const char *val) |
| | Set list value for RCP parameter. More...
|
| |
| rcp_error_t | rcp_set_list_relative (rcp_camera_connection_t *con, rcp_param_t id, int32_t offset) |
| | Set list (by value) with relative offset. More...
|
| |
| int | rcp_get_periodic_is_supported (rcp_camera_connection_t *con) |
| | Check if the get_periodic feature is supported by connected camera. More...
|
| |
| rcp_error_t | rcp_get_periodic_on (rcp_camera_connection_t *con, rcp_param_t id) |
| | Enable periodic RCP parameter data from the camera. More...
|
| |
| rcp_error_t | rcp_get_periodic_off (rcp_camera_connection_t *con, rcp_param_t id) |
| | Disable periodic RCP parameter data from the camera. More...
|
| |
| rcp_error_t | rcp_notification_get (rcp_camera_connection_t *con) |
| | Get current notification. More...
|
| |
| rcp_error_t | rcp_notification_timeout (rcp_camera_connection_t *con, const char *id) |
| | Current notification has timed out. More...
|
| |
| rcp_error_t | rcp_notification_response (rcp_camera_connection_t *con, const char *id, int32_t response) |
| | Send response for current notification. More...
|
| |
| int | rcp_menu_is_supported (const rcp_camera_connection_t *con) |
| | Check if menu tree is supported by connected camera. More...
|
| |
| rcp_error_t | rcp_menu_get_children (rcp_camera_connection_t *con, rcp_menu_node_id_t id) |
| | Request menu tree children for given parent node. More...
|
| |
| int | rcp_menu_node_status_is_supported (const rcp_camera_connection_t *con) |
| | Check if menu node status is supported by connected camera. More...
|
| |
| rcp_error_t | rcp_menu_get_node_status (rcp_camera_connection_t *con, rcp_menu_node_id_t id) |
| | Request menu tree status for given node. More...
|
| |
| uint32_t | rcp_menu_get_multi_action_list_leaf_flags (const rcp_camera_connection_t *con, int32_t data) |
| | Convert user-defined int32 value in arg_c_list for multi action list leaf into flags. More...
|
| |
| rcp_camera_connection_t * | rcp_create_camera_connection (const rcp_camera_connection_info_t *info) |
| | Create camera connection to the RCP API. More...
|
| |
| void | rcp_delete_camera_connection (rcp_camera_connection_t *con) |
| | Close and cleanup camera connection. More...
|
| |
| rcp_error_t | rcp_camera_connection_stats (const rcp_camera_connection_t *con, rcp_camera_connection_stats_t *stats) |
| | Get stats regarding camera connection. More...
|
| |
| void | rcp_discovery_start (rcp_broadcast_data_to_cameras_cb_t cb, void *cb_user_data) |
| | Start camera discovery process. More...
|
| |
| void | rcp_discovery_step (void) |
| | Continue camera discovery process. More...
|
| |
| rcp_discovery_cam_info_list_t * | rcp_discovery_get_list (void) |
| | Get list of discovered cameras. More...
|
| |
| void | rcp_discovery_free_list (rcp_discovery_cam_info_list_t *list) |
| | Clears list of discovered cameras. More...
|
| |
| void | rcp_discovery_process_data (const char *data, size_t len, const char *from_ipv4) |
| | Process incoming discovery camera data. More...
|
| |
| void | rcp_discovery_end (void) |
| | End the camera discovery process. More...
|
| |
| int | rcp_rftp_is_supported (const rcp_camera_connection_t *con) |
| | Check if rftp operations are supported by connected camera. More...
|
| |
| int | rcp_rftp_tethered_is_supported (const rcp_camera_connection_t *con) |
| | Check if rftp tethered file retrieval is supported by connected camera. More...
|
| |
| rcp_error_t | rcp_rftp_send_file (rcp_camera_connection_t *con, const char *path, uint8_t *data, int64_t uncompressed_len, int64_t compressed_len, int file_is_compressed, rcp_uuid_t *uuid) |
| | Send file to camera. More...
|
| |
| rcp_error_t | rcp_rftp_send_file_v2 (rcp_camera_connection_t *con, const char *path, uint8_t *data, int64_t uncompressed_len, int64_t compressed_len, int file_is_compressed, int fragment_size, rcp_uuid_t *uuid) |
| | Send file to camera. More...
|
| |
| rcp_error_t | rcp_rftp_retrieve_file (rcp_camera_connection_t *con, const char *path, int64_t max_file_size, int compression_allowed, rcp_uuid_t *uuid) |
| | Retrieve file from camera. More...
|
| |
| rcp_error_t | rcp_rftp_retrieve_file_tethered (rcp_camera_connection_t *con, const char *path, int64_t max_file_size, int compression_allowed, rcp_uuid_t *uuid) |
| | Retrieve file from camera using the RED streaming protocol (for internal RED use only) More...
|
| |
| rcp_error_t | rcp_rftp_abort_transfer (rcp_camera_connection_t *con, rcp_uuid_t *uuid) |
| | Abort store or retrieve file transfer. More...
|
| |
| rcp_error_t | rcp_rftp_delete_file (rcp_camera_connection_t *con, const char *path, rcp_uuid_t *uuid) |
| | Delete file from camera. More...
|
| |
| rcp_error_t | rcp_rftp_directory_listing (rcp_camera_connection_t *con, const char *path, rcp_uuid_t *uuid) |
| | Get virtual directory listing from camera. More...
|
| |
| int | rcp_user_is_supported (const rcp_camera_connection_t *con) |
| | Check if user pass through messages are supported by connected camera. More...
|
| |
| rcp_error_t | rcp_user_send_set (rcp_camera_connection_t *con, const char *id, const char *val) |
| | Send "Set USER" RCP Message. More...
|
| |
| rcp_error_t | rcp_user_send_get (rcp_camera_connection_t *con, const char *id, const char *val) |
| | Send "Get USER" RCP Message. More...
|
| |
| rcp_error_t | rcp_user_send_current (rcp_camera_connection_t *con, const char *id, const char *val) |
| | Send "Current USER" RCP Message. More...
|
| |
| int | rcp_user_metadata_is_supported (const rcp_camera_connection_t *con) |
| | Check if user metadata messages are supported by connected camera. More...
|
| |
| rcp_error_t | rcp_user_metadata_register (rcp_camera_connection_t *con, const char *id, uint32_t max_len) |
| | Register user metadata id with camera. More...
|
| |
| rcp_error_t | rcp_user_metadata_unregister (rcp_camera_connection_t *con, const char *id) |
| | Unregister user metadata id with camera. More...
|
| |
| rcp_error_t | rcp_user_metadata_send (rcp_camera_connection_t *con, const char *id, const char *val) |
| | Send user metadata to camera. More...
|
| |
| int | rcp_key_mapping_is_supported (const rcp_camera_connection_t *con) |
| | Check if key mapping is supported by connected camera. Check if key mapping is supported via RCP by connected camera. This function uses the camera's RCP Parameter Set Version to determine if is is available. More...
|
| |
| rcp_error_t | rcp_key_mapping_get_action_list (rcp_camera_connection_t *con) |
| | Request list of mappable actions from the camera. More...
|
| |
| rcp_error_t | rcp_key_mapping_get_mapping (rcp_camera_connection_t *con, int keycode) |
| | Request current key-mapping for given keycode. More...
|
| |
| rcp_error_t | rcp_key_mapping_set_mapping (rcp_camera_connection_t *con, int keycode, key_action_t action, const char *param) |
| | Set key-mapping for given keycode. More...
|
| |
| void * | rcp_malloc (size_t NBYTES) |
| | Wrapper for memory allocations required by RCP API. More...
|
| |
| void | rcp_free (void *APTR) |
| | Wrapper for freeing memory allocations required by RCP API. More...
|
| |
| void | rcp_mutex_lock (rcp_mutex_t id) |
| | Wrapper for mutex lock required by the RCP API. More...
|
| |
| void | rcp_mutex_unlock (rcp_mutex_t id) |
| | Wrapper for mutex unlock required by the RCP API. More...
|
| |
| void | rcp_log (rcp_log_t severity, const rcp_camera_connection_t *con, const char *msg) |
| | Wrapper for logging messages from the RCP API. More...
|
| |
| int | rcp_rand (void) |
| | Wrapper for getting pseudo-random integer required by the RCP API. More...
|
| |
| uint32_t | rcp_timestamp (void) |
| | Wrapper for getting system time stamp in milliseconds. More...
|
| |
| int | RCP_prepareForParsing (tRCP *pRcpData, char *pBuffer, int bufferLength) |
| |
| int | RCP_validateChecksum (const tRCP *pRcpData) |
| |
| int | RCP_validateChecksumBinary (const tRCP *pRcpData) |
| |
| int | RCP_parseHeader (tRCP *pRcpData, const char *pDeviceID, char *pCmd) |
| |
| char * | RCP_getNextToken (tRCP *pRcpData) |
| |
| int | RCP_buildHeader (tRCP *pRcpData, char *pBuffer, int bufferLength, const char *pSourceID, const char *pTargetID, char Cmd) |
| |
| int | RCP_addToken (tRCP *pRcpData, const char *pToken) |
| |
| int | RCP_addChecksum (tRCP *pRcpData) |
| |
| int | RCP_finalizeMessage (tRCP *pRcpData) |
| |
| int | RCP_buildMessage (char *pBuffer, int maxSize, const char *pSource, const char *pTarget, char cmd, const char *pParam, const char *pValue, char addChecksum) |
| |
| int | RCP_parseMessage (char *pBuffer, int bufferSize, const char *myDeviceId, char **senderID, char *pCmd, char **pParam, char **pValue) |
| |
| int | RCP_strcmp (const char *s1, const char *s2) |
| |
| size_t | RCP_strlcpy (char *dst, const char *src, size_t siz) |
| |
| const char * | RCP_get_packet (tRCPPacketState *packetState, char nextChar, int *numBytes) |
| |
| int | RCP_get_and_parse_packet (tRCPParsedPacketState *packetState, char nextChar) |
| |
| int | RCP_get_and_parse_packet_non_destructive (tRCPParsedPacketState *packetState, char nextChar) |
| |
| int | RCP_getVersion (void) |
| |
| RCP_API_PRIVATE void | _rcp_clip_list_clear (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_handle_media_clip_count (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_handle_media_clip_ext_info (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_handle_media_label (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_clip_list_handle_record_state_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_menu_init (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_menu_clear (const rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_menu_handle_node_list (rcp_camera_connection_t *con, const char *node_list_string) |
| |
| RCP_API_PRIVATE void | _rcp_menu_handle_node_status (rcp_camera_connection_t *con, rcp_menu_node_id_t node_id, int is_enable, int is_supported) |
| |
| RCP_API_PRIVATE void | _rcp_menu_handle_playback_state_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_notification_get (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_notification_timeout (rcp_camera_connection_t *con, const char *id) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_notification_response (rcp_camera_connection_t *con, const char *id, int32_t response) |
| |
| RCP_API_PRIVATE void | _rcp_notification_remove (rcp_camera_connection_t *con, rcp_notification_list_t *entry) |
| |
| RCP_API_PRIVATE void | _rcp_process_packet_notification (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_get_dependencies (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_get_dependencies_cur_list_to_create_list (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_get_dependencies_cur_list_to_get (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_get_dependencies_cur_list_to_get_status (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_parameters_handle_record_state_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_parameters_handle_test_pattern_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_parameters_handle_magnify_state_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_parameters_handle_playback_state_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_parameters_handle_playback_file_format_state_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_parameters_handle_raw_mode_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_parameters_handle_video_source_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_parameters_handle_color_science_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE int | _rcp_check_parameter_dependencies (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE int | _rcp_get_indexed_parameter_info (rcp_camera_connection_t *con, rcp_param_t list_param, int idx, c_list_entry_t *e) |
| |
| RCP_API_PRIVATE void | _rcp_clear_cache_val (rcp_camera_connection_t *con, rcp_param_t param) |
| |
| RCP_API_PRIVATE void | _rcp_clear_cache_list (rcp_camera_connection_t *con, rcp_param_t param) |
| |
| RCP_API_PRIVATE void | _rcp_rftp_handle_store (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_rftp_handle_retrieve (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_rftp_handle_list (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_rftp_handle_data (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_rftp_handle_abort (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_rftp_handle_delete (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_rftp_handle_pause (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_rftp_free_all_data (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_connection_send_packet (rcp_camera_connection_t *con, const char *buf, size_t len) |
| |
| RCP_API_PRIVATE int | _rcp_version_in_range (const rcp_camera_connection_t *con, const rcp_version_range_t *range) |
| |
| RCP_API_PRIVATE int | _rcp_version_in_range_ext (const rcp_camera_connection_t *con, uint16_t min_major, uint16_t min_minor, uint16_t max_major, uint16_t max_minor) |
| |
| RCP_API_PRIVATE int | _rcp_version_less_or_equal_to (const rcp_camera_connection_t *con, uint16_t max_major, uint16_t max_minor) |
| |
| RCP_API_PRIVATE int | _rcp_version_greater_or_equal_to (const rcp_camera_connection_t *con, uint16_t min_major, uint16_t min_minor) |
| |
| RCP_API_PRIVATE int | _rcp_has_feature (const rcp_camera_connection_t *con, rcp_feature_t feature) |
| |
| RCP_API_PRIVATE void | _rcp_process_audio_vu_packet (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet, rcp_param_t id) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_get (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_create_get_message (rcp_camera_connection_t *con, char cmd, const char *msg) |
| |
| RCP_API_PRIVATE void | _rcp_create_get_with_int_arg_message (rcp_camera_connection_t *con, char cmd, const char *msg, int32_t arg) |
| |
| void | decorated_string_decode (const char *src, char *dest, size_t dest_len) |
| |
| void | decorated_string_decode1 (const char *src, char *dest, size_t dest_len) |
| |
| void | decorated_string_decode2 (const char *src, char *dest, size_t dest_len, int32_t builtin) |
| |
| void | decorated_string_1_to_2 (const char *src, char *dest, size_t dest_len) |
| |
| void | decorated_string_create (char *dest, size_t dest_size, int32_t num, int32_t divider, int32_t digits, const char *prefix, const char *postfix) |
| |
| void | decorated_string_abbreviate (char *str) |
| |
| void | decorated_string_create_fps_label (char *dest, size_t dest_size, decorated_string_len_t len, int32_t fps) |
| |
| void | decorated_string_create_int_time_label (char *dest, size_t dest_size, decorated_string_len_t len, int32_t show_angle, int32_t int_time, int32_t int_time_angle, frame_processing_t frame_processing, int32_t frame_divider, int32_t ae_control) |
| |
| void | decorated_string_create_red_gamma (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value) |
| |
| void | decorated_string_create_red_color (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value) |
| |
| void | decorated_string_create_main_output_preset (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value) |
| |
| void | decorated_string_create_display_preset (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value) |
| |
| void | decorated_string_create_output_transform (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value) |
| |
| void | decorated_string_create_iso (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value, int32_t iso_pull, int32_t nd_val, int32_t sensor_gain_supported, int32_t sensor_gain_mode) |
| |
| void | decorated_string_create_redcode (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value) |
| |
| void | decorated_string_create_file_format (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value) |
| |
| void | decorated_string_create_aperture (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value, int32_t ae_control) |
| |
| void | decorated_string_create_power (char *dest, size_t dest_size, decorated_string_len_t len, battery_display_mode_t display_mode, int32_t power_level, int32_t runtime) |
| |
| void | decorated_string_create_power2 (char *dest, size_t dest_size, decorated_string_len_t len, battery_display_mode_t display_mode, int32_t voltage, int32_t runtime, int32_t percent) |
| |
| void | decorated_string_create_power_voltage (char *dest, size_t dest_size, decorated_string_len_t len, int32_t voltage) |
| |
| void | decorated_string_create_power_percent (char *dest, size_t dest_size, decorated_string_len_t len, int32_t percent) |
| |
| void | decorated_string_create_power_runtime (char *dest, size_t dest_size, decorated_string_len_t len, int32_t runtime) |
| |
| void | decorated_string_create_focus_dist (char *dest, size_t dest_size, decorated_string_len_t len, focus_distance_mode_t display_mode, int32_t near_dist, int32_t far_dist) |
| |
| void | decorated_string_create_focal_length (char *dest, size_t dest_size, decorated_string_len_t len, int32_t value) |
| |
| void | decorated_string_create_media (char *dest, size_t dest_size, decorated_string_len_t len, decorated_string_color_t *color, record_mode_t record_mode, media_display_t display_mode, int32_t media_level, int32_t runtime) |
| |
| void | decorated_string_create_color_temperature (char *dest, size_t dest_size, decorated_string_len_t len, int32_t color_temp) |
| |
| void | decorated_string_create_temperature (char *dest, size_t dest_size, decorated_string_len_t len, int32_t temp) |
| |
| void | decorated_string_create_fan_speed (char *dest, size_t dest_size, decorated_string_len_t len, int32_t fan_speed) |
| |
| void | decorated_string_create_gyro_angle (char *dest, size_t dest_size, decorated_string_len_t len, int32_t angle) |
| |
| size_t | strlcat (char *dst, const char *src, size_t siz) |
| |
| size_t | strlcpy (char *dst, const char *src, size_t siz) |
| |
| size_t | strlncpy (char *dst, const char *src, size_t dst_size, size_t src_bytes_to_copy) |
| |
| RCP_API_PRIVATE void | _rcp_handle_deferred_error (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_set_deferred_error (rcp_camera_connection_t *con, rcp_error_t error) |
| |
| RCP_API_PRIVATE void | _rcp_log (const char *file, const char *func, int line, rcp_log_t severity, const rcp_camera_connection_t *con, const char *fmt,...) |
| |
| RCP_API_PRIVATE void | _rcp_set_state (rcp_camera_connection_t *con, rcp_connection_state_t new_state) |
| |
| RCP_API_PRIVATE void | _rcp_cur_int_cb (rcp_camera_connection_t *con, const rcp_cur_int_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_cur_uint_cb (rcp_camera_connection_t *con, const rcp_cur_uint_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_cur_camera_info_cb (rcp_camera_connection_t *con, const rcp_cam_info_t *cam_info) |
| |
| RCP_API_PRIVATE void | _rcp_cur_tag_cb (rcp_camera_connection_t *con, const rcp_cur_tag_info_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_cur_list_cb (rcp_camera_connection_t *con, const rcp_cur_list_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_cur_str_cb (rcp_camera_connection_t *con, const rcp_cur_str_cb_data_t *data) |
| |
| RCP_API_PRIVATE char * | _rcp_strdup (const char *src) |
| |
| RCP_API_PRIVATE int | _rcp_create_uuid (rcp_uuid_t *uuid) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_send_client_id (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_client_id_ping (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_create_and_send_packet (rcp_camera_connection_t *con, char cmd, const char *param, size_t count,...) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_set_str (rcp_camera_connection_t *con, rcp_param_t id, const char *val) |
| |
| RCP_API_PRIVATE void | _rcp_create_set_str_message (rcp_camera_connection_t *con, char cmd, const char *msg, const char *val) |
| |
| RCP_API_PRIVATE void | _rcp_send_current_int (rcp_camera_connection_t *con, rcp_param_t id, int target_val_updated) |
| |
| RCP_API_PRIVATE void | _rcp_send_current_uint (rcp_camera_connection_t *con, rcp_param_t id, int target_val_updated) |
| |
| RCP_API_PRIVATE void | _rcp_send_current_list (rcp_camera_connection_t *con, rcp_param_t id, rcp_param_t send_as_id) |
| |
| RCP_API_PRIVATE void | _rcp_send_current_str (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_send_current_composite_string (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_send_current_status (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_send_current_default_int (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_send_current_default_uint (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_get_list (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_get_status (rcp_camera_connection_t *con, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_process_hist_packet (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet, rcp_param_t id) |
| |
| int | base64_encode (const unsigned char *source, size_t sourcelen, char *target, size_t targetlen) |
| |
| size_t | base64_decode (const char *source, unsigned char *target, size_t targetlen) |
| |
| RCP_API_PRIVATE void | _rcp_process_hw_cap_packet (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet, rcp_param_t id) |
| |
| RCP_API_PRIVATE void | _rcp_hw_cap_not_supported (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_hw_cap_update_status (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE int | _rcp_get_hw_cap (const rcp_camera_connection_t *con, hw_cap_t hw_cap) |
| |
| RCP_API_PRIVATE void | _rcp_key_mapping_preset_list (rcp_camera_connection_t *con, const rcp_cur_list_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_key_mapping_look_list (rcp_camera_connection_t *con, const rcp_cur_list_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_key_mapping_action_list (rcp_camera_connection_t *con, const rcp_cur_list_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_key_mapping_dialog_list (rcp_camera_connection_t *con, const rcp_cur_list_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_key_mapping_script_list (rcp_camera_connection_t *con, const rcp_cur_list_cb_data_t *data) |
| |
| RCP_API_PRIVATE void | _rcp_key_mapping_hw_cap_changed (rcp_camera_connection_t *con) |
| |
| RCP_API_PRIVATE void | _rcp_process_key_mapping_packet (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_set_int (rcp_camera_connection_t *con, rcp_param_t id, int32_t val) |
| |
| RCP_API_PRIVATE void | _rcp_create_set_int_message (rcp_camera_connection_t *con, char cmd, const char *msg, int32_t val) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_set_int_from_relative (rcp_camera_connection_t *con, rcp_param_t id, int32_t val, int32_t offset) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_set_uint (rcp_camera_connection_t *con, rcp_param_t id, uint32_t val) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_set_uint_from_relative (rcp_camera_connection_t *con, rcp_param_t id, uint32_t val, int32_t offset) |
| |
| RCP_API_PRIVATE const cur_msg_to_param_id_t * | _rcp_get_id_from_cur_msg (register const char *str, register GPERF_LEN_TYPE len) |
| |
| RCP_API_PRIVATE void | _rcp_process_user_packet (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE void | _rcp_process_user_metadata_reg_packet (rcp_camera_connection_t *con, const tRCPParsedPacket2 *packet) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_set_list_from_relative (rcp_camera_connection_t *con, rcp_param_t id, const char *list_val, int32_t offset) |
| |
| RCP_API_PRIVATE rcp_error_t | _rcp_get_current_entry_from_list (const rcp_camera_connection_t *con, const char *list_val, c_list_entry_t *entry) |
| |
| int | rcp_is_get_pending (const rcp_camera_connection_t *con, rcp_param_t id) |
| |
| int | rcp_is_get_target_pending (const rcp_camera_connection_t *con, rcp_param_t id) |
| |
| char * | _rcp_allocate_and_format_menu_title (rcp_camera_connection_t *con, char *fmt, rcp_param_t param_id) |
| |
| size_t | c_list_strings_to_compress_size (void) |
| |
| char * | RCP_copyStringChar (char *dst, const char *src, const char *end) |
| |
| const struct rcp_current_table * | _rcp_get_id_from_cur_msg (register const char *str, register unsigned int len) |
| |