RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtctk::metadataCollector::DaqStopReply Class Reference

#include <rtctk/metadataCollector/acquisitor.hpp>

Inheritance diagram for rtctk::metadataCollector::DaqStopReply:

Public Member Functions

 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
 
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 ( const std::string & id,
const std::vector< std::string > & files,
const std::string & 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 ( 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: