Files
fluxengine/arch/macintosh/macintosh.proto
2022-03-29 01:23:35 +02:00

12 lines
245 B
Protocol Buffer

syntax = "proto2";
import "lib/common.proto";
message MacintoshDecoderProto {}
message MacintoshEncoderProto {
optional double post_index_gap_us = 1 [default = 0.0,
(help) = "post-index gap before first sector header (microseconds)."];
}