#include <yarp/os/NetType.h>#include <yarp/os/ManagedBytes.h>#include <yarp/os/impl/LogComponent.h>#include <clocale>#include <cstdlib>#include <cstring>#include <limits>
Include dependency graph for NetType.cpp:Go to the source code of this file.
Functions | |
| static void | make_crc_table () |
| static unsigned long | update_crc (unsigned long crc, unsigned char *buf, size_t len) |
Variables | |
| static unsigned long | crc_table [256] |
| static int | crc_table_computed = 0 |
Definition at line 59 of file NetType.cpp.
Definition at line 84 of file NetType.cpp.
Definition at line 53 of file NetType.cpp.
|
static |
Definition at line 56 of file NetType.cpp.