#include <BundleEvent.h>
Public Member Functions | |
BundleAttributesReportEvent (const std::string &query_id, const BundleRef &bundle, const AttributeNameVector &attribute_names, const MetaBlockRequestVector &metadata_blocks) | |
Public Attributes | |
std::string | query_id_ |
Query Identifier. | |
BundleRef | bundle_ |
Bundle that was queried. | |
AttributeNameVector | attribute_names_ |
bundle attributes requested by name. | |
MetaBlockRequestVector | metadata_blocks_ |
metadata blocks requested by type/identifier |
Definition at line 1104 of file BundleEvent.h.
dtn::BundleAttributesReportEvent::BundleAttributesReportEvent | ( | const std::string & | query_id, | |
const BundleRef & | bundle, | |||
const AttributeNameVector & | attribute_names, | |||
const MetaBlockRequestVector & | metadata_blocks | |||
) | [inline] |
Definition at line 1106 of file BundleEvent.h.
bundle attributes requested by name.
Definition at line 1123 of file BundleEvent.h.
Bundle that was queried.
Definition at line 1120 of file BundleEvent.h.
metadata blocks requested by type/identifier
Definition at line 1126 of file BundleEvent.h.
std::string dtn::BundleAttributesReportEvent::query_id_ |
Query Identifier.
Definition at line 1117 of file BundleEvent.h.