semf
crcsoftware.h File Reference
Include dependency graph for crcsoftware.h:

Go to the source code of this file.

Classes

class  semf::CrcSoftware< T, DEFAULT_POLYNOMIAL, DEFAULT_INITVALUE, DEFAULT_FINALXOR >
 Template class for CRC generation in software. More...
 

Namespaces

namespace  semf
 

Typedefs

typedef CrcSoftware< uint32_t, 0x04C11DB7, 0xFFFFFFFF, 0xFFFFFFFF > semf::Crc32Software
 
typedef CrcSoftware< uint16_t, 0x1021, 0xFFFF, 0xFFFF > semf::Crc16Software
 
typedef CrcSoftware< uint8_t, 0x07, 0xFF, 0xFF > semf::Crc8Sofware
 

Detailed Description

Date
24.04.2019
Author
nk

Definition in file crcsoftware.h.