|
INET Framework for OMNeT++/OMNEST
|
#include "inet/networklayer/rsvpte/RsvpTe.h"#include "inet/common/IProtocolRegistrationListener.h"#include "inet/common/ModuleAccess.h"#include "inet/common/ProtocolTag_m.h"#include "inet/common/XMLUtils.h"#include "inet/common/lifecycle/ModuleOperations.h"#include "inet/common/lifecycle/NodeStatus.h"#include "inet/common/stlutils.h"#include "inet/networklayer/common/L3AddressResolver.h"#include "inet/networklayer/common/L3AddressTag_m.h"#include "inet/networklayer/contract/IInterfaceTable.h"#include "inet/networklayer/ipv4/IIpv4RoutingTable.h"#include "inet/networklayer/ipv4/Ipv4InterfaceData.h"#include "inet/networklayer/rsvpte/Utils.h"#include "inet/networklayer/ted/Ted.h"Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
| #define | PSB_REFRESH_INTERVAL 5.0 |
| #define | RSB_REFRESH_INTERVAL 6.0 |
| #define | PSB_TIMEOUT_INTERVAL 16.0 |
| #define | RSB_TIMEOUT_INTERVAL 19.0 |
| #define | PATH_ERR_UNFEASIBLE 1 |
| #define | PATH_ERR_PREEMPTED 2 |
| #define | PATH_ERR_NEXTHOP_FAILED 3 |
Functions | |
| inet::Define_Module (RsvpTe) | |
| bool | inet::operator== (const SessionObj &a, const SessionObj &b) |
| bool | inet::operator!= (const SessionObj &a, const SessionObj &b) |
| bool | inet::operator== (const FilterSpecObj &a, const FilterSpecObj &b) |
| bool | inet::operator!= (const FilterSpecObj &a, const FilterSpecObj &b) |
| bool | inet::operator== (const SenderTemplateObj &a, const SenderTemplateObj &b) |
| bool | inet::operator!= (const SenderTemplateObj &a, const SenderTemplateObj &b) |
| std::ostream & | inet::operator<< (std::ostream &os, const FlowSpecObj &a) |
| std::ostream & | inet::operator<< (std::ostream &os, const SessionObj &a) |
| std::ostream & | inet::operator<< (std::ostream &os, const SenderTemplateObj &a) |
| #define PATH_ERR_NEXTHOP_FAILED 3 |
| #define PATH_ERR_PREEMPTED 2 |
| #define PATH_ERR_UNFEASIBLE 1 |
| #define PSB_REFRESH_INTERVAL 5.0 |
| #define PSB_TIMEOUT_INTERVAL 16.0 |
| #define RSB_REFRESH_INTERVAL 6.0 |
| #define RSB_TIMEOUT_INTERVAL 19.0 |