fileformat/DataTypes/CertificateHolderAuthorization.h
Go to the documentation of this file.
00001 #ifndef CERTIFICATEHOLDERAUTHORIZATION_H
00002 #define CERTIFICATEHOLDERAUTHORIZATION_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 "DataType.h"
00012 
00013 class CertificateHolderAuthorization : public DataType {
00014         Q_DECLARE_TR_FUNCTIONS(CertificateHolderAuthorization)
00015 public:
00016         
00017         RawData tachographApplicationId;
00018         int equipmentType;
00019 
00020         CertificateHolderAuthorization(const DataPointer& filewalker);
00022 QString className() const;
00023         int size() const;
00024         static const int staticSize = 7;
00025         virtual void printOn(Reporter& report) const;
00026 };
00027 
00028 
00029 #endif