Goby3  3.1.5a
2024.05.23
waveglider_sv2_frontseat_driver_config.proto
Go to the documentation of this file.
1 syntax = "proto2";
2 import "goby/middleware/protobuf/frontseat_config.proto";
3 import "goby/protobuf/option_extensions.proto";
4 
5 package goby.middleware.frontseat.protobuf;
6 
7 message WavegliderSV2Config
8 {
9  required string pm_serial_port = 1;
10  optional uint32 pm_serial_baud = 2 [default = 115200];
11  optional uint32 board_id = 3 [default = 0x03];
12  optional uint32 task_id = 4 [default = 0x01];
13 }
14 
15 extend Config
16 {
17  optional WavegliderSV2Config waveglider_sv2_config = 1001;
18 }