#include <frame-set.h>
Definition at line 91 of file frame-set.h.
◆ RxFrameSet()
RxFrameSet::RxFrameSet |
( |
| ) |
|
◆ ~RxFrameSet()
RxFrameSet::~RxFrameSet |
( |
| ) |
|
◆ binPayload() [1/2]
std::string RxFrameSet::binPayload |
( |
| ) |
const |
|
inline |
Return the content of the binPayload_ from 0 until tot_length_ array.
Definition at line 141 of file frame-set.h.
◆ binPayload() [2/2]
std::string RxFrameSet::binPayload |
( |
bool |
extract | ) |
const |
Return the content of the binPaylaod_.
- Parameters
-
extract,if | true return binPaylaod_ from 0 up to tot_length_ array, otherwise up to MAX_BIN_PAYLOAD_ARRAY_LENGTH. |
Definition at line 130 of file frame-set.cpp.
◆ curr_length()
size_t RxFrameSet::curr_length |
( |
| ) |
const |
|
inline |
Reference to the curr_length_ variable.
Definition at line 123 of file frame-set.h.
◆ displaySet()
std::string RxFrameSet::displaySet |
( |
| ) |
|
◆ getError()
bool RxFrameSet::getError |
( |
| ) |
const |
|
inline |
◆ setError()
void RxFrameSet::setError |
( |
| ) |
|
|
inline |
◆ t_last_rx_frame()
double RxFrameSet::t_last_rx_frame |
( |
| ) |
const |
|
inline |
Reference to the pktID_ variable.
Definition at line 132 of file frame-set.h.
◆ tot_length()
int RxFrameSet::tot_length |
( |
| ) |
const |
|
inline |
Reference to the tot_length_ variable.
Definition at line 114 of file frame-set.h.
◆ UpdateRxFrameSet()
void RxFrameSet::UpdateRxFrameSet |
( |
char * |
frame, |
|
|
size_t |
offset, |
|
|
size_t |
length, |
|
|
int |
tot_length, |
|
|
double |
time |
|
) |
| |
◆ binPayload_
array to store binary data received as frames.
Definition at line 94 of file frame-set.h.
◆ binPayloadCheck_
array to count already received frames.
Definition at line 97 of file frame-set.h.
◆ curr_length_
size_t RxFrameSet::curr_length_ |
|
private |
◆ error_
◆ t_last_rx_frame_
double RxFrameSet::t_last_rx_frame_ |
|
private |
◆ tot_length_
int RxFrameSet::tot_length_ |
|
private |
The documentation for this class was generated from the following files: