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