#include <SequenceRequestWorker.h>
Collaboration diagram for SctCalibrationController::SequenceRequestWorker:
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. does not throw. | |
~SequenceRequestWorker () | |
does nothing. | |
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. does not throw.
Definition at line 7 of file SequenceRequestWorker.cpp. References 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 27 of file SequenceRequestWorker.h. Referenced by operator()(), and SequenceRequestWorker(). |
|
reference to the Sequence.
Definition at line 29 of file SequenceRequestWorker.h. Referenced by operator()(), and SequenceRequestWorker(). |