w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
#include <RlinkCrc16.hpp>
Public Member Functions | |
RlinkCrc16 () | |
Default constructor. | |
void | Clear () |
FIXME_docs. | |
void | AddData (uint8_t data) |
FIXME_docs. | |
uint16_t | Crc () const |
FIXME_docs. | |
Protected Attributes | |
uint16_t | fCrc |
current crc value | |
Static Protected Attributes | |
static const uint16_t | fCrc16Table [256] |
FIXME_docs. | |
FIXME_docs.
Definition at line 24 of file RlinkCrc16.hpp.
|
inline |
Default constructor.
Definition at line 22 of file RlinkCrc16.ipp.
|
inline |
FIXME_docs.
Definition at line 29 of file RlinkCrc16.ipp.
References fCrc.
Referenced by Retro::RlinkPacketBufRcv::AcceptPacket(), and Retro::RlinkPacketBufSnd::Init().
|
inline |
FIXME_docs.
Definition at line 38 of file RlinkCrc16.ipp.
References fCrc, and fCrc16Table.
Referenced by Retro::RlinkPacketBufRcv::GetWithCrc(), and Retro::RlinkPacketBufSnd::PutWithCrc().
|
inline |
FIXME_docs.
Definition at line 48 of file RlinkCrc16.ipp.
References fCrc.
Referenced by Retro::RlinkPacketBufRcv::CheckCrc(), Retro::RlinkPacketBuf::Dump(), and Retro::RlinkPacketBufSnd::PutCrc().
|
protected |
current crc value
Definition at line 34 of file RlinkCrc16.hpp.
|
staticprotected |