#include <TestStdBinDecoderErrorRecovery.h>
|
template<typename T > |
void | addNewDataFrame (const T &frame) |
| Add data using dataset values. More...
|
|
void | testFramesErrorRecovery () |
| use multiple frame to test error recovery. Add Nav data frame and parse it. Add Answer data frame and parse it. More...
|
|
void | testIsErrorIsThrown (ssize_t cleaned_buffer_size) |
| used to assert if is error is thrown More...
|
|
void | addNewData (const uint8_t *data, std::size_t length) |
| Add new binary data to the parser internal buffer The new data can only be a part of a frame, the parser will manage to assemble the several parts in order to decode it. More...
|
|
void | addNewData (const std::vector< uint8_t > &data) |
| Add new binary data to the parser internal buffer The new data can only be a part of a frame, the parser will manage to assemble the several parts in order to decode it. More...
|
|
const std::vector< uint8_t > & | getLastAnswerData (void) const |
|
Data::NavHeader | getLastHeaderData (void) const |
|
Data::BinaryNav | getLastNavData (void) const |
|
bool | parseNextFrame () |
| Try to parse a frame from the parser internal buffer. Some binary data must have been added with the addNewData() method beforehand. This method is able to handle buffer with header at the middle of the frame as found on connection-less communication like serial port (RS-232). More...
|
|
| StdBinDecoder () |
|
◆ addNewDataFrame()
template<typename T >
void TestStdBinDecoderErrorRecovery::addNewDataFrame |
( |
const T & |
frame | ) |
|
|
inline |
◆ testAnswerFrameErrorRecovery()
void TestStdBinDecoderErrorRecovery::testAnswerFrameErrorRecovery |
( |
| ) |
|
|
inlineprivate |
◆ testFramesErrorRecovery()
void TestStdBinDecoderErrorRecovery::testFramesErrorRecovery |
( |
| ) |
|
|
inline |
use multiple frame to test error recovery. Add Nav data frame and parse it. Add Answer data frame and parse it.
Definition at line 56 of file TestStdBinDecoderErrorRecovery.h.
◆ testIsErrorIsThrown()
void TestStdBinDecoderErrorRecovery::testIsErrorIsThrown |
( |
ssize_t |
cleaned_buffer_size | ) |
|
|
inline |
◆ testNavFrameErrorRecovery()
void TestStdBinDecoderErrorRecovery::testNavFrameErrorRecovery |
( |
| ) |
|
|
inlineprivate |
The documentation for this class was generated from the following file: