join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
ping.cpp File Reference
#include <join/version.hpp>
#include <join/ping.hpp>
#include <iostream>
#include <iomanip>
#include <unistd.h>
Include dependency graph for ping.cpp:

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[])
 

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

◆ onFailure()

void onFailure ( const PingStats & stats)

◆ onStart()

void onStart ( const PingStats & stats)

◆ onStop()

void onStop ( const PingStats & stats)

◆ onSuccess()

void onSuccess ( const PingStats & stats)

◆ usage()

void usage ( )

◆ version()

void version ( )