|
join 1.0
lightweight network framework library
|
#include <join/version.hpp>#include <join/ping.hpp>#include <iostream>#include <iomanip>#include <unistd.h>
Functions | |
| void | version () |
| void | usage () |
| void | onStart (const PingStats &stats) |
| void | onSuccess (const PingStats &stats) |
| void | onFailure (const PingStats &stats) |
| void | onStop (const PingStats &stats) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
| void onFailure | ( | const PingStats & | stats | ) |
| void onStart | ( | const PingStats & | stats | ) |
| void onStop | ( | const PingStats & | stats | ) |
| void onSuccess | ( | const PingStats & | stats | ) |
| void usage | ( | ) |
| void version | ( | ) |