#include <Utils.h>
Static Public Member Functions | |
| static vector< string > | tokenize (string token, string data) |
| static double | distance (double lat1, double lon1, double lat2, double lon2) |
Definition at line 14 of file Utils.h.
| double dtn::utils::Utils::distance | ( | double | lat1, | |
| double | lon1, | |||
| double | lat2, | |||
| double | lon2 | |||
| ) | [static] |
| vector< string > dtn::utils::Utils::tokenize | ( | string | token, | |
| string | data | |||
| ) | [static] |
Definition at line 10 of file Utils.cpp.
Referenced by dtn::daemon::Configuration::Network::load(), and dtn::net::DiscoveryAgent::received().
1.7.1