Event class for a change in link attributes. More...
#include <BundleEvent.h>
Public Member Functions | |
| LinkAttributeChangedEvent (const LinkRef &link, AttributeVector attributes, reason_t reason=ContactEvent::NO_INFO) | |
| The link that changed. | |
Public Attributes | |
| LinkRef | link_ |
| Attributes that changed. | |
| AttributeVector | attributes_ |
Event class for a change in link attributes.
Definition at line 1207 of file BundleEvent.h.
| dtn::LinkAttributeChangedEvent::LinkAttributeChangedEvent | ( | const LinkRef & | link, | |
| AttributeVector | attributes, | |||
| reason_t | reason = ContactEvent::NO_INFO | |||
| ) | [inline] |
The link that changed.
Definition at line 1209 of file BundleEvent.h.
Definition at line 1222 of file BundleEvent.h.
Attributes that changed.
Definition at line 1221 of file BundleEvent.h.
1.6.3