List of all members.
Public Member Functions |
|
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 |
|
static 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 |
|
static SatRouteObject * | instance_ |
The documentation for this class was generated from the following files:
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/satellite/satroute.h
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/satellite/satroute.cc