|
OrbbecSDK 2.8.6
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
#include "ObTypes.h"Go to the source code of this file.
Functions | |
| OB_EXPORT const char * | ob_format_type_to_string (OBFormat type) |
| Convert OBFormat to " char* " type and then return. | |
| OB_EXPORT const char * | ob_frame_type_to_string (OBFrameType type) |
| Convert OBFrameType to " char* " type and then return. | |
| OB_EXPORT const char * | ob_stream_type_to_string (OBStreamType type) |
| Convert OBStreamType to " char* " type and then return. | |
| OB_EXPORT const char * | ob_sensor_type_to_string (OBSensorType type) |
| Convert OBSensorType to " char* " type and then return. | |
| OB_EXPORT const char * | ob_imu_rate_type_to_string (OBIMUSampleRate type) |
| Convert OBIMUSampleRate to " char* " type and then return. | |
| OB_EXPORT const char * | ob_gyro_range_type_to_string (OBGyroFullScaleRange type) |
| Convert OBGyroFullScaleRange to " char* " type and then return. | |
| OB_EXPORT const char * | ob_accel_range_type_to_string (OBAccelFullScaleRange type) |
| Convert OBAccelFullScaleRange to " char* " type and then return. | |
| OB_EXPORT const char * | ob_lidar_scan_rate_type_to_string (OBLiDARScanRate type) |
| Convert OBLiDARScanRate to " char* " type and then return. | |
| OB_EXPORT const char * | ob_meta_data_type_to_string (OBFrameMetadataType type) |
| Convert OBFrameMetadataType to " char* " type and then return. | |
| OB_EXPORT OBStreamType | ob_sensor_type_to_stream_type (OBSensorType type) |
| Convert OBStreamType to OBSensorType. | |
| OB_EXPORT const char * | ob_format_to_string (OBFormat format) |
| Convert OBFormat to " char* " type and then return. | |
| OB_EXPORT const char * ob_format_type_to_string | ( | OBFormat | type | ) |
Convert OBFormat to " char* " type and then return.
| [in] | type | OBFormat type. |
Referenced by ob::TypeHelper::convertOBFormatTypeToString().
| OB_EXPORT const char * ob_frame_type_to_string | ( | OBFrameType | type | ) |
Convert OBFrameType to " char* " type and then return.
| [in] | type | OBFrameType type. |
Referenced by ob::TypeHelper::convertOBFrameTypeToString().
| OB_EXPORT const char * ob_stream_type_to_string | ( | OBStreamType | type | ) |
Convert OBStreamType to " char* " type and then return.
| [in] | type | OBStreamType type. |
Referenced by ob::TypeHelper::convertOBStreamTypeToString().
| OB_EXPORT const char * ob_sensor_type_to_string | ( | OBSensorType | type | ) |
Convert OBSensorType to " char* " type and then return.
| [in] | type | OBSensorType type. |
Referenced by ob::TypeHelper::convertOBSensorTypeToString().
| OB_EXPORT const char * ob_imu_rate_type_to_string | ( | OBIMUSampleRate | type | ) |
Convert OBIMUSampleRate to " char* " type and then return.
| [in] | type | OBIMUSampleRate type. |
Referenced by ob::TypeHelper::convertOBIMUSampleRateTypeToString().
| OB_EXPORT const char * ob_gyro_range_type_to_string | ( | OBGyroFullScaleRange | type | ) |
Convert OBGyroFullScaleRange to " char* " type and then return.
| [in] | type | OBGyroFullScaleRange type. |
Referenced by ob::TypeHelper::convertOBGyroFullScaleRangeTypeToString().
| OB_EXPORT const char * ob_accel_range_type_to_string | ( | OBAccelFullScaleRange | type | ) |
Convert OBAccelFullScaleRange to " char* " type and then return.
| [in] | type | OBAccelFullScaleRange type. |
Referenced by ob::TypeHelper::convertOBAccelFullScaleRangeTypeToString().
| OB_EXPORT const char * ob_lidar_scan_rate_type_to_string | ( | OBLiDARScanRate | type | ) |
Convert OBLiDARScanRate to " char* " type and then return.
| [in] | type | OBLiDARScanRate type. |
Referenced by ob::TypeHelper::convertOBLiDARScanRateTypeToString().
| OB_EXPORT const char * ob_meta_data_type_to_string | ( | OBFrameMetadataType | type | ) |
Convert OBFrameMetadataType to " char* " type and then return.
| [in] | type | OBFrameMetadataType type. |
Referenced by ob::TypeHelper::convertOBFrameMetadataTypeToString().
| OB_EXPORT OBStreamType ob_sensor_type_to_stream_type | ( | OBSensorType | type | ) |
Convert OBStreamType to OBSensorType.
| [in] | type | The sensor type to convert. |
Referenced by ob::TypeHelper::convertSensorTypeToStreamType().