fileformat/DataTypes/RawCardSlots.h
Go to the documentation of this file.
00001 #ifndef RAWCARDSLOTS_H
00002 #define RAWCARDSLOTS_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 "DataType.h"
00012 
00013 class RawCardSlots : public DataType {
00014         Q_DECLARE_TR_FUNCTIONS(CardSlots)
00015 public:
00016         
00017         FullCardNumber cardNumberDriverSlotBegin;
00018         FullCardNumber cardNumberCoDriverSlotBegin;
00019         FullCardNumber cardNumberDriverSlotEnd;
00020         FullCardNumber cardNumberCoDriverSlotEnd;
00021 
00022         RawCardSlots(const DataPointer& filewalker);
00024 QString className() const;
00025         int size() const;
00026         static const int staticSize = 72;
00027         virtual void printOn(Reporter& report) const;
00028 };
00029 
00030 
00031 #endif