#include <ESCrcKchipFast.h>
Definition at line 4 of file ESCrcKchipFast.h.
ESCrcKchipFast::ESCrcKchipFast |
( |
| ) |
|
|
inline |
ESCrcKchipFast::~ESCrcKchipFast |
( |
| ) |
|
|
inline |
void ESCrcKchipFast::add |
( |
unsigned int |
data | ) |
|
|
inline |
Definition at line 25 of file ESCrcKchipFast.h.
References crc, and i.
26 for (
int i=0;
i<16;
i++)
28 if ((
crc&0x0001) == (
data&0x0001))
char data[epos_bytes_allocation]
uint32_t ESCrcKchipFast::get_crc |
( |
| ) |
|
|
inline |
void ESCrcKchipFast::init |
( |
void |
| ) |
|
|
inline |
bool ESCrcKchipFast::isCrcOk |
( |
unsigned int |
crcin = 0x0000 | ) |
|
|
inline |
void ESCrcKchipFast::reset |
( |
void |
| ) |
|
|
inline |
uint32_t ESCrcKchipFast::crc |
|
private |