[][src]Function realsense_sys::rs2_set_static_node

pub unsafe extern "C" fn rs2_set_static_node(
    sensor: *const rs2_sensor,
    guid: *const c_char,
    pos: rs2_vector,
    orient: rs2_quaternion,
    error: *mut *mut rs2_error
) -> c_int

Create a named location tag \param[in] sensor T2xx position-tracking sensor \param[in] guid Null-terminated string of up to 127 characters \param[in] pos Position in meters, relative to the current tracking session \param[in] orient Quaternion orientation, expressed the the coordinate system of the current tracking session \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return Non-zero if succeeded, otherwise 0