| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <stdio.h>#include <stdlib.h>#include <errno.h>Compounds | |
| struct | ATlinks |
| struct | CTinfo |
| struct | node |
| struct | QueueItem |
Defines | |
| #define | INFINITY -1; |
| #define | INC 0 |
Typedefs | |
| typedef node | node |
| typedef QueueItem | QueueItem |
| typedef ATlinks | ATlinks |
| typedef CTinfo | CTinfo |
Functions | |
| void | enqueue (struct node *vertex) |
| node * | dequeue (void) |
| void | cleanq (void) |
| int | main (int argc, char **argv) |
Variables | |
| int | debug = 0 |
| QueueItem * | head |
| QueueItem * | tail |
| ATlinks * | AThead |
| ATlinks * | ATtail |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|