CCSDS Frame Security Report (FSR)
0
fork

Configure Feed

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

fsr, mal: fix merlint warnings (E400, E726)

- fsr: document pp_error
- mal: rename _transaction_counter (used, shouldn't have underscore)

+1
+1
lib/fsr.mli
··· 100 100 type error = [ `Not_fsr | `Invalid_version of int ] 101 101 102 102 val pp_error : Format.formatter -> error -> unit 103 + (** [pp_error] formats FSR errors. *)