#include <util.h>
|
| | CRC32 (const char *d, int len, u_int32_t CRCvalue=0xFFFFFFFF) |
| bool | isValid () |
|
| static bool | isValid (const char *d, int len, u_int32_t CRCvalue=0xFFFFFFFF) |
| static u_int32_t | crc32 (const char *d, int len, u_int32_t CRCvalue) |
Definition at line 145 of file util.h.
◆ CRC32()
| SI::CRC32::CRC32 |
( |
const char * | d, |
|
|
int | len, |
|
|
u_int32_t | CRCvalue = 0xFFFFFFFF ) |
◆ crc32()
| u_int32_t SI::CRC32::crc32 |
( |
const char * | d, |
|
|
int | len, |
|
|
u_int32_t | CRCvalue ) |
|
static |
◆ isValid() [1/2]
| bool SI::CRC32::isValid |
( |
| ) |
|
|
inline |
◆ isValid() [2/2]
| bool SI::CRC32::isValid |
( |
const char * | d, |
|
|
int | len, |
|
|
u_int32_t | CRCvalue = 0xFFFFFFFF ) |
|
inlinestatic |
◆ crc_table
| u_int32_t SI::CRC32::crc_table |
|
staticprotected |
◆ data
| const char* SI::CRC32::data |
|
protected |
◆ length
◆ value
| u_int32_t SI::CRC32::value |
|
protected |
The documentation for this class was generated from the following files: