fileformat/CardBlocks/CardFaultData.h
Go to the documentation of this file.
00001 #ifndef CARDFAULTDATA_H
00002 #define CARDFAULTDATA_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/Subblocks.h"
00011 #include "../DataTypes/CardEventRecord.h"
00012 #include "CardBlock.h"
00013 
00014 class CardFaultData : public CardBlock {
00015         Q_DECLARE_TR_FUNCTIONS(CardFaultData)
00016 public:
00017         
00018         Subblocks<CardEventRecord> cardFaultRecords;
00019 
00020         CardFaultData(const DataPointer& filewalker);
00022 QString className() const;
00023         QString title() const;
00024         static const int Type = 0x0503;
00025         virtual void printOn(Reporter& report) const;
00026 };
00027 
00028 
00029 #endif