fileformat/VuBlocks/VuDetailedSpeedData.h
Go to the documentation of this file.
00001 #ifndef VUDETAILEDSPEEDDATA_H
00002 #define VUDETAILEDSPEEDDATA_H
00003 
00004 #include "RawVuDetailedSpeedData.h"
00005 
00006 class VuDetailedSpeedData : public RawVuDetailedSpeedData {
00007 public:
00008         VuDetailedSpeedData(const DataPointer& start);
00009         void printOn(Reporter& report) const;
00010 };
00011 
00012 #endif