Goby3
3.1.5a
2024.05.23
linebasedcomms.proto
Go to the documentation of this file.
1
syntax = "proto2";
2
import "goby/protobuf/option_extensions.proto";
3
4
package goby.util.protobuf;
5
6
message Datagram
7
{
8
required string data = 1;
9
optional string src = 2;
10
optional string dest = 3;
11
optional double time = 4;
12
}
goby
util
protobuf
linebasedcomms.proto
Generated by
1.8.17