Namespaces | Macros | Functions | Variables
calibration-model.cpp File Reference
#include <glad/glad.h>
#include "calibration-model.h"
#include "model-views.h"
#include "os.h"
#include "../src/ds5/ds5-private.h"
Include dependency graph for calibration-model.cpp:

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 []
 

Macro Definition Documentation

#define UPDC32 (   octet,
  crc 
)    (crc_32_tab[((crc) ^ (octet)) & 0xff] ^ ((crc) >> 8))

Definition at line 70 of file calibration-model.cpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:24