Note: Goby version 1 (shown here) is now considered obsolete. Please use version 2 for new projects, and consider upgrading old projects.

Goby Underwater Autonomy Project  Series: 1.1, revision: 163, released on 2013-02-06 14:23:27 -0500
protobuf/linebasedcomms.proto
00001 import "goby/protobuf/option_extensions.proto";
00002 
00003 package goby.util.protobuf;
00004 
00005 message Datagram
00006 {
00007   required string data = 1;
00008   optional string src = 2;
00009   optional string dest = 3;
00010 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends