2 import "google/protobuf/descriptor.proto";
6 extend .google.protobuf.FieldOptions
8 // Email from liujisi@google.com on 7.22.2011: Please use 1009 for all types
10 // --------------------------------
11 // Project: Goby Underwater Autonomy Project
12 // Contact: Toby Schneider <tes@mit.edu>
13 // Web site: https://launchpad.net/goby
14 // Extensions: 1009 (all types)
15 // --------------------------------
16 optional GobyFieldOptions field = 1009;
19 extend .google.protobuf.MessageOptions
21 optional GobyMessageOptions msg = 1009;
24 message GobyFieldOptions
26 optional string description = 100;
27 optional string example = 101;
29 // used in goby_moos_app.proto
30 optional string moos_global = 102;
32 message ConfigurationOptions
34 optional string cli_short = 1;
41 optional ConfigAction action = 2 [default = ALWAYS];
43 optional ConfigurationOptions cfg = 200;
46 message GobyMessageOptions