Class that handles reception of metadaqif commands using MAL.
More...
#include <acquisitor.hpp>
|
| AcquisitorCmdsImpl (StateMachineEngine &engine) |
|
::elt::mal::future< std::shared_ptr< metadaqif::DaqReply > > | StartDaq (std::string const &id) override |
|
::elt::mal::future< std::shared_ptr< metadaqif::DaqStopReply > > | StopDaq (std::string const &id) override |
|
::elt::mal::future< std::shared_ptr< metadaqif::DaqReply > > | AbortDaq (std::string const &id) override |
|
::elt::mal::future< std::shared_ptr< metadaqif::DaqStatus > > | GetDaqStatus (std::string const &id) override |
|
Class that handles reception of metadaqif commands using MAL.
◆ AcquisitorCmdsImpl()
rtctk::metadataCollector::AcquisitorCmdsImpl::AcquisitorCmdsImpl |
( |
StateMachineEngine & |
engine | ) |
|
◆ AbortDaq()
elt::mal::future< std::shared_ptr< metadaqif::DaqReply > > rtctk::metadataCollector::AcquisitorCmdsImpl::AbortDaq |
( |
std::string const & |
id | ) |
|
|
override |
◆ GetDaqStatus()
elt::mal::future< std::shared_ptr< metadaqif::DaqStatus > > rtctk::metadataCollector::AcquisitorCmdsImpl::GetDaqStatus |
( |
std::string const & |
id | ) |
|
|
override |
◆ Register()
◆ StartDaq()
elt::mal::future< std::shared_ptr< metadaqif::DaqReply > > rtctk::metadataCollector::AcquisitorCmdsImpl::StartDaq |
( |
std::string const & |
id | ) |
|
|
override |
◆ StopDaq()
elt::mal::future< std::shared_ptr< metadaqif::DaqStopReply > > rtctk::metadataCollector::AcquisitorCmdsImpl::StopDaq |
( |
std::string const & |
id | ) |
|
|
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