00001 #ifndef SCTDATADISPLAY_RXTHRESHOLDDISPLAYER_H
00002 #define SCTDATADISPLAY_RXTHRESHOLDDISPLAYER_H
00003
00004 #include "Displayer.h"
00005 #include <memory>
00006
00007 namespace SctData {
00008 class RxThresholdScanResult;
00009 }
00010
00011 using std::auto_ptr;
00012
00013 namespace SctDataDisplay {
00014 class RxThresholdDisplayData;
00015
00021 class RxThresholdDisplayer : public Displayer {
00022 public:
00023 shared_ptr<DisplayData> display(shared_ptr<const Sct::Serializable> data, const DisplayInfo& info, std::ostream& os);
00024
00025 private:
00026 static bool inMap;
00027
00028 };
00029 }
00030
00031 #endif //SCTDATADISPLAY_RXTHRESHOLDDISPLAYER_H