F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Crc32.cpp File Reference
#include "Crc32.hpp"
#include "Fw/FPrimeBasicTypes.hpp"
#include "Fw/Types/Assert.hpp"

Go to the source code of this file.

Namespaces

 Utils
 

Functions

U32 Utils::crc32_ieee802_3_update (const U8 *data, FwSizeType length, U32 crc)
 

Variables

static const U32 Utils::crc32_ieee802_3_lookup0 [256]
 
static const U32 Utils::crc32_ieee802_3_lookup1 [256]
 
static const U32 Utils::crc32_ieee802_3_lookup2 [256]
 
static const U32 Utils::crc32_ieee802_3_lookup3 [256]