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

TrimRangeDisplayer.h

00001 #ifndef SCTDATADISPLAY_TRIMRANGEDISPLAYER_H
00002 #define SCTDATADISPLAY_TRIMRANGEDISPLAYER_H
00003 
00004 #include "Displayer.h"
00005 
00006 namespace SctDataDisplay {
00007     
00012 class TrimRangeDisplayer : public Displayer {
00013 public:
00014     shared_ptr<DisplayData> display(shared_ptr<const Sct::Serializable> data, const DisplayInfo& info, std::ostream& os);
00015     
00016 private:
00017     static bool inMap;
00018 };
00019 }
00020 
00021 #endif //SCTDATADISPLAY_TRIMRANGEDISPLAYER_H

Generated on Thu Jul 15 09:51:01 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5