Goby Underwater Autonomy Project
Series: 1.1, revision: 163, released on 2013-02-06 14:23:27 -0500
|
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