|
INET Framework for OMNeT++/OMNEST
|
#include <TED_m.h>
Public Member Functions | |
| TELinkStateInfo () | |
Public Attributes | |
| IPAddress | advrouter |
| IPAddress | linkid |
| IPAddress | local |
| IPAddress | remote |
| double | metric |
| double | MaxBandwidth |
| double | UnResvBandwidth [8] |
| simtime_t | timestamp |
| unsigned int | sourceId |
| unsigned int | messageId |
| bool | state |
Definition at line 32 of file TED_m.h.
Referenced by TED::checkLinkValidity(), TED::initialize(), operator<<(), LinkStateRouting::processLINK_STATE_MESSAGE(), and TED::updateTimestamp().
Definition at line 33 of file TED_m.h.
Referenced by TED::checkLinkValidity(), TED::initialize(), and operator<<().
Definition at line 34 of file TED_m.h.
Referenced by TED::initialize(), and operator<<().
Definition at line 37 of file TED_m.h.
Referenced by TED::initialize(), operator<<(), and LinkStateRouting::processLINK_STATE_MESSAGE().
| unsigned int TELinkStateInfo::messageId |
Definition at line 41 of file TED_m.h.
Referenced by TED::checkLinkValidity(), TED::initialize(), LinkStateRouting::processLINK_STATE_MESSAGE(), and TED::updateTimestamp().
| double TELinkStateInfo::metric |
Definition at line 36 of file TED_m.h.
Referenced by TED::initialize(), operator<<(), and LinkStateRouting::processLINK_STATE_MESSAGE().
Definition at line 35 of file TED_m.h.
Referenced by TED::initialize(), and operator<<().
| unsigned int TELinkStateInfo::sourceId |
Definition at line 40 of file TED_m.h.
Referenced by TED::checkLinkValidity(), TED::initialize(), and LinkStateRouting::processLINK_STATE_MESSAGE().
Definition at line 42 of file TED_m.h.
Referenced by TED::initialize(), operator<<(), and LinkStateRouting::processLINK_STATE_MESSAGE().
| simtime_t TELinkStateInfo::timestamp |
Definition at line 39 of file TED_m.h.
Referenced by TED::checkLinkValidity(), TED::initialize(), LinkStateRouting::processLINK_STATE_MESSAGE(), and TED::updateTimestamp().
| double TELinkStateInfo::UnResvBandwidth[8] |
Definition at line 38 of file TED_m.h.
Referenced by TED::initialize(), operator<<(), and LinkStateRouting::processLINK_STATE_MESSAGE().