#include <BundleEvent.h>

Public Attributes | |
| std::string | query_id_ |
| Query Identifier. | |
Protected Member Functions | |
| CLAQueryReport (event_type_t type, const std::string &query_id, bool daemon_only=false) | |
| Constructor; protected because this class should only be instantiated via a subclass. | |
Definition at line 1313 of file BundleEvent.h.
| dtn::CLAQueryReport::CLAQueryReport | ( | event_type_t | type, | |
| const std::string & | query_id, | |||
| bool | daemon_only = false | |||
| ) | [inline, protected] |
Constructor; protected because this class should only be instantiated via a subclass.
Definition at line 1325 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
| std::string dtn::CLAQueryReport::query_id_ |
Query Identifier.
Definition at line 1317 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_queued_query(), dtn::BundleDaemon::handle_bundle_queued_report(), dtn::BundleDaemon::handle_cla_parameters_query(), dtn::BundleDaemon::handle_cla_parameters_report(), dtn::BundleDaemon::handle_eid_reachable_query(), dtn::BundleDaemon::handle_eid_reachable_report(), dtn::BundleDaemon::handle_iface_attributes_query(), dtn::BundleDaemon::handle_iface_attributes_report(), dtn::BundleDaemon::handle_link_attributes_query(), and dtn::BundleDaemon::handle_link_attributes_report().
1.5.8