30 StaticRouteChangeEvent::StaticRouteChangeEvent(CHANGE_TYPE t)
31 : type(t), nexthop(), pattern(), timeout(0)
36 : type(t), nexthop(n), pattern(p), timeout(to)
41 : type(t), nexthop(n), destination(d), timeout(to)
51 return "StaticRouteChangeEvent";
90 ss <<
"route expired ";
104 ss <<
"routes cleared";
const dtn::data::EID destination
virtual ~StaticRouteChangeEvent()
static void queue(E *evt)
static void raiseEvent(CHANGE_TYPE type)
const dtn::data::EID nexthop
std::string getMessage() const
const std::string getName() const
std::string toString() const
std::string getString() const
const std::string pattern
dtn::data::Number timeout