crc.cpp File Reference

#include "../include/types.h"
#include "../include/crc.h"

Defines

#define poly   0x1021

Functions

void init (word &crc)
void update (word &crc, byte data)
void finish (word &crc)

Variables

static word crc_table [256]

Define Documentation

#define poly   0x1021


Function Documentation

void finish ( word crc  ) 

void init ( word crc  ) 

void update ( word crc,
byte  data 
)


Variable Documentation

word crc_table[256] [static]


Generated on Mon Apr 21 23:27:40 2008 for BioloidControl by  doxygen 1.5.2