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
moos/iCommander/iCommander_config.proto
00001 import "goby/moos/libmoos_util/tes_moos_app.proto";
00002 import "goby/protobuf/dccl.proto";
00003 import "goby/protobuf/option_extensions.proto";
00004 
00005 message iCommanderConfig
00006 {
00007   optional TesMoosAppConfig common = 1 [(description)="Configuration common to all Goby MOOS applications"]; // see tes_moos_app.proto
00008 
00009   // for dccl
00010   optional goby.acomms.protobuf.DCCLConfig dccl_cfg = 2 [(description)="Configure the DCCL Encoder"];  // see dccl.proto
00011   
00012   // path to text file with entries:
00013   //   modem_id,name,type
00014   // for example
00015   //   3,unicorn,auv
00016   optional string modem_id_lookup_path = 101 [(description)="Path to file containing mapping between modem_id and vehicle name & type", (moos_global) = "modem_id_lookup_path"];
00017 
00018   repeated string load = 200 [(description)="Path to iCommander save file to load automatically on startup"];
00019   
00020   repeated string show_variable = 201 [(description)="MOOS Variable to scope on the GUI"];
00021 
00022   optional bool force_xy_only = 202 [(description)="Set true to set all Latitude/Longitude fields to use x/y values instead", default=false];
00023 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends