Skip to content

Commit

Permalink
Initial draft of mars messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Nov 18, 2024
1 parent ceeb960 commit ff3d375
Show file tree
Hide file tree
Showing 7 changed files with 399 additions and 153 deletions.
2 changes: 1 addition & 1 deletion Protobuf
Submodule Protobuf updated 3 files
+2 −0 core.proto
+44 −0 mars.proto
+1 −17 video.proto
4 changes: 4 additions & 0 deletions lib/src/generated/core.pbenum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class Device extends $pb.ProtobufEnum {
static const Device GRIPPER = Device._(7, _omitEnumNames ? '' : 'GRIPPER');
static const Device SCIENCE = Device._(8, _omitEnumNames ? '' : 'SCIENCE');
static const Device DRIVE = Device._(9, _omitEnumNames ? '' : 'DRIVE');
static const Device BASE_STATION = Device._(10, _omitEnumNames ? '' : 'BASE_STATION');
static const Device ANTENNA = Device._(11, _omitEnumNames ? '' : 'ANTENNA');

static const $core.List<Device> values = <Device> [
DEVICE_UNDEFINED,
Expand All @@ -36,6 +38,8 @@ class Device extends $pb.ProtobufEnum {
GRIPPER,
SCIENCE,
DRIVE,
BASE_STATION,
ANTENNA,
];

static final $core.Map<$core.int, Device> _byValue = $pb.ProtobufEnum.initByValue(values);
Expand Down
5 changes: 4 additions & 1 deletion lib/src/generated/core.pbjson.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ const Device$json = {
{'1': 'GRIPPER', '2': 7},
{'1': 'SCIENCE', '2': 8},
{'1': 'DRIVE', '2': 9},
{'1': 'BASE_STATION', '2': 10},
{'1': 'ANTENNA', '2': 11},
],
};

/// Descriptor for `Device`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List deviceDescriptor = $convert.base64Decode(
'CgZEZXZpY2USFAoQREVWSUNFX1VOREVGSU5FRBAAEg0KCURBU0hCT0FSRBABEg4KClNVQlNZU1'
'RFTVMQAhIJCgVWSURFTxADEgwKCEFVVE9OT01ZEAQSDAoIRklSTVdBUkUQBRIHCgNBUk0QBhIL'
'CgdHUklQUEVSEAcSCwoHU0NJRU5DRRAIEgkKBURSSVZFEAk=');
'CgdHUklQUEVSEAcSCwoHU0NJRU5DRRAIEgkKBURSSVZFEAkSEAoMQkFTRV9TVEFUSU9OEAoSCw'
'oHQU5URU5OQRAL');

@$core.Deprecated('Use connectDescriptor instead')
const Connect$json = {
Expand Down
Loading

0 comments on commit ff3d375

Please sign in to comment.