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