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