Goby v2
test.proto
1 
2 import "goby/common/protobuf/option_extensions.proto";
3 import "dccl/option_extensions.proto";
4 import "goby/test/acomms/dccl3/header.proto";
5 
6 message GobyMessage
7 {
8  option (dccl.msg).id = 4;
9  option (dccl.msg).max_bytes = 32;
10 
11  required string telegram = 1 [(dccl.field).max_length = 10];
12  required Header header = 2;
13 }