Files
fluxengine/arch/macintosh/macintosh.proto
2021-07-11 17:03:34 +02:00

15 lines
361 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)."];
optional double clock_compensation_factor = 2 [default = 1.0,
(help) = "scale the output clock by this much."];
}