Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
frame_generator.cc File Reference
#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)
 

Functions

void swap_endianness (CLBCommonHeader &header)
 

Macro Definition Documentation

◆ inplaceEndianSwap32

#define inplaceEndianSwap32 ( x)
Value:
x = ntohl(x);

Definition at line 9 of file frame_generator.cc.

Function Documentation

◆ swap_endianness()

void swap_endianness ( CLBCommonHeader & header)
Author
cpellegrino

Definition at line 15 of file frame_generator.cc.

16{
17 // Endiann swap
19
20 // Endiann swap time
23}
#define inplaceEndianSwap32(x)
uint32_t Sec
Definition utctime.hh:14
uint32_t Tics
Definition utctime.hh:15