Public Member Functions | Private Member Functions | List of all members
TestStdBinDecoderErrorRecovery Class Reference

#include <TestStdBinDecoderErrorRecovery.h>

Inheritance diagram for TestStdBinDecoderErrorRecovery:
Inheritance graph
[legend]

Public Member Functions

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...
 
- Public Member Functions inherited from ixblue_stdbin_decoder::StdBinDecoder
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 ()
 

Private Member Functions

void testAnswerFrameErrorRecovery ()
 used to assert if error recovery was successfully applied More...
 
void testNavFrameErrorRecovery ()
 used to assert if error recovery was successfully applied More...
 

Additional Inherited Members

- Protected Member Functions inherited from ixblue_stdbin_decoder::StdBinDecoder
void compareChecksum ()
 Compute current frame checksum and compare with the frame checksum. If mismatch, throw std::runtime_error exception. More...
 
Data::NavHeader::MessageType getHeaderType (boost::asio::const_buffer &buffer) const
 
bool haveEnoughBytesToParseHeader ()
 
Data::NavHeader parseHeader (boost::asio::const_buffer &buffer) const
 
- Protected Attributes inherited from ixblue_stdbin_decoder::StdBinDecoder
const tParsersSet extendedNavigationParsers
 
const tParsersSet externalDataParsers
 
boost::circular_buffer< uint8_t > internalBuffer
 
std::vector< uint8_t > lastAnswer
 
Data::NavHeader lastHeader
 
Data::BinaryNav lastParsed
 
const tParsersSet navigationParsers
 

Detailed Description

Definition at line 15 of file TestStdBinDecoderErrorRecovery.h.

Member Function Documentation

◆ addNewDataFrame()

template<typename T >
void TestStdBinDecoderErrorRecovery::addNewDataFrame ( const T &  frame)
inline

Add data using dataset values.

Template Parameters
Tdataset inferred type
Parameters
framepassed to add new data function

Definition at line 39 of file TestStdBinDecoderErrorRecovery.h.

◆ testAnswerFrameErrorRecovery()

void TestStdBinDecoderErrorRecovery::testAnswerFrameErrorRecovery ( )
inlineprivate

used to assert if error recovery was successfully applied

Definition at line 28 of file TestStdBinDecoderErrorRecovery.h.

◆ 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

used to assert if is error is thrown

Definition at line 46 of file TestStdBinDecoderErrorRecovery.h.

◆ testNavFrameErrorRecovery()

void TestStdBinDecoderErrorRecovery::testNavFrameErrorRecovery ( )
inlineprivate

used to assert if error recovery was successfully applied

Definition at line 19 of file TestStdBinDecoderErrorRecovery.h.


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


ixblue_stdbin_decoder
Author(s): Adrien BARRAL , Laure LEBROTON
autogenerated on Wed Apr 6 2022 02:22:12