pub type CuTime = CuDuration;
A robot time is just a duration from a fixed point in time.
struct CuTime(pub u64);
0: u64