#include <TestRequest.h>
Inheritance diagram for SctCalibrationController::Ipc::TestRequestAdapter:
Public Member Functions | |
TestRequestAdapter (Sct_CalibrationController_T_TestRequest *req) | |
virtual void | startTest (Sct_SctApi_T_SctApi &api, string &name, unsigned short &testVariable, unsigned long &nScans, vector< double > &testPoints) |
throws IpcException if any of the out variables are not set in the call | |
virtual Sct_SctApi_T_Scan * | getNextScan (unsigned long index) |
virtual bool | canFeedback () |
virtual void | endTest () |
Private Attributes | |
Sct_CalibrationController_T_TestRequest * | request |
These calls may fail and throw RequestExceptions
Definition at line 48 of file TestRequest.h.
|
Definition at line 26 of file TestRequest.cpp. |
|
Implements SctCalibrationController::Ipc::TestRequest. Definition at line 53 of file TestRequest.cpp. References request. |
|
Implements SctCalibrationController::Ipc::TestRequest. Definition at line 61 of file TestRequest.cpp. References request. |
|
Implements SctCalibrationController::Ipc::TestRequest. Definition at line 45 of file TestRequest.cpp. References request. |
|
throws IpcException if any of the out variables are not set in the call
Implements SctCalibrationController::Ipc::TestRequest. Definition at line 30 of file TestRequest.cpp. References request. |
|
Definition at line 60 of file TestRequest.h. Referenced by canFeedback(), endTest(), getNextScan(), and startTest(). |