Event classes for queries to and reports from the CLA. More...
#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. | |
Event classes for queries to and reports from the CLA.
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.
1.6.3