3 import "dccl/option_extensions.proto";
5 package jaiabot.protobuf;
7 // Protobuf version of CMOOSMsg
12 TYPE_DOUBLE = 0x44; // 'D'
13 TYPE_STRING = 0x53; // 'S'
14 TYPE_BINARY_STRING = 0x42; // 'B'
16 required Type type = 1;
17 required string key = 2;
26 required double unixtime = 6;
27 required int32 id = 7;
28 required string source = 8;
29 optional string source_aux = 9;
30 required string community = 10;