CCSDS TM Transfer Frames (CCSDS 132.0-B-3)
0
fork

Configure Feed

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

monopam quality: package quality scanning with git-hash cache

monopam quality — scans packages for quality features, caches by
git commit hash. 166 packages: build=163, test=162, fuzz=94,
interop=39, doc=42.

+2 -2
+2 -2
lib/tm.mli
··· 177 177 (** [encode_clcw clcw] encodes a CLCW to a 32-bit word. *) 178 178 179 179 val find_clcw : t -> (Clcw.t, Clcw.error) result option 180 - (** [find_clcw frame] extracts and decodes the CLCW from the frame's OCF if present. 181 - Returns [None] if no OCF. *) 180 + (** [find_clcw frame] extracts and decodes the CLCW from the frame's OCF if 181 + present. Returns [None] if no OCF. *) 182 182 183 183 (** {1 Constructors} *) 184 184