Public Member Functions | Private Attributes
segway::CrcTable Struct Reference

#include <RmpHelper.h>

List of all members.

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]

Detailed Description

This structure describes a Cyclic Redundance Check Table

Definition at line 157 of file RmpHelper.h.


Constructor & Destructor Documentation

Constructor

Definition at line 162 of file RmpHelper.h.


Member Function Documentation

uint16_t& segway::CrcTable::operator[] ( size_t  idx) [inline]

Entry accessor

Parameters:
idxentry index
Returns:
entry value

Definition at line 192 of file RmpHelper.h.

const uint16_t& segway::CrcTable::operator[] ( size_t  idx) const [inline]

Entry accessor

Parameters:
idxentry index
Returns:
entry value

Definition at line 204 of file RmpHelper.h.


Member Data Documentation

Table entries

Definition at line 215 of file RmpHelper.h.


The documentation for this struct was generated from the following file:


rmp_base
Author(s):
autogenerated on Wed Aug 26 2015 16:24:40