#include <glad/glad.h>
#include "calibration-model.h"
#include "model-views.h"
#include "os.h"
#include "../src/ds5/ds5-private.h"
Go to the source code of this file.
Namespaces | |
helpers | |
Macros | |
#define | UPDC32(octet, crc) (crc_32_tab[((crc) ^ (octet)) & 0xff] ^ ((crc) >> 8)) |
Functions | |
uint32_t | helpers::calc_crc32 (const uint8_t *buf, size_t bufsize) |
Calculate CRC code for arbitrary characters buffer. More... | |
Variables | |
static const uint32_t | helpers::crc_32_tab [] |
#define UPDC32 | ( | octet, | |
crc | |||
) | (crc_32_tab[((crc) ^ (octet)) & 0xff] ^ ((crc) >> 8)) |
Definition at line 70 of file calibration-model.cpp.