#include <rtctk/metadataCollector/acquisitor.hpp>
|
| | DaqStopReply ()=default |
| |
| | DaqStopReply (const std::string &id, const std::vector< std::string > &files, const std::string &kw) |
| |
| std::string | getId () const override |
| |
| void | setId (const std::string &id) override |
| |
| std::string | getKeywords () const override |
| |
| void | setKeywords (const std::string &kw) override |
| |
| std::vector< std::string > | getFiles () const override |
| |
| void | setFiles (const std::vector< std::string > &fs) override |
| |
| bool | hasKey () const override |
| |
| bool | keyEquals (const metadaqif::DaqStopReply &other) const override |
| |
| std::unique_ptr< metadaqif::DaqStopReply > | clone () const override |
| |
| std::unique_ptr< metadaqif::DaqStopReply > | cloneKey () const override |
| |
◆ DaqStopReply() [1/2]
| rtctk::metadataCollector::DaqStopReply::DaqStopReply |
( |
| ) |
|
|
default |
◆ DaqStopReply() [2/2]
| rtctk::metadataCollector::DaqStopReply::DaqStopReply |
( |
const std::string & | id, |
|
|
const std::vector< std::string > & | files, |
|
|
const std::string & | kw ) |
◆ clone()
| std::unique_ptr< metadaqif::DaqStopReply > rtctk::metadataCollector::DaqStopReply::clone |
( |
| ) |
const |
|
override |
◆ cloneKey()
| std::unique_ptr< metadaqif::DaqStopReply > rtctk::metadataCollector::DaqStopReply::cloneKey |
( |
| ) |
const |
|
override |
◆ getFiles()
| std::vector< std::string > rtctk::metadataCollector::DaqStopReply::getFiles |
( |
| ) |
const |
|
override |
◆ getId()
| std::string rtctk::metadataCollector::DaqStopReply::getId |
( |
| ) |
const |
|
override |
◆ getKeywords()
| std::string rtctk::metadataCollector::DaqStopReply::getKeywords |
( |
| ) |
const |
|
override |
◆ hasKey()
| bool rtctk::metadataCollector::DaqStopReply::hasKey |
( |
| ) |
const |
|
override |
◆ keyEquals()
| bool rtctk::metadataCollector::DaqStopReply::keyEquals |
( |
const metadaqif::DaqStopReply & | other | ) |
const |
|
override |
◆ setFiles()
| void rtctk::metadataCollector::DaqStopReply::setFiles |
( |
const std::vector< std::string > & | fs | ) |
|
|
override |
◆ setId()
| void rtctk::metadataCollector::DaqStopReply::setId |
( |
const std::string & | id | ) |
|
|
override |
◆ setKeywords()
| void rtctk::metadataCollector::DaqStopReply::setKeywords |
( |
const std::string & | kw | ) |
|
|
override |
The documentation for this class was generated from the following files:
- reusableComponents/metadataCollector/lib/src/include/rtctk/metadataCollector/acquisitor.hpp
- reusableComponents/metadataCollector/lib/src/acquisitor.cpp