/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #ifndef ANENERGYTAG_H 00002 #define ANENERGYTAG_H 00003 00004 #include "SelCycler/ITagBase.h" 00005 00006 class AdEnergyTag : public ITagBase 00007 { 00008 public: 00009 AdEnergyTag(const std::string& name); 00010 virtual ~AdEnergyTag(){} 00011 00012 virtual bool tag(PhyEvent* event); 00013 00014 private : 00015 float m_adEngThr; 00016 }; 00017 00018 #endif //ANENERGYTAG_H