#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 ScanRequest * | 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 49 of file TestRequest.h.
|
||||||||||||||||||||||||
|
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. |
1.3.5