fileformat/DataTypes/VuControlActivityRecord.h
Go to the documentation of this file.
00001 #ifndef VUCONTROLACTIVITYRECORD_H
00002 #define VUCONTROLACTIVITYRECORD_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/FullCardNumber.h"
00011 #include "../DataTypes/TimeReal.h"
00012 #include "../DataTypes/Timespan.h"
00013 #include "DataType.h"
00014 
00015 class VuControlActivityRecord : public DataType {
00016         Q_DECLARE_TR_FUNCTIONS(VuControlActivityRecord)
00017 public:
00018         
00019         int controlType;
00020         TimeReal controlTime;
00021         FullCardNumber controlCardNumber;
00022         Timespan downloadPeriod;
00023 
00024         VuControlActivityRecord(const DataPointer& filewalker);
00026 QString className() const;
00027         int size() const;
00028         static const int staticSize = 31;
00029         virtual void printOn(Reporter& report) const;
00030 };
00031 
00032 
00033 #endif