CARMA C++
C3gMax23PipelineSubsystemExt.h
Go to the documentation of this file.
1 
2 #ifndef CARMA_MONITOR_C3GMAX23PIPELINESUBSYSTEMEXT_H
3 #define CARMA_MONITOR_C3GMAX23PIPELINESUBSYSTEMEXT_H
4 
5 #include <iostream>
6 
20 #include "carma/monitor/C3gMax23PipelineSubsystem.h"
21 
22 namespace carma {
23 namespace monitor {
24 
33  public carma::monitor::C3gMax23PipelineSubsystemBase
34 {
35 public:
36 
42  C3gMax23PipelineSubsystem(SystemFrameBuffer * const buffer = NULL);
43 
48 
49  // add new or overriding method declarations here
50 
51 };
52 }}
53 
54 #endif // CARMA_MONITOR_C3GMAX23PIPELINESUBSYSTEMEXT_H
C3gMax23PipelineSubsystem(SystemFrameBuffer *const buffer=NULL)
Constructor.
virtual ~C3gMax23PipelineSubsystem()
Destructor.
The monitor system for the C3gMax23Pipeline subsystem.