50#define MAX_BIN_PAYLOAD_ARRAY_LENGTH 2240
52#define MAX_BIN_PAYLOAD_CHECK_ARRAY_LENGTH \
53 ((MAX_BIN_PAYLOAD_ARRAY_LENGTH + sizeof(char) - 1) / sizeof(char))
bool operator<(RxFrameSetKey) const
uint8_t srcID() const
Return the srcID_ variable.
unsigned int pktID_
ID of the packet.
uint8_t srcID_
ID of the packet's source node.
std::string displayKey() const
unsigned int pktID() const
Return the pktID_ variable.
char binPayloadCheck_[MAX_BIN_PAYLOAD_CHECK_ARRAY_LENGTH]
array to count already received frames.
size_t curr_length() const
Reference to the curr_length_ variable.
char binPayload_[MAX_BIN_PAYLOAD_ARRAY_LENGTH]
array to store binary data received as frames.
std::string binPayload() const
Return the content of the binPayload_ from 0 until tot_length_ array.
void UpdateRxFrameSet(char *, size_t, size_t, int, double)
int tot_length() const
Reference to the tot_length_ variable.
double t_last_rx_frame() const
Reference to the pktID_ variable.
#define MAX_BIN_PAYLOAD_ARRAY_LENGTH
#define MAX_BIN_PAYLOAD_CHECK_ARRAY_LENGTH