CCSDS 133.0-B Space Packet Protocol for OCaml
0
fork

Configure Feed

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

fmt: dune-fmt sweep across docstrings and pattern matches

Cosmetic-only changes from a workspace-wide $(dune fmt) run that
were pending in the working tree across packages: docstring re-wraps
in several .mli files (rego, space-packet, spacewire, tcpcl), and
single-line collapses of trivial match arms in test files (atp,
ldpc, mst, pus, sse) and one xtce.ml site.

No behavioural changes.

+4 -3
+4 -3
lib/space_packet.mli
··· 190 190 (** {1 Wire Codec} *) 191 191 192 192 val codec : t Wire.Codec.t 193 - (** [codec] is the Wire codec for the full space packet (header + data). It models the 194 - complete packet: the 6-byte primary header followed by a variable-length 195 - data field whose size is determined by the [data_length] header field. *) 193 + (** [codec] is the Wire codec for the full space packet (header + data). It 194 + models the complete packet: the 6-byte primary header followed by a 195 + variable-length data field whose size is determined by the [data_length] 196 + header field. *) 196 197 197 198 val header_size : int 198 199 (** Fixed wire size of the primary header (6 bytes). *)