CCSDS 521.0-B-1 Mission Operations Message Abstraction Layer (MAL)
0
fork

Configure Feed

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

fix merlint across 7 packages (renames, docs, Fmt patterns)

- contact: rename test_ functions
- lfsr: Fmt.invalid_arg, Alcotest.failf, Fmt.str
- tcf, sdnv, ocm: rename test_ functions in interop tests
- flexacm: shorten identifier
- mal: document pp_fine_time, pp_duration

+2
+2
lib/mal.mli
··· 54 54 55 55 val pp_time : time Fmt.t 56 56 val pp_fine_time : fine_time Fmt.t 57 + (** [pp_fine_time] formats a fine time value. *) 57 58 val pp_duration : duration Fmt.t 59 + (** [pp_duration] formats a duration value. *) 58 60 59 61 (** {1 Session Types} *) 60 62