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.

Fix merlint lint warnings: missing docs, doc style, test inclusion

Resolve E400 (missing documentation), E410 (bad doc style), E615
(missing test suite), and E616 (use failf) across the monorepo.
Also fix test_timing to reference Requests.Timing instead of
non-existent Http.Timing.

+2 -2
+2 -2
lib/tm.mli
··· 221 221 vcfc:int -> 222 222 string -> 223 223 t 224 - (** [make ~scid ~vcid ~mcfc ~vcfc data] creates a TM frame. *) 224 + (** [v ~scid ~vcid ~mcfc ~vcfc data] creates a TM frame. *) 225 225 226 226 val clcw : 227 227 ?control_word_type:int -> ··· 280 280 (** {1 Wire Codec} *) 281 281 282 282 val codec : packed_header Wire.Codec.t 283 - (** Wire codec for [packed_header]. *) 283 + (** [codec] is the wire codec for [packed_header]. *) 284 284 285 285 val struct_ : Wire.struct_ 286 286 (** Wire struct descriptor. *)