#include <RmpHelper.h>
Public Member Functions | |
CrcTable () | |
uint16_t & | operator[] (size_t idx) |
const uint16_t & | operator[] (size_t idx) const |
Private Attributes | |
uint16_t | m_Entries [CRC_TABLE_SIZE] |
This structure describes a Cyclic Redundance Check Table
Definition at line 157 of file RmpHelper.h.
segway::CrcTable::CrcTable | ( | ) | [inline] |
Constructor
Definition at line 162 of file RmpHelper.h.
uint16_t& segway::CrcTable::operator[] | ( | size_t | idx | ) | [inline] |
Entry accessor
idx | entry index |
Definition at line 192 of file RmpHelper.h.
const uint16_t& segway::CrcTable::operator[] | ( | size_t | idx | ) | const [inline] |
Entry accessor
idx | entry index |
Definition at line 204 of file RmpHelper.h.
uint16_t segway::CrcTable::m_Entries[CRC_TABLE_SIZE] [private] |
Table entries
Definition at line 215 of file RmpHelper.h.