/[PAMELA software]/yoda/techmodel/TechmodelFilter.h
ViewVC logotype

Annotation of /yoda/techmodel/TechmodelFilter.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.0 - (hide annotations) (download)
Sun Mar 6 04:33:02 2005 UTC (20 years, 9 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_2/01, YODA4_2/00, YODA4_2/03, YODA4_0/04, YODA4_1/00, yodaPreTermistors2_1/00, YODA4_3/02, YODA4_3/00, YODA4_3/01, YODA4_0/03, YODA4_0/02, YODA4_0/01, yodaPreTermistores2_0/00
Branch point for: PreThermistores2
Changes since 3.0: +2 -2 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1 kusanagi 2.1 /** @file
2     * $Author: kusanagi $
3 kusanagi 4.0 * $Date: 2005/03/04 15:54:11 $
4     * $Revision: 3.0 $
5 kusanagi 2.1 *
6     */
7    
8     #ifndef TECHMODEL_FILTER_H
9     #define TECHMODEL_FILTER_H
10    
11     #include "event/Filter.h"
12     #include "event/PacketType.h"
13     #include "event/SubPacket.h"
14     #include <list>
15     #include <string>
16    
17     using namespace std;
18    
19     namespace pamela {
20     namespace techmodel {
21    
22     class TechmodelFilter: public Filter {
23     private:
24     list<string> *forbiddenPackets;
25     public:
26     TechmodelFilter(list<string>*);
27     virtual void Init(void);
28     virtual bool CheckPacket(PacketType*);
29     virtual std::string GetVersionInfo(void) const;
30     ClassDef(TechmodelFilter, 1)
31     };
32     }
33     }
34     #endif /* TECHMODEL_FILTER_H */
35    
36    

  ViewVC Help
Powered by ViewVC 1.1.23