fileformat/CardBlocks/DriverCardApplicationIdentification.h
Go to the documentation of this file.
00001 #ifndef DRIVERCARDAPPLICATIONIDENTIFICATION_H
00002 #define DRIVERCARDAPPLICATIONIDENTIFICATION_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 DriverCardApplicationIdentification : public CardBlock {
00014         Q_DECLARE_TR_FUNCTIONS(DriverCardApplicationIdentification)
00015 public:
00016         
00017         int typeOfTachographCardId;
00018         RawData cardStructureVersion;
00019         int noOfEventsPerType;
00020         int noOfFaultsPerType;
00021         int activityStructureLength;
00022         int noOfCardVehicleRecords;
00023         int noOfCardPlaceRecords;
00024 
00025         DriverCardApplicationIdentification(const DataPointer& filewalker);
00027 QString className() const;
00028         QString title() const;
00029         static const int Type = 0x0501;
00030         virtual void printOn(Reporter& report) const;
00031 };
00032 
00033 
00034 #endif