#include <yarp/os/NetType.h>
#include <yarp/os/ManagedBytes.h>
#include <yarp/os/impl/LogComponent.h>
#include <clocale>
#include <cstdlib>
#include <cstring>
#include <limits>
Go to the source code of this file.
◆ YARP_DOUBLE_TO_STRING_MAX_LENGTH
◆ make_crc_table()
static void make_crc_table |
( |
| ) |
|
|
static |
◆ update_crc()
static unsigned long update_crc |
( |
unsigned long |
crc, |
|
|
unsigned char * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ crc_table
unsigned long crc_table[256] |
|
static |
◆ crc_table_computed
int crc_table_computed = 0 |
|
static |