Home
last modified time | relevance | path

Searched refs:USE_ALIGN (Results 1 – 3 of 3) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/Tests/scheduler/
H A Dtestschedulerunit.cpp245 …QVERIFY((align && (pipe & SchedulerJob::USE_ALIGN)) || (!align && !(pipe & SchedulerJob::USE_ALIGN in runSetupJob()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/scheduler/
H A Dschedulerjob.h87 USE_ALIGN = 1 << 2, enumerator
H A Dscheduler.cpp1289 alignStepCheck->setChecked(job->getStepPipeline() & SchedulerJob::USE_ALIGN); in syncGUIToJob()
3926 else if (currentJob->getStepPipeline() & SchedulerJob::USE_ALIGN) in getNextAction()
3956 else if (currentJob->getStepPipeline() & SchedulerJob::USE_ALIGN) in getNextAction()
3965 if (currentJob->getStepPipeline() & SchedulerJob::USE_ALIGN) in getNextAction()
4571 if (job->getStepPipeline() & SchedulerJob::USE_ALIGN) in saveScheduler()
4894 … if (currentJob->getStepPipeline() & SchedulerJob::USE_ALIGN && Options::forceAlignmentBeforeJob()) in findNextJob()
4907 else if (currentJob->getStepPipeline() & SchedulerJob::USE_ALIGN) in findNextJob()
4937 … if (currentJob->getStepPipeline() & SchedulerJob::USE_ALIGN && Options::forceAlignmentBeforeJob()) in findNextJob()
4983 … if (currentJob->getStepPipeline() & SchedulerJob::USE_ALIGN && Options::forceAlignmentBeforeJob()) in findNextJob()
5712 if (schedJob->getStepPipeline() & SchedulerJob::USE_ALIGN) in timeHeuristics()
[all …]