CARMA C++
TestSubsystemExt.h
Go to the documentation of this file.
1 #ifndef CARMA_MONITOR_TESTSUBSYSTEMEXT_H
2 #define CARMA_MONITOR_TESTSUBSYSTEMEXT_H
3 
18 #include <carma/monitor/TestSubsystem.h>
19 
20 namespace carma {
21 namespace monitor {
22 
23 namespace CM = carma::monitor;
24 
28 class TestSubsystem::Digitizer : public DigitizerBase {
29 public:
30 
41  Digitizer(ushort digitizerNo, const std::string &name="Digitizer");
42 
46  virtual ~Digitizer();
47 
48  // add new or overriding method declarations here
49 
50 };
51 
52 } // namespace monitor
53 } // namespace carma
54 
55 #endif // CARMA_MONITOR_TESTSUBSYSTEMEXT_H
Digitizer(ushort digitizerNo, const std::string &name="Digitizer")
Constructor.
The container for the Digitizer logical collection.