#include <route_common.h>

Data Fields | |
| int | index |
| float | cost |
| union { | |
| int prev_node | |
| struct s_heap * next | |
| } | u |
| int | prev_edge |
| float | backward_path_cost |
| float | R_upstream |
Definition at line 3 of file route_common.h.
Definition at line 14 of file route_common.h.
| float s_heap::cost |
Definition at line 6 of file route_common.h.
| int s_heap::index |
Definition at line 5 of file route_common.h.
struct s_heap* s_heap::next [read] |
Definition at line 10 of file route_common.h.
Definition at line 13 of file route_common.h.
Definition at line 9 of file route_common.h.
| float s_heap::R_upstream |
Definition at line 15 of file route_common.h.
| union { ... } s_heap::u |
1.6.1