ConOpSys V2970  P004.07
ANVILEX control operating system
Variables
CRC_16_CCITT.cpp File Reference

Cyclic reduncancy check (CRC-16-CCITT) class implementation file. More...

#include "CRC_16_CCITT.h"
Include dependency graph for CRC_16_CCITT.cpp:

Variables

const U16 u16_CRC_16_CCITT_Table [256]
 

Detailed Description

Cyclic reduncancy check (CRC-16-CCITT) class implementation file.

Name
CRC-16-CCITT
Application
???
Polynom
???
Initial value
0x0000
Note
This file is an independent generic file.
Engine
Generic
Subsystem
Common infrastructure
Hardware dependency
Hardware independent
Attention
No special attention requered.
Author
minch
Revision
2053
Date
2020-09-06 02:16:27 +0500 (So, 06 Sep 2020)

$HeadURL: https://192.168.3.4:8443/svn/P004_07/ConOpSys/Common/CRC_16_CCITT.cpp $

Variable Documentation

◆ u16_CRC_16_CCITT_Table

const U16 u16_CRC_16_CCITT_Table[256]

Referenced by TCRC_16_CCITT::Update().