Standard FITS Publisher.
More...
#include <pubFits.hpp>
|
| static const std::string & | GenId (const std::string &proc_thread_name, const std::string &pub_thread_name) |
| | Generate an ID for the Publisher. More...
|
| |
| template<class TYPE > |
| static void | AddPubFactoryObj (TYPE &pub_factory_obj) |
| | Static method to register a Data Publisher factory object in the internal registry. More...
|
| |
| static const std::map< std::string, std::shared_ptr< PubBase > > & | GetPubFactoryObjs () |
| | Generate vector with references to the Publisher Factory Objects registered. More...
|
| |
| static void | CreatePubObj (const std::string &class_name, const std::string &proc_thread_name, const std::string &pub_thread_name, PubBase **new_object) |
| |
| static void | GetPubObj (const std::string &proc_thread_name, const std::string &pub_thread_name, PubBase **pub_obj, const bool initialise=true) |
| |
| static void | GetPubObjs (std::vector< PubBase * > &pub_objs) |
| | Get reference to all Data Publisher Objects registered. More...
|
| |
| static bool | HasPubObj (const std::string &proc_thread_name, const std::string &pub_thread_name, PubBase **pub_obj) |
| | Check if a Publisher object is defined. More...
|
| |
| static ccf::mptk::Manager & | Mptk () |
| | Return reference to internal MPTK instance (singleton). More...
|
| |
| static void | SetLogLevel (const ccf::LogLevel log_level) |
| | Set the log level. More...
|
| |
| static ccf::LogLevel | GetLogLevel () |
| | Return the current CCF log level. More...
|
| |
| void | SetClassName (const std::string &class_name) |
| | Set the name of the class in question. More...
|
| |
| void | SetLogger (log4cplus::Logger &logger) |
| | Set reference to logger used in this context. More...
|
| |
| PubType | m_publisher_type |
| |
| bool | m_initialised |
| |
| bool | m_setup_enabled |
| |
| bool | m_stat_active |
| |
| log4cplus::Logger | m_logger |
| |
◆ Format
| Enumerator |
|---|
| SINGLE | |
| CUBE | |
| MEF | |
◆ RecordingMode
| Enumerator |
|---|
| ALL | |
| INTERVAL | |
| PERIODIC | |
◆ PubFits() [1/2]
| ccf::stdpub::PubFits::PubFits |
( |
const std::string & |
proc_thread_name, |
|
|
const std::string & |
pub_thread_name |
|
) |
| |
◆ PubFits() [2/2]
| ccf::stdpub::PubFits::PubFits |
( |
| ) |
|
◆ ~PubFits()
| ccf::stdpub::PubFits::~PubFits |
( |
| ) |
|
|
virtual |
◆ ActivateUser()
| void ccf::stdpub::PubFits::ActivateUser |
( |
| ) |
|
|
virtual |
◆ CheckForDeactivationUser()
| void ccf::stdpub::PubFits::CheckForDeactivationUser |
( |
| ) |
|
|
virtual |
◆ CreateObjectUser()
| void ccf::stdpub::PubFits::CreateObjectUser |
( |
const std::string & |
proc_thread_name, |
|
|
const std::string & |
pub_thread_name, |
|
|
PubBase ** |
new_object |
|
) |
| |
|
virtual |
◆ DeactivateUser()
| void ccf::stdpub::PubFits::DeactivateUser |
( |
| ) |
|
|
virtual |
◆ DecodeRecMode()
| void ccf::stdpub::PubFits::DecodeRecMode |
( |
const std::string & |
rec_mode_specifier | ) |
|
◆ EstimateExecutionUser()
| void ccf::stdpub::PubFits::EstimateExecutionUser |
( |
double & |
duration, |
|
|
int64_t & |
nb_of_frames |
|
) |
| |
|
virtual |
◆ FormatToNb()
| PubFits::Format ccf::stdpub::PubFits::FormatToNb |
( |
const std::string & |
format | ) |
|
◆ FormatToStr()
| std::string ccf::stdpub::PubFits::FormatToStr |
( |
const Format |
format | ) |
|
◆ InitialiseUser()
| void ccf::stdpub::PubFits::InitialiseUser |
( |
| ) |
|
|
virtual |
◆ PublishUser()
◆ RecordingModeToStr()
| std::string ccf::stdpub::PubFits::RecordingModeToStr |
( |
const RecordingMode |
mode | ) |
|
◆ FORMAT_CUBE
| const std::string ccf::stdpub::PubFits::FORMAT_CUBE = "Cube" |
◆ FORMAT_MEF
| const std::string ccf::stdpub::PubFits::FORMAT_MEF = "MEF" |
◆ FORMAT_SINGLE
| const std::string ccf::stdpub::PubFits::FORMAT_SINGLE = "Single" |
◆ RECORDING_MODE_ALL
| const std::string ccf::stdpub::PubFits::RECORDING_MODE_ALL = "ALL" |
◆ RECORDING_MODE_INTERVAL
| const std::string ccf::stdpub::PubFits::RECORDING_MODE_INTERVAL = "INTERVAL" |
◆ RECORDING_MODE_PERIODIC
| const std::string ccf::stdpub::PubFits::RECORDING_MODE_PERIODIC = "PERIODIC" |
◆ s_initialised
| bool ccf::stdpub::PubFits::s_initialised = false |
|
static |
- Copyright
- ESO - European Southern Observatory
◆ s_padding_bytes
| char ccf::stdpub::PubFits::s_padding_bytes |
|
static |
◆ SETUP_KEY_NB_OF_FRAMES
| const std::string ccf::stdpub::PubFits::SETUP_KEY_NB_OF_FRAMES = "nb_of_frames" |
◆ SETUP_KEY_OVERWRITE
| const std::string ccf::stdpub::PubFits::SETUP_KEY_OVERWRITE = "overwrite" |
◆ SETUP_KEY_REC_MODE
| const std::string ccf::stdpub::PubFits::SETUP_KEY_REC_MODE = "rec_mode" |
The documentation for this class was generated from the following files: