CARMA C++
SlPipelineSubsystemExt.h
Go to the documentation of this file.
1 
2 #ifndef CARMA_MONITOR_SLPIPELINESUBSYSTEMEXT_H
3 #define CARMA_MONITOR_SLPIPELINESUBSYSTEMEXT_H
4 
18 #include "carma/monitor/SlPipelineSubsystem.h"
19 
20 namespace carma {
21 namespace monitor {
22 
31  public carma::monitor::SlPipelineSubsystemBase
32 {
33 public:
34 
40  SlPipelineSubsystem(SystemFrameBuffer * const buffer = NULL);
41 
45  virtual ~SlPipelineSubsystem();
46 
47  // add new or overriding method declarations here
48 
49 };
50 }}
51 
52 #endif // CARMA_MONITOR_SLPIPELINESUBSYSTEMEXT_H
53 
The monitor system for the SlPipeline subsystem.
SlPipelineSubsystem(SystemFrameBuffer *const buffer=NULL)
Constructor.
virtual ~SlPipelineSubsystem()
Destructor.