Nymph  v1.5.2
Flow-Based Data Processing Framework
KTTestProcessor.hh
Go to the documentation of this file.
1 /*
2  * KTTestProcessor.hh
3  *
4  * Created on: Aug 15, 2012
5  * Author: nsoblath
6  */
7 
8 #ifndef KTTESTPROCESSOR_HH_
9 #define KTTESTPROCESSOR_HH_
10 
11 #include "KTProcessor.hh"
12 
13 namespace Nymph
14 {
15 
17  {
18  public:
20 
21  public:
23  virtual ~KTTestProcessorA();
24 
25  bool Configure(const scarab::param_node& node);
26 
27  void EmitSignals(int);
28 
29  //private:
30  TheSignal fTheSignal;
31  };
32 
33 
35  {
36  public:
38  virtual ~KTTestProcessorB();
39 
40  bool Configure(const scarab::param_node& node);
41 
42  void Slot1(int);
43  void Slot2(int);
44  };
45 
46 
47 } /* namespace Nymph */
48 #endif /* KTTESTPROCESSOR_HH_ */
Contains KTProcessor.
bool Configure(const scarab::param_node &node)
Should perform parameter store and command-line configurations.
KTSignalConcept< void(int) >::signal TheSignal