|
INET Framework for OMNeT++/OMNEST
|
#include <ISIStypes.h>
Public Member Functions | |
| bool | operator< (const ISISPath &path2) const |
Public Attributes | |
| unsigned char * | to |
| uint32_t | metric |
| ISISNeighbours_t | from |
Definition at line 234 of file ISIStypes.h.
| bool ISISPath::operator< | ( | const ISISPath & | path2 | ) | const [inline] |
Definition at line 240 of file ISIStypes.h.
Definition at line 238 of file ISIStypes.h.
Referenced by ISIS::bestToPath(), ISIS::fullSPF(), and ISIS::moveToTent().
| uint32_t ISISPath::metric |
Definition at line 237 of file ISIStypes.h.
Referenced by ISIS::bestToPath(), ISIS::fullSPF(), ISIS::moveToTent(), and operator<().
| unsigned char* ISISPath::to |
Definition at line 236 of file ISIStypes.h.
Referenced by ISIS::fullSPF(), and ISIS::moveToTent().