Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
CRC16CheckFailedCallbackIfc.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_LIB_REMOTING_CRC16CHECKFAILEDCALLBACKIFC_H
4#define IMT_BASE_LIB_REMOTING_CRC16CHECKFAILEDCALLBACKIFC_H
5
7
8namespace imt {
9namespace base {
10namespace lib {
11namespace remoting {
12
19
20public:
21
26
32 // AXIVION Next Codeline AutosarC++19_03-A8.4.7: Pass by value not possible for byte array.
33 virtual void onCRC16CheckFailed(uint8_t const* const pData, uint32_t const countDataBytes) = 0;
34
35protected:
36
40 CRC16CheckFailedCallbackIfc() noexcept = default;
41
45 ~CRC16CheckFailedCallbackIfc() noexcept = default;
46};
47
48} // namespace remoting
49} // namespace lib
50} // namespace base
51} // namespace imt
52
53#endif // IMT_BASE_LIB_REMOTING_CRC16CHECKFAILEDCALLBACKIFC_H
virtual void onCRC16CheckFailed(uint8_t const *const pData, uint32_t const countDataBytes)=0
Callback function.
CRC16CheckFailedCallbackIfc() noexcept=default
Default constructor.
CRC16CheckFailedCallbackIfc(CRC16CheckFailedCallbackIfc const &)=delete
CRC16CheckFailedCallbackIfc & operator=(CRC16CheckFailedCallbackIfc &&) &=delete
CRC16CheckFailedCallbackIfc(CRC16CheckFailedCallbackIfc &&)=delete
CRC16CheckFailedCallbackIfc & operator=(CRC16CheckFailedCallbackIfc const &) &=delete
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t
Definition stdint.h:64
unsigned __int8 uint8_t
Definition stdint.h:62