|
DESERT 3.6.1
|
#include <cstring>#include <iostream>#include <sstream>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "stdint.h"

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)) |
Header of the classes defining the frame elements (key and set) exploited by Uwal objects to reasseble received fragments.
Definition in file frame-set.h.
| #define MAX_BIN_PAYLOAD_ARRAY_LENGTH 2240 |
Definition at line 50 of file frame-set.h.
| #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.