Skip to content

Commit

Permalink
change to system msg
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Dec 3, 2024
1 parent 9a34332 commit 07024ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,13 @@ using MotorMessage = ::std::variant<
ActuateSolenoidMessage, SetPlateLockPowerMessage, OpenPlateLockMessage,
ClosePlateLockMessage, SetPIDConstantsMessage, PlateLockComplete,
GetPlateLockStateMessage, GetPlateLockStateDebugMessage,
CheckPlateLockStatusMessage, GetResetReasonMessage>;
CheckPlateLockStatusMessage>;
using SystemMessage =
::std::variant<std::monostate, EnterBootloaderMessage, AcknowledgePrevious,
SetSerialNumberMessage, GetSystemInfoMessage, SetLEDMessage,
IdentifyModuleStartLEDMessage, IdentifyModuleStopLEDMessage,
HandleLEDSetupError, UpdateLEDStateMessage,
UpdateLEDMessage>;
UpdateLEDMessage, GetResetReasonMessage>;
using HostCommsMessage =
::std::variant<std::monostate, IncomingMessageFromHost, AcknowledgePrevious,
ErrorMessage, GetTemperatureResponse, GetRPMResponse,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ using SystemMessage =
SetSerialNumberMessage, GetSystemInfoMessage,
UpdateUIMessage, SetLedMode, UpdateTaskErrorState,
UpdatePlateState, GetFrontButtonMessage, UpdateMotorState,
SetLightsDebugMessage>;
SetLightsDebugMessage, GetResetReasonMessage>;
using HostCommsMessage = ::std::variant<
std::monostate, IncomingMessageFromHost, AcknowledgePrevious, ErrorMessage,
ForceUSBDisconnectMessage, GetSystemInfoResponse,
Expand All @@ -450,6 +450,6 @@ using MotorMessage = ::std::variant<
std::monostate, ActuateSolenoidMessage, LidStepperDebugMessage,
LidStepperComplete, SealStepperDebugMessage, SealStepperComplete,
GetSealDriveStatusMessage, SetSealParameterMessage, GetLidStatusMessage,
GetResetReasonMessage, OpenLidMessage, CloseLidMessage, PlateLiftMessage,
OpenLidMessage, CloseLidMessage, PlateLiftMessage,
FrontButtonPressMessage, GetLidSwitchesMessage>;
}; // namespace messages

0 comments on commit 07024ba

Please sign in to comment.