DESERT 3.5.1
Loading...
Searching...
No Matches
frame-set.h File Reference
#include <cstring>
#include <iostream>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "stdint.h"
Include dependency graph for frame-set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RxFrameSetKey
 
class  RxFrameSet
 

Macros

#define MAX_BIN_PAYLOAD_ARRAY_LENGTH   2240
 
#define MAX_BIN_PAYLOAD_CHECK_ARRAY_LENGTH    ((MAX_BIN_PAYLOAD_ARRAY_LENGTH + sizeof(char) - 1) / sizeof(char))
 

Detailed Description

Header of the classes defining the frame elements (key and set) exploited by Uwal objects to reasseble received fragments.

Author
Riccardo Masiero
Version
1.0.0

Definition in file frame-set.h.

Macro Definition Documentation

◆ MAX_BIN_PAYLOAD_ARRAY_LENGTH

#define MAX_BIN_PAYLOAD_ARRAY_LENGTH   2240

Definition at line 50 of file frame-set.h.

◆ MAX_BIN_PAYLOAD_CHECK_ARRAY_LENGTH

#define MAX_BIN_PAYLOAD_CHECK_ARRAY_LENGTH    ((MAX_BIN_PAYLOAD_ARRAY_LENGTH + sizeof(char) - 1) / sizeof(char))

Definition at line 52 of file frame-set.h.