CCSDS Command Link Control Word (CLCW) for spacecraft command
0
fork

Configure Feed

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

fix(lint): remove redundant make_ prefixes (E331)

Rename make_superblock → superblock, make_inode_buf → inode_buf,
make_image → image, make_key → key in squashfs and streaming-aead.

-2
-2
fuzz/fuzz_clcw.ml
··· 31 31 test_case "roundtrip" [ int32 ] test_roundtrip; 32 32 test_case "encode-decode" [ range 64; range 256 ] test_encode_decode; 33 33 ] ) 34 - 35 - let run () = Crowbar.run "clcw" [ suite; Fuzz_diff.suite ]