Goby3  3.1.5a
2024.05.23
config.proto
Go to the documentation of this file.
1 syntax = "proto2";
2 import "goby/moos/protobuf/goby_moos_app.proto";
3 
4 package goby.test.moos.protobuf;
5 
6 message AppConfig
7 {
8  optional goby.moos.protobuf.GobyMOOSAppConfig common = 1;
9  optional SubMessageType submessage = 12;
10 }
11 message SubMessageType
12 {
13  optional int32 foo = 1;
14 }