00001 #ifndef BLOCK11RECORD_H 00002 #define BLOCK11RECORD_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/RawData.h" 00012 #include "../DataTypes/Timespan.h" 00013 #include "DataType.h" 00014 00016 class Block11Record : public DataType { 00017 Q_DECLARE_TR_FUNCTIONS(Block11Record) 00018 public: 00019 00020 FullCardNumber cardNumber; 00021 Timespan time; 00022 int sometimesDuration; 00023 RawData payloadData; 00024 00025 Block11Record(const DataPointer& filewalker); 00027 QString className() const; 00028 int size() const; 00029 static const int staticSize = 58; 00030 virtual void printOn(Reporter& report) const; 00031 }; 00032 00033 00034 #endif