RTC Toolkit  2.0.0
Public Member Functions | List of all members
rtctk::metadataCollector::DaqStopReply Class Reference

#include <acquisitor.hpp>

Inheritance diagram for rtctk::metadataCollector::DaqStopReply:

Public Member Functions

 DaqStopReply ()=default
 
 DaqStopReply (std::string const &id, std::vector< std::string > const &files, std::string const &kw)
 
std::string getId () const override
 
void setId (std::string const &id) override
 
std::string getKeywords () const override
 
void setKeywords (std::string const &kw) override
 
std::vector< std::string > getFiles () const override
 
void setFiles (std::vector< std::string > const &fs) override
 
bool hasKey () const override
 
bool keyEquals (metadaqif::DaqStopReply const &other) const override
 
std::unique_ptr< metadaqif::DaqStopReply > clone () const
 
std::unique_ptr< metadaqif::DaqStopReply > cloneKey () const
 

Constructor & Destructor Documentation

◆ DaqStopReply() [1/2]

rtctk::metadataCollector::DaqStopReply::DaqStopReply ( )
default

◆ DaqStopReply() [2/2]

rtctk::metadataCollector::DaqStopReply::DaqStopReply ( std::string const &  id,
std::vector< std::string > const &  files,
std::string const &  kw 
)

Member Function Documentation

◆ clone()

std::unique_ptr< metadaqif::DaqStopReply > rtctk::metadataCollector::DaqStopReply::clone ( ) const

◆ cloneKey()

std::unique_ptr< metadaqif::DaqStopReply > rtctk::metadataCollector::DaqStopReply::cloneKey ( ) const

◆ 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 ( metadaqif::DaqStopReply const &  other) const
override

◆ setFiles()

void rtctk::metadataCollector::DaqStopReply::setFiles ( std::vector< std::string > const &  fs)
override

◆ setId()

void rtctk::metadataCollector::DaqStopReply::setId ( std::string const &  id)
override

◆ setKeywords()

void rtctk::metadataCollector::DaqStopReply::setKeywords ( std::string const &  kw)
override

The documentation for this class was generated from the following files: