IBR-DTNSuite  0.8
tools/src/dtnrecv-ng.cpp File Reference
#include "config.h"
#include "ibrdtn/api/APIClient.h"
#include "ibrdtn/api/FileBundle.h"
#include "ibrcommon/net/tcpclient.h"
#include <csignal>
#include <sys/types.h>
#include <iostream>
Include dependency graph for dtnrecv-ng.cpp:

Go to the source code of this file.

Functions

void print_help ()
void term (int signal)
int main (int argc, char *argv[])

Variables

dtn::api::APIClient_client = NULL
ibrcommon::tcpclient_conn = NULL
int h = 0
bool _stdout = true

Function Documentation

void print_help ( )

Definition at line 17 of file dtnrecv-ng.cpp.

void term ( int  signal)

Definition at line 36 of file dtnrecv-ng.cpp.

References _stdout, ibrcommon::tcpstream::close(), h, and dtn::api::APIClient::unblock_wait().

Here is the call graph for this function:


Variable Documentation

Definition at line 30 of file dtnrecv-ng.cpp.

Definition at line 31 of file dtnrecv-ng.cpp.

bool _stdout = true

Definition at line 34 of file dtnrecv-ng.cpp.

Referenced by main(), and term().

int h = 0

Definition at line 33 of file dtnrecv-ng.cpp.

Referenced by main(), and term().