#include <cstdlib>
#include <sys/time.h>
#include <fstream>
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/applications-module.h"
#include "ns3/onoff-application.h"
#include "ns3/packet-sink.h"
#include "ns3/simulator.h"
#include "ns3/ipv4-nix-vector-helper.h"
Go to the source code of this file.
Classes | |
class | Array2D< T > |
2D array used in nix-vector-routing example "nms-p2p-nix.cc" More... | |
class | Array3D< T > |
3D array used in nix-vector-routing example "nms-p2p-nix.cc" More... | |
Macros | |
#define | TIMER_DIFF(_t1, _t2) (TIMER_SECONDS (_t1)-TIMER_SECONDS (_t2)) |
#define | TIMER_NOW(_t) gettimeofday (&_t,NULL); |
#define | TIMER_SECONDS(_t) ((double)(_t).tv_sec + (_t).tv_usec*1e-6) |
Typedefs | |
typedef struct timeval | TIMER_TYPE |
Functions | |
void | Progress () |
#define TIMER_DIFF | ( | _t1, | |
_t2 | |||
) | (TIMER_SECONDS (_t1)-TIMER_SECONDS (_t2)) |
Definition at line 54 of file nms-p2p-nix.cc.
#define TIMER_NOW | ( | _t | ) | gettimeofday (&_t,NULL); |
Definition at line 52 of file nms-p2p-nix.cc.
#define TIMER_SECONDS | ( | _t | ) | ((double)(_t).tv_sec + (_t).tv_usec*1e-6) |
Definition at line 53 of file nms-p2p-nix.cc.
typedef struct timeval TIMER_TYPE |
Definition at line 1 of file nms-p2p-nix.cc.
void Progress | ( | ) |
Definition at line 58 of file nms-p2p-nix.cc.
References ns3::Simulator::Schedule(), and ns3::Seconds().