Function ccsds::missing_frames
source · pub fn missing_frames(cur: u32, last: u32) -> u32Expand description
Calculate the number of missing frame sequence counts.
cur is the current frame counter. last is the frame counter seen before cur.