Goby3  3.1.5a
2024.05.23
moos_helm_frontseat_interface_config.proto
Go to the documentation of this file.
1 syntax = "proto2";
2 import "goby/zeromq/protobuf/frontseat_interface_config.proto";
3 import "goby/moos/protobuf/moos_gateway_config.proto";
4 
5 package goby.moos.protobuf;
6 
7 extend goby.apps.zeromq.protobuf.FrontSeatInterfaceConfig
8 {
9  optional goby.apps.moos.protobuf.GobyMOOSGatewayConfig.MOOSConfig moos_helm = 1000;
10 }