Skip to content

Commit 9fb7b8a

Browse files
committed
generate proto files
1 parent 34cbda6 commit 9fb7b8a

3 files changed

Lines changed: 19 additions & 16 deletions

File tree

SoarProto/Aegis/_C++/CommandMessage.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ class FcbCommand final: public ::EmbeddedProto::MessageInterface
7878
RSC_CAM3_DISABLE = 33,
7979
RSC_AIR_BRAKES_ENABLE = 34,
8080
RSC_AIR_BRAKES_DISABLE = 35,
81-
RSC_NONE = 36
81+
RSC_ERASE_FLASH = 36,
82+
RSC_NONE = 37
8283
};
8384

8485
enum class FieldNumber : uint32_t

SoarProto/Aegis/_Python/CommandMessage_pb2.py

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SoarProto/Aegis/_Python/CommandMessage_pb2.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class FcbCommand(_message.Message):
6464
RSC_CAM3_DISABLE: _ClassVar[FcbCommand.Command]
6565
RSC_AIR_BRAKES_ENABLE: _ClassVar[FcbCommand.Command]
6666
RSC_AIR_BRAKES_DISABLE: _ClassVar[FcbCommand.Command]
67+
RSC_ERASE_FLASH: _ClassVar[FcbCommand.Command]
6768
RSC_NONE: _ClassVar[FcbCommand.Command]
6869
RSC_FIRST_INVALID: FcbCommand.Command
6970
RSC_ANY_TO_ABORT: FcbCommand.Command
@@ -101,6 +102,7 @@ class FcbCommand(_message.Message):
101102
RSC_CAM3_DISABLE: FcbCommand.Command
102103
RSC_AIR_BRAKES_ENABLE: FcbCommand.Command
103104
RSC_AIR_BRAKES_DISABLE: FcbCommand.Command
105+
RSC_ERASE_FLASH: FcbCommand.Command
104106
RSC_NONE: FcbCommand.Command
105107
COMMAND_ENUM_FIELD_NUMBER: _ClassVar[int]
106108
command_enum: FcbCommand.Command

0 commit comments

Comments
 (0)