better documentation
Some checks are pending
Rust/sat-rs/pipeline/head Build queued...

This commit is contained in:
2024-02-12 18:10:33 +01:00
parent f14a85cb84
commit e9e5c999ec
2 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,7 @@ pub mod stdmod {
Ok(())
}
/// This function exports a slice of result code information objects to a CSV file.
pub fn write_resultcodes_to_csv(
writer_builder: csv::WriterBuilder,
results: &[ResultU16Info],