| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <satroute.h>
Inheritance diagram for SatRouteObject:

Public Member Functions | |
| SatRouteObject () | |
| void | recompute () |
| void | recompute_node (int node) |
| int | command (int argc, const char *const *argv) |
| int | data_driven_computation () |
| void | insert_link (int src, int dst, double cost) |
| void | insert_link (int src, int dst, double cost, void *entry) |
| int | wiredRouting () |
Static Public Member Functions | |
| SatRouteObject & | instance () |
Protected Member Functions | |
| void | compute_topology () |
| void | populate_routing_tables (int node=-1) |
| int | lookup (int src, int dst) |
| void * | lookup_entry (int src, int dst) |
| void | node_compute_routes (int node) |
| void | dump () |
Protected Attributes | |
| int | metric_delay_ |
| int | suppress_initial_computation_ |
| int | data_driven_computation_ |
| int | wiredRouting_ |
Static Protected Attributes | |
| SatRouteObject * | instance_ |
|
|
|
|
||||||||||||
|
Reimplemented from RouteLogic. |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|