Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

SequenceDataWrapper.h

00001 #ifndef SCT_CALIBRATION_CONTROLER_SEQUENCEDATA_WRAPPER_H
00002 #define SCT_CALIBRATION_CONTROLER_SEQUENCEDATA_WRAPPER_H
00003 #include "IsInfoWrapper.h"
00004 #include <boost/shared_ptr.hpp>
00005 
00006 class SequenceData;
00007 
00008 namespace SctCalibrationController {
00010 class SequenceDataWrapper : public IsInfoWrapper {
00011  public:
00012   SequenceDataWrapper(boost::shared_ptr<SequenceData> td);
00014   std::string getClassName() const;
00016   Sct::UniqueID getUniqueID() const;
00017 };
00018 
00019 }
00020 
00021 #endif

Generated on Fri Dec 16 19:38:20 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5