3#ifndef IMT_BASE_LIB_REMOTING_DATAFRAMECRC16CHECKRECEIVELAYER_H
4#define IMT_BASE_LIB_REMOTING_DATAFRAMECRC16CHECKRECEIVELAYER_H
Callback to handle a failed CRC16 check.
This layer checks incoming data frames for crc errors.
void onDataReceived(uint8_t const *const pData, uint32_t const countDataBytes) final
DataFrameCRC16CheckReceiveLayer(DataReceiverIfc &upperLevelReceiver, CRC16CheckFailedCallbackIfc &crc16CheckFailedCallback)
Constructor.
void setInitialCrcValue(uint16_t const initialCrcValue)
Set the initial CRC value to increase robustness of CRC-16 checksum.
Representation of a package of data that gets transmitted e.g.
Inteface for a receiver that can be called when received data needs to be processed.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int16 uint16_t
unsigned __int32 uint32_t