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.

oci: rename test_ functions in interop test (merlint E330)

+1 -1
+1 -1
c/SpacePacketHeader.3d
··· 6 6 typedef struct _SpacePacketHeader(mutable WireCtx *ctx) 7 7 { 8 8 UINT16BE version : 3 {:act WireSetU16BE(ctx, (UINT32) 0, version); }; 9 - UINT16BE type : 1 {:act WireSetU16BE(ctx, (UINT32) 1, type); }; 9 + UINT16BE type_ : 1 {:act WireSetU16BE(ctx, (UINT32) 1, type_); }; 10 10 UINT16BE shf : 1 {:act WireSetU16BE(ctx, (UINT32) 2, shf); }; 11 11 UINT16BE apid : 11 {:act WireSetU16BE(ctx, (UINT32) 3, apid); }; 12 12 UINT16BE seq_flags : 2 {:act WireSetU16BE(ctx, (UINT32) 4, seq_flags); };