|
Jpp
16.0.1
the software that should make you happy
|
#include "frame_generator.hh"#include <datatypespec.hh>#include <stdlib.h>#include <string.h>#include <time.h>#include <arpa/inet.h>#include <unistd.h>Go to the source code of this file.
Macros | |
| #define | inplaceEndianSwap32(x) x = ntohl(x); |
Functions | |
| void | swap_endianness (CLBCommonHeader &header) |
Definition at line 9 of file frame_generator.cc.
| void swap_endianness | ( | CLBCommonHeader & | header | ) |
Definition at line 15 of file frame_generator.cc.
1.8.5