PAASS
Software suite to Acquire and Analyze Data from Pixie16
listener.cpp File Reference

Receives and decodes packets broadcast by poll2. More...

#include <iostream>
#include <string.h>
#include <chrono>
#include <cmath>
#include "poll2_socket.h"
Include dependency graph for listener.cpp:

Go to the source code of this file.

Typedefs

typedef std::chrono::high_resolution_clock hr_clock
 
typedef std::chrono::high_resolution_clock::time_point hr_time
 

Functions

int order (double input_)
 Find the order of magnitude of an input double. More...
 
int main ()
 

Detailed Description

Receives and decodes packets broadcast by poll2.

Author
Cory R. Thornsberry
Date
April 20th, 2015
Version
1.0

Definition in file listener.cpp.

Typedef Documentation

§ hr_clock

typedef std::chrono::high_resolution_clock hr_clock

Definition at line 19 of file listener.cpp.

§ hr_time

typedef std::chrono::high_resolution_clock::time_point hr_time

Definition at line 20 of file listener.cpp.

Function Documentation

§ main()

int main ( )

Definition at line 42 of file listener.cpp.

Here is the call graph for this function:

§ order()

int order ( double  input_)

Find the order of magnitude of an input double.

Definition at line 23 of file listener.cpp.

Here is the caller graph for this function: