00001 #ifndef VUFAULTRECORD_H 00002 #define VUFAULTRECORD_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/CardSlots.h" 00011 #include "../DataTypes/Timespan.h" 00012 #include "DataType.h" 00013 00014 class VuFaultRecord : public DataType { 00015 Q_DECLARE_TR_FUNCTIONS(VuFaultRecord) 00016 public: 00017 00018 int eventType; 00019 int eventRecordPurpose; 00020 Timespan eventTime; 00021 CardSlots cardSlots; 00022 00023 VuFaultRecord(const DataPointer& filewalker); 00025 QString className() const; 00026 int size() const; 00027 static const int staticSize = 82; 00028 virtual void printOn(Reporter& report) const; 00029 }; 00030 00031 00032 #endif