Rename all InputProto and OutputProtos for clarity.

This commit is contained in:
David Given
2021-05-15 18:05:53 +02:00
parent f741ad058e
commit 4ab8b4984d
29 changed files with 80 additions and 80 deletions

View File

@@ -2,7 +2,7 @@ syntax = "proto2";
import "lib/common.proto";
message IBMInputProto {
message IbmDecoderProto {
optional int32 sector_id_base = 1 [default = 1,
(help) = "ID of first sector"];
optional bool ignore_side_byte = 2 [default = false,
@@ -11,7 +11,7 @@ message IBMInputProto {
(help) = "require these sectors to exist for a good read"];
}
message IBMOutputProto {
message IbmEncoderProto {
optional double track_length_ms = 1;
optional int32 sector_size = 2 [default=512];
optional bool emit_iam = 3 [default=true];