Event class for creating and opening a link. More...
#include <BundleEvent.h>
Public Member Functions | |
| LinkCreateRequest (const std::string &name, Link::link_type_t link_type, const std::string &endpoint, ConvergenceLayer *cla, AttributeVector ¶meters) | |
| Identifier for the link. | |
Public Attributes | |
| std::string | name_ |
| Next hop EID. | |
| std::string | endpoint_ |
| Type of link. | |
| Link::link_type_t | link_type_ |
| CL to use. | |
| ConvergenceLayer * | cla_ |
| An optional set of key, value pairs. | |
| AttributeVector | parameters_ |
Event class for creating and opening a link.
Definition at line 1132 of file BundleEvent.h.
| dtn::LinkCreateRequest::LinkCreateRequest | ( | const std::string & | name, | |
| Link::link_type_t | link_type, | |||
| const std::string & | endpoint, | |||
| ConvergenceLayer * | cla, | |||
| AttributeVector & | parameters | |||
| ) | [inline] |
Identifier for the link.
Definition at line 1134 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
An optional set of key, value pairs.
Definition at line 1161 of file BundleEvent.h.
| std::string dtn::LinkCreateRequest::endpoint_ |
Type of link.
Definition at line 1155 of file BundleEvent.h.
CL to use.
Definition at line 1158 of file BundleEvent.h.
| std::string dtn::LinkCreateRequest::name_ |
Next hop EID.
Definition at line 1152 of file BundleEvent.h.
Definition at line 1162 of file BundleEvent.h.
1.6.3