crc.h File Reference

Message CRC support. More...

#include <cstdint>
#include <string>
#include "point_one/fusion_engine/common/portability.h"
#include "point_one/fusion_engine/messages/defs.h"

Go to the source code of this file.

Namespaces

 point_one
 
 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...
 
bool point_one::fusion_engine::messages::IsValid (const void *buffer)
 Check if the message contained in the buffer has a valid CRC. More...
 

Detailed Description

Message CRC support.

Definition in file crc.h.