CARMA C++
C3gMax8PipelineSubsystemExt.h
Go to the documentation of this file.
1 
2 #ifndef CARMA_MONITOR_C3GMAX8PIPELINESUBSYSTEMEXT_H
3 #define CARMA_MONITOR_C3GMAX8PIPELINESUBSYSTEMEXT_H
4 
18 #include "carma/monitor/C3gMax8PipelineSubsystem.h"
19 
20 namespace carma {
21 namespace monitor {
22 
30 class C3gMax8PipelineSubsystem : public C3gMax8PipelineSubsystemBase
31 {
32 public:
33 
39  C3gMax8PipelineSubsystem(SystemFrameBuffer * const buffer = NULL);
40 
44  virtual ~C3gMax8PipelineSubsystem();
45 
46  // add new or overriding method declarations here
47 
48 };
49 }}
50 
51 #endif // CARMA_MONITOR_C3GMAX8PIPELINESUBSYSTEMEXT_H
C3gMax8PipelineSubsystem(SystemFrameBuffer *const buffer=NULL)
Constructor.
virtual ~C3gMax8PipelineSubsystem()
Destructor.
The monitor system for the C3gMax8Pipeline subsystem.