00001 #ifndef VUDETAILEDSPEEDBLOCK_H 00002 #define VUDETAILEDSPEEDBLOCK_H 00003 00004 00005 //This file was AUTO-GENERATED. Make changes in the generator script(./generate.py) 00006 //the derived classes or in the data definition 00007 00008 00009 00010 #include "../DataTypes/TimeReal.h" 00011 #include "DataType.h" 00012 #include "../DataTypes/RawData.h" 00013 00014 class VuDetailedSpeedBlock : public DataType { 00015 Q_DECLARE_TR_FUNCTIONS(VuDetailedSpeedBlock) 00016 public: 00017 00018 TimeReal speedBlockBeginDate; 00019 RawData speedsPerSecond; 00020 00021 VuDetailedSpeedBlock(const DataPointer& filewalker); 00023 QString className() const; 00024 int size() const; 00025 static const int staticSize = 64; 00026 virtual void printOn(Reporter& report) const; 00027 }; 00028 00029 00030 #endif