12 #ifndef CARMA_MONITOR_MONITOR_SYSTEM_IPQ_WRITER_H
13 #define CARMA_MONITOR_MONITOR_SYSTEM_IPQ_WRITER_H
22 class FrameCollatorThread;
25 class MonitorSystemIPQwriter :
public FrameIPQwriter {
27 MonitorSystemIPQwriter(
29 FrameCollatorThread& collatorThread,
30 int clearDelayInFrames);
32 ~MonitorSystemIPQwriter( );
41 virtual void writeBuffer( );
43 FrameCollatorThread & collatorThread_;
44 const double delayInS_;
45 const int clearDelayInFrames_;
Frame writer that incorporates a timer thread, used for writing subsystem and system monitor frames...