Receives and decodes rate packets from StatsHandler.
More...
#include <stdlib.h>
#include <iostream>
#include <string.h>
#include <sstream>
#include <iomanip>
#include <cmath>
#include "poll2_socket.h"
Go to the source code of this file.
Receives and decodes rate packets from StatsHandler.
- Author
- Cory R. Thornsberry
- Date
- June 4th, 2015
- Version
- 1.0
Definition in file monitor.cpp.
§ GIGABYTE
#define GIGABYTE 1073741824 |
§ KILOBYTE
§ MEGABYTE
§ GetChanRateString()
std::string GetChanRateString |
( |
double |
input_ | ) |
|
§ GetChanTotalString()
std::string GetChanTotalString |
( |
unsigned int |
input_ | ) |
|
§ GetOrder()
double GetOrder |
( |
unsigned int |
input_, |
|
|
unsigned int & |
power |
|
) |
| |
§ GetRateString()
std::string GetRateString |
( |
double |
input_ | ) |
|
§ GetTimeString()
std::string GetTimeString |
( |
double |
input_ | ) |
|
§ main()