|
hlcc 2.0.0-beta2+pre1
|
#include <offsetHandler.hpp>
Public Member Functions | |
| OffsetHandler (DataContext &data_ctx) | |
| virtual | ~OffsetHandler () |
| void | PostOffset (const std::shared_ptr<::ccsinsif::OffsetSkyArgs > &offset_sky_args) |
This class handles SkyOffset different modes of execution.
| hlcc::telifsim::OffsetHandler::OffsetHandler | ( | DataContext & | data_ctx | ) |
Default Constructor
|
virtual |
Destructor
| void hlcc::telifsim::OffsetHandler::PostOffset | ( | const std::shared_ptr<::ccsinsif::OffsetSkyArgs > & | offset_sky_args | ) |
Post the offset command to the queues which will be processed later in a secondary thread
| offset_sky_args | offset arguments |
| std::runtime_error | if not possible to post. |