#include "config.h"#include "ibrdtn/api/Client.h"#include "ibrdtn/api/StringBundle.h"#include "ibrcommon/net/tcpclient.h"#include "ibrcommon/thread/Mutex.h"#include "ibrcommon/thread/MutexLock.h"#include "ibrcommon/TimeMeasurement.h"#include <iostream>Go to the source code of this file.
Functions | |
| void | print_help () |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 93 of file dtnping.cpp.
References ibrcommon::tcpstream::close(), dtn::data::EID::getNodeEID(), dtn::api::Client::MODE_BIDIRECTIONAL, dtn::api::Client::MODE_SENDONLY, print_help(), ibrcommon::TimeMeasurement::start(), and ibrcommon::TimeMeasurement::stop().
| void print_help | ( | ) |
Definition at line 78 of file dtnping.cpp.
1.6.3