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