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/dccl.proto
00001 // provides MessageFile
00002 import "goby/protobuf/xml_config.proto";
00003 import "goby/protobuf/option_extensions.proto";
00004 
00005 package goby.acomms.protobuf;
00006 
00007 message DCCLConfig
00008 {
00009   optional int32 modem_id = 1 [(description)="Unique number 1-31 to identify this node", (example)="1"];
00010   repeated MessageFile message_file = 2 [(description)="XML message file containing one or more DCCL message descriptions"];
00011   optional string crypto_passphrase = 3 [(description)="If given, encrypt all communications with this passphrase using AES. Omit for unencrypted communications.", (example)="twinkletoes%24"];
00012 }
00013 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends