~goby-dev/goby/1.0-lcm

« back to all changes in this revision

Viewing changes to src/protobuf/dccl.proto

  • Committer: Toby Schneider
  • Date: 2011-05-02 16:37:55 UTC
  • mfrom: (112.1.8 1.0)
  • Revision ID: tes.aubergine@gmail.com-20110502163755-rrimulkuo5z9wbkn
merged in changes to release 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
message DCCLConfig
8
8
{
9
 
  required int32 modem_id = 1 [(description)="Unique number 1-31 to identify this node", (example)="1"];
 
9
  optional int32 modem_id = 1 [(description)="Unique number 1-31 to identify this node", (example)="1"];
10
10
  repeated MessageFile message_file = 2 [(description)="XML message file containing one or more DCCL message descriptions"];
11
11
  optional string crypto_passphrase = 3 [(description)="If given, encrypt all communications with this passphrase using AES. Omit for unencrypted communications.", (example)="twinkletoes%24"];
12
12
}