HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CRC16 Class Reference

#include <CRC16.h>

Inheritance diagram for CRC16:
Collaboration diagram for CRC16:

Public Member Functions

 CRC16 ()
 ~CRC16 ()
u_int16_t calc (const char *data, unsigned int size)
- Public Member Functions inherited from CRCInterface< u_int16_t >
virtual ~CRCInterface ()
virtual ~CRCInterface ()

Detailed Description

Definition at line 5 of file CRC16.h.

Constructor & Destructor Documentation

CRC16::CRC16 ( )
inline

Definition at line 8 of file CRC16.h.

CRC16::~CRC16 ( )
inline

Definition at line 9 of file CRC16.h.

Member Function Documentation

u_int16_t CRC16::calc ( const char *  data,
unsigned int  size 
)
virtual

Implements CRCInterface< u_int16_t >.

Definition at line 38 of file CRC16.cpp.


The documentation for this class was generated from the following files: