|
PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Receives and decodes packets broadcast by poll2. More...
#include <iostream>#include <string.h>#include <chrono>#include <cmath>#include "poll2_socket.h"
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 () |
Receives and decodes packets broadcast by poll2.
Definition in file listener.cpp.
| typedef std::chrono::high_resolution_clock hr_clock |
Definition at line 19 of file listener.cpp.
| typedef std::chrono::high_resolution_clock::time_point hr_time |
Definition at line 20 of file listener.cpp.
| int main | ( | ) |
| int order | ( | double | input_ | ) |
Find the order of magnitude of an input double.
Definition at line 23 of file listener.cpp.
