ifw-fcf  5.0.0-pre2
Public Member Functions | Public Attributes | List of all members
fcf::devmgr::common::DaqInfo Struct Reference

#include <deviceFacade.hpp>

Public Member Functions

void StartDaq (std::string filename)
 
void StopDaq (std::string filename)
 
void AbortDaq (std::string msg)
 
bool IsActive ()
 
bool IsStopped ()
 

Public Attributes

::metadaqif::DaqState m_state {::metadaqif::DaqState::Undefined}
 
std::string m_msg {""}
 
std::vector< std::string > m_files
 
double m_timestamp {0}
 

Member Function Documentation

◆ AbortDaq()

void fcf::devmgr::common::DaqInfo::AbortDaq ( std::string  msg)

◆ IsActive()

bool fcf::devmgr::common::DaqInfo::IsActive ( )

◆ IsStopped()

bool fcf::devmgr::common::DaqInfo::IsStopped ( )

◆ StartDaq()

void fcf::devmgr::common::DaqInfo::StartDaq ( std::string  filename)

◆ StopDaq()

void fcf::devmgr::common::DaqInfo::StopDaq ( std::string  filename)

Member Data Documentation

◆ m_files

std::vector<std::string> fcf::devmgr::common::DaqInfo::m_files

◆ m_msg

std::string fcf::devmgr::common::DaqInfo::m_msg {""}

◆ m_state

::metadaqif::DaqState fcf::devmgr::common::DaqInfo::m_state {::metadaqif::DaqState::Undefined}

◆ m_timestamp

double fcf::devmgr::common::DaqInfo::m_timestamp {0}

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