2 import "goby/protobuf/option_extensions.proto";
3 import "dccl/option_extensions.proto";
5 package goby.middleware.protobuf;
9 required string port = 1 [(goby.field) = {
10 example: "/tmp/ttytest0"
11 description: "Name for created PTY device symlink."
13 optional uint32 baud = 2 [
15 (goby.field) = {description: "Serial baud for PTY device"}
17 optional string end_of_line = 3 [
20 description: "End of line string. Can also be a std::regex"