00001 #ifndef RAWKEYIDENTIFIER_H 00002 #define RAWKEYIDENTIFIER_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/BcdMonthYear.h" 00011 #include "../DataTypes/RawData.h" 00012 #include "DataType.h" 00013 00014 class RawKeyIdentifier : public DataType { 00015 Q_DECLARE_TR_FUNCTIONS(KeyIdentifier) 00016 public: 00017 00018 RawData certificateRequestSerialNumber; 00019 BcdMonthYear date; 00020 int type; 00021 int manufacturerCode; 00022 00023 RawKeyIdentifier(const DataPointer& filewalker); 00025 QString className() const; 00026 int size() const; 00027 static const int staticSize = 8; 00028 virtual void printOn(Reporter& report) const; 00029 }; 00030 00031 00032 #endif