Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/CAN/CanInterface.h')
-rw-r--r--src/CAN/CanInterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CAN/CanInterface.h b/src/CAN/CanInterface.h
index db898211..5281e879 100644
--- a/src/CAN/CanInterface.h
+++ b/src/CAN/CanInterface.h
@@ -72,6 +72,10 @@ namespace CanInterface
#if SUPPORT_REMOTE_COMMANDS
bool InExpansionMode() noexcept;
void SwitchToExpansionMode(CanAddress addr) noexcept;
+
+ void SendAnnounce(CanMessageBuffer *buf) noexcept;
+ void RaiseEvent(EventType type, uint16_t param, uint8_t device, const char *format, va_list vargs) noexcept;
+ void MainBoardAcknowledgedAnnounce() noexcept;
#endif
CanRequestId AllocateRequestId(CanAddress destination, CanMessageBuffer *buf) noexcept;