crc.cc File Reference

Detailed Description

Utility functions.

Definition in file crc.cc.

#include <cstddef>
#include "point_one/fusion_engine/messages/crc.h"

Go to the source code of this file.

Namespaces

 point_one
 GNSS signal and frequency type definitions.
 
 point_one::fusion_engine
 
 point_one::fusion_engine::messages
 

Functions

uint32_t point_one::fusion_engine::messages::CalculateCRC (const void *buffer)
 Calculate the CRC for the message (header + payload) contained in the buffer. More...
 
uint32_t point_one::fusion_engine::messages::CalculateCRC (const void *buffer, size_t length, uint32_t initial_value=0)
 Calculate the CRC for the message (payload) contained in the buffer. More...