Goby3
3.2.3
2025.05.13
Loading...
Searching...
No Matches
linebasedcomms.proto
Go to the documentation of this file.
1
syntax = "proto2";
2
3
package goby.util.protobuf;
4
5
message Datagram
6
{
7
required string data = 1;
8
optional string src = 2;
9
optional string dest = 3;
10
optional double time = 4;
11
}
goby
util
protobuf
linebasedcomms.proto
Generated by
1.9.8