fileformat/CardBlocks/RawCardDriverActivity.h
Go to the documentation of this file.
00001 #ifndef RAWCARDDRIVERACTIVITY_H
00002 #define RAWCARDDRIVERACTIVITY_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/RawData.h"
00011 #include "CardBlock.h"
00012 
00013 class RawCardDriverActivity : public CardBlock {
00014         Q_DECLARE_TR_FUNCTIONS(CardDriverActivity)
00015 public:
00016         
00017         int oldestRecord;
00018         int newestRecord;
00019         RawData cyclicData;
00020 
00021         RawCardDriverActivity(const DataPointer& filewalker);
00023 QString className() const;
00024         QString title() const;
00025         static const int Type = 0x0504;
00026         virtual void printOn(Reporter& report) const;
00027 };
00028 
00029 
00030 #endif