CCSDS AOS (Advanced Orbiting Systems) Transfer Frame for satellite downlinks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aos: rename test_idle → idle (merlint E330)

+2 -2
+2 -2
test/interop/dariol83/test.ml
··· 180 180 Alcotest.(check string) (v.name ^ ": roundtrip") v.frame_hex re_hex) 181 181 vectors 182 182 183 - let test_idle vectors () = 183 + let idle vectors () = 184 184 List.iter 185 185 (fun (v : vector) -> 186 186 if v.vcid = Aos.idle_vcid then begin ··· 218 218 (roundtrip vectors); 219 219 ] ); 220 220 ( "idle", 221 - [ Alcotest.test_case "idle frame detection" `Quick (test_idle vectors) ] 221 + [ Alcotest.test_case "idle frame detection" `Quick (idle vectors) ] 222 222 ); 223 223 ]