00001 #include "SequenceLibrary.h"
00002 #include "SequenceRequest.h"
00003 #include "CalibrationController.h"
00004
00005 #include <iostream>
00006
00007 using namespace std;
00008
00009 namespace SctCalibrationController {
00010 namespace Ipc {
00011
00012 SequenceLibrary::SequenceLibrary() : IPCObject<POA_Sct_CalibrationController::SequenceLibrary>() {
00013 cout << "Create sequence library" << endl;
00014 }
00015
00016 SequenceLibrary::~SequenceLibrary() {
00017 cout << "Destroy sequence library" << endl;
00018 }
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034 }
00035 }