Jpp
16.0.0-rc.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.