INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydroping.h00001 #ifndef HYDROPING_HYDROPING_H 00002 #define HYDROPING_HYDROPING_H 00003 00004 #include <hydroping/pinger.h> 00005 00006 namespace hydroping { 00007 00022 double pingLatencyMs( const std::string &host, 00023 bool runWithSudo, 00024 const std::string &pathToHydroPing ); 00025 00026 } 00027 00028 #endif |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)