#include <myahrs_plus.hpp>
Public Member Functions | |
FrameBuffer () | |
void | push (unsigned char byte) |
void | reset () |
Public Attributes | |
unsigned char | buffer [1024] |
size_t | offset |
Definition at line 696 of file myahrs_plus.hpp.
WithRobot::FrameBuffer::FrameBuffer | ( | ) | [inline] |
Definition at line 700 of file myahrs_plus.hpp.
void WithRobot::FrameBuffer::push | ( | unsigned char | byte | ) | [inline] |
Definition at line 704 of file myahrs_plus.hpp.
void WithRobot::FrameBuffer::reset | ( | ) | [inline] |
Definition at line 710 of file myahrs_plus.hpp.
unsigned char WithRobot::FrameBuffer::buffer[1024] |
Definition at line 697 of file myahrs_plus.hpp.
Definition at line 698 of file myahrs_plus.hpp.