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/option_extensions.proto
00001 import "google/protobuf/descriptor.proto";
00002 
00003 //message extend
00004 //{
00005     // currently a dummy message so i can get FileDescriptorProto
00006 //}
00007 
00008 extend .google.protobuf.FieldOptions
00009 {       
00010     optional double dccl_max = 50000;
00011     optional double dccl_min = 50001;
00012     optional string description = 50002;
00013     optional string example = 50003;
00014 
00015     // used in tes_moos_app.proto
00016     optional string moos_global = 50100;
00017     
00018 }
00019 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends