callbacks are now allowed
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-01-19 17:17:06 +01:00
parent f948905aa2
commit 79fac2adcb
5 changed files with 58 additions and 7 deletions

View File

@ -16,6 +16,9 @@
#include <cstdint>
namespace GOMSPACE {
using ChannelSwitchHook = void (*)(uint8_t channel, bool on);
static const uint16_t IGNORE_CHECKSUM = 0xbb0;
/** The size of the header of a gomspace CSP packet. */
static const uint8_t GS_HDR_LENGTH = 12;