#include <SequenceRequestWorker.h>
Public Member Functions | |
| SequenceRequestWorker (CalibrationControllerImpl &c, shared_ptr< Ipc::SequenceRequest > 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 Member Functions | |
| SequenceRequestWorker () | |
Private Attributes | |
| CalibrationControllerImpl & | m_cc |
| reference to it's `parent' CalibrationControllerImpl | |
| shared_ptr< Ipc::SequenceRequest > | 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 23 of file SequenceRequestWorker.h. |
|
|
|
|
|
Called by new thread.
Definition at line 7 of file SequenceRequestWorker.cpp. References SctCalibrationController::CalibrationControllerImpl::executeSequence(), CalibrationControllerStatus::INCONTROL, m_cc, Sct::Throwable::sendToMrs(), CalibrationControllerStatus::status, SctCalibrationController::CalibrationControllerImpl::status, and SctCalibrationController::CalibrationControllerImpl::updateStatus(). |
|
|
reference to it's `parent' CalibrationControllerImpl
Definition at line 27 of file SequenceRequestWorker.h. Referenced by operator()(), and SequenceRequestWorker(). |
|
|
reference to the Sequence.
Definition at line 29 of file SequenceRequestWorker.h. Referenced by SequenceRequestWorker(). |
1.3-rc3