#include <SequenceRequestWorker.h>
Collaboration diagram for SctCalibrationController::SequenceRequestWorker:

Public Member Functions | |
| SequenceRequestWorker (CalibrationControllerImpl &c, Sct_CalibrationController::SequenceRequest_ptr r) | |
| constructor takes reference to its CalibrationControllerImpl parent and the SequenceRequest it is to follow. | |
| void | operator() () |
| Called by new thread. | |
| ~SequenceRequestWorker () | |
| does nothing. | |
Private Attributes | |
| CalibrationControllerImpl & | m_cc |
| reference to it's `parent' CalibrationControllerImpl | |
| Sct_CalibrationController::SequenceRequest_var | m_sr |
| reference to the Sequence. | |
thread calls operator() () which
Definition at line 14 of file SequenceRequestWorker.h.
|
||||||||||||
|
constructor takes reference to its CalibrationControllerImpl parent and the SequenceRequest it is to follow.
Definition at line 17 of file SequenceRequestWorker.h. |
|
|
does nothing.
Definition at line 24 of file SequenceRequestWorker.h. |
|
|
Called by new thread.
Definition at line 12 of file SequenceRequestWorker.cpp. References Sct::BugReport(), SctCalibrationController::CalibrationControllerImpl::executeSequence(), CalibrationControllerStatus::INCONTROL, m_cc, m_sr, Sct::Throwable::sendToMrs(), CalibrationControllerStatus::status, SctCalibrationController::CalibrationControllerImpl::status, and SctCalibrationController::CalibrationControllerImpl::updateStatus(). Here is the call graph for this function: ![]() |
|
|
reference to it's `parent' CalibrationControllerImpl
Definition at line 28 of file SequenceRequestWorker.h. Referenced by operator()(). |
|
|
reference to the Sequence.
Definition at line 30 of file SequenceRequestWorker.h. Referenced by operator()(). |
1.4.6