CGGTTS
Rust library to parse and generate CGGTTS data.
CGGTTS is a file format to describe a local clock behavior against a single or the combination of clocks embedded in Satellite Vehicles (SV).
Exchanging CGGTTS files enables so called "Common View" Time Transfer.
CGGTTS is specified by the Bureau International des Poids & des Mesures (BIPM): CGGTTS 2E specifications
This library only supports revision 2E, and will reject other revisions.
Getting started
Add "cggtts" to your Cargo.toml
= "4"
Use CGGTTS to parse local files
use CGGTTS;
let cggtts = CGGTTSfrom_file;
assert!;
let cggtts = cggtts.unwrap;
assert_eq!;
assert_eq!;