#include <ICRC.h>
|
| virtual | ~ICRC ()=default |
| |
| virtual uint32_t | calculateCRC32 (const void *data, uint32_t length)=0 |
| | Calculates the CRC32 of a buffer (Thread-safe) More...
|
| |
| virtual uint8_t | calculateCRC8 (const void *data, uint32_t length)=0 |
| | Calculates the CRC8 of a buffer. More...
|
| |
◆ ~ICRC()
◆ calculateCRC32()
| virtual uint32_t ICRC::calculateCRC32 |
( |
const void * |
data, |
|
|
uint32_t |
length |
|
) |
| |
|
pure virtual |
Calculates the CRC32 of a buffer (Thread-safe)
- Parameters
-
| data | Pointer to the buffer |
| length | Length of buffer in bytes |
- Returns
- CRC32
◆ calculateCRC8()
| virtual uint8_t ICRC::calculateCRC8 |
( |
const void * |
data, |
|
|
uint32_t |
length |
|
) |
| |
|
pure virtual |
Calculates the CRC8 of a buffer.
- Parameters
-
| data | Pointer to the buffer |
| length | Length of buffer in bytes |
- Returns
- CRC8
The documentation for this class was generated from the following file: