#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <signal.h>
#include <float.h>
#include <stdlib.h>
#include <tcl.h>
#include "diff_header.h"
#include "agent.h"
#include "tclcl.h"
#include "ip.h"
#include "config.h"
#include "packet.h"
#include "trace.h"
#include "random.h"
#include "classifier.h"
#include "node.h"
#include "iflist.h"
#include "hash_table.h"
#include "arp.h"
#include "mac.h"
#include "ll.h"
#include "dsr/path.h"
#include "routing_table.h"
#include "diffusion.h"
Include dependency graph for diff_prob.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | DiffusionProb |
| class | EnergyTimer |
| class | InterestTimer |
Defines | |
| #define | BACKTRACK_ false |
| #define | ENERGY_CHECK 0.05 |
| #define | INTEREST_DELAY 0.05 |
| #define | MAX_REINFORCE_COUNTER 10 |
|
|
Definition at line 87 of file diff_prob.h. |
|
|
Definition at line 88 of file diff_prob.h. Referenced by DiffusionProb::Start(). |
|
|
Definition at line 89 of file diff_prob.h. Referenced by DiffusionProb::consider_new(). |
|
|
Definition at line 90 of file diff_prob.h. |
1.4.6