casa
5.7.0-16
|
Class that contains functions needed for imager. More...
#include <SynthesisIterBot.h>
Public Member Functions | |
SynthesisIterBot () | |
Default constructor. More... | |
virtual | ~SynthesisIterBot () |
void | openDBus () |
Copy constructor and assignment operator. More... | |
void | setupIteration (casacore::Record iterpars) |
make all pure-inputs const More... | |
void | setInteractiveMode (casacore::Bool interactiveMode) |
virtual void | setIterationDetails (casacore::Record iterpars) |
casacore::Record | getIterationDetails () |
casacore::Record | getIterationSummary () |
int | cleanComplete (casacore::Bool lastcyclecheck=casacore::False) |
casacore::Record | getSubIterBot () |
void | startMinorCycle (casacore::Record &initializationRecord) |
void | endMinorCycle (casacore::Record &executionRecord) |
void | endMajorCycle () |
void | resetMinorCycleInfo () |
void | changeStopFlag (casacore::Bool stopflag) |
virtual casacore::Record | pauseForUserInteractionOld () |
Protected Member Functions | |
virtual void | pauseForUserInteraction () |
Protected Attributes | |
*std::shared_ptr < SIIterBot_callback > | actionRequestSync |
std::shared_ptr< SIIterBot_state > | itsLoopController |
Private Member Functions | |
void | dbus_thread_launch_pad () |
Private Attributes | |
std::thread * | dbus_thread |
casa::SynthesisIterBot::SynthesisIterBot | ( | ) |
Default constructor.
|
virtual |
void casa::SynthesisIterBot::changeStopFlag | ( | casacore::Bool | stopflag | ) |
int casa::SynthesisIterBot::cleanComplete | ( | casacore::Bool | lastcyclecheck = casacore::False | ) |
|
private |
void casa::SynthesisIterBot::endMajorCycle | ( | ) |
void casa::SynthesisIterBot::endMinorCycle | ( | casacore::Record & | executionRecord | ) |
casacore::Record casa::SynthesisIterBot::getIterationDetails | ( | ) |
casacore::Record casa::SynthesisIterBot::getIterationSummary | ( | ) |
casacore::Record casa::SynthesisIterBot::getSubIterBot | ( | ) |
void casa::SynthesisIterBot::openDBus | ( | ) |
Copy constructor and assignment operator.
launch thread which opens DBus connection...
|
protectedvirtual |
Reimplemented in casa::SynthesisIterBotWithOldGUI.
|
inlinevirtual |
Reimplemented in casa::SynthesisIterBotWithOldGUI.
Definition at line 91 of file SynthesisIterBot.h.
void casa::SynthesisIterBot::resetMinorCycleInfo | ( | ) |
void casa::SynthesisIterBot::setInteractiveMode | ( | casacore::Bool | interactiveMode | ) |
|
virtual |
Reimplemented in casa::SynthesisIterBotWithOldGUI.
void casa::SynthesisIterBot::setupIteration | ( | casacore::Record | iterpars | ) |
make all pure-inputs const
void casa::SynthesisIterBot::startMinorCycle | ( | casacore::Record & | initializationRecord | ) |
|
protected |
Definition at line 98 of file SynthesisIterBot.h.
|
private |
Definition at line 104 of file SynthesisIterBot.h.
|
protected |
Definition at line 99 of file SynthesisIterBot.h.