Goby3  3.1.5a
2024.05.23
navigation.proto
Go to the documentation of this file.
1 syntax = "proto2";
2 import "dccl/option_extensions.proto";
3 import "goby/middleware/protobuf/geographic.proto";
4 
5 package goby.middleware.protobuf;
6 
7 message DatumUpdate
8 {
9  option (dccl.msg) = {
10  unit_system: "si"
11  };
12 
13  required .goby.middleware.protobuf.LatLonPoint datum = 1;
14 }