Function ouster::sdk::osf::backup_osf_file_metablob¶
Defined in File operations.h
Function Documentation¶
-
int64_t ouster::sdk::osf::backup_osf_file_metablob(const std::string &osf_file_name, const std::string &backup_file_name)¶
Backup the metadata blob in an OSF file.
- Parameters:
osf_file_name[in] The OSF file to backup from.
backup_file_name[in] The path to store the metadata blob backup.
- Returns:
The number of the bytes written to the backup file.