ROOT logo
#ifndef __TMrbMesytec_Mqdc32_h__
#define __TMrbMesytec_Mqdc32_h__

//_________________________________________________[C++ CLASS DEFINITION FILE]
//////////////////////////////////////////////////////////////////////////////
// Name:           expconf/inc/TMrbMesytec_Mqdc32.h
// Purpose:        Define experimental configuration for MARaBOU
// Class:          TMrbMesytec_Mqdc32        -- VME qdc
// Description:    Class definitions to implement a configuration front-end for MARaBOU
// Author:         R. Lutter
// Revision:       $Id: TMrbMesytec_Mqdc32.h,v 1.17 2012-01-18 11:11:32 Marabou Exp $
// Date:
// Keywords:
//////////////////////////////////////////////////////////////////////////////

namespace std {} using namespace std;

#include <cstdlib>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <fstream>

#include "Rtypes.h"
#include "TSystem.h"
#include "TEnv.h"
#include "TObject.h"

class TMrbVMEChannel;

//______________________________________________________[C++ CLASS DEFINITION]
//////////////////////////////////////////////////////////////////////////////
// Name:           TMrbMesytec_Mqdc32
// Purpose:        Define a VME module type Mesytec MQDC32
// Description:    Defines a VME module MQDC32
// Keywords:
//////////////////////////////////////////////////////////////////////////////

class TMrbMesytec_Mqdc32 : public TMrbVMEModule {

	public:
		enum				{	kSegSize		=	0x10000L	};
		enum				{	kAddrMod		=	0x09		};

		enum				{	kNofChannels	=	32	};

		enum				{	kGGDefaultDelay	=	20	};
		enum				{	kGGDefaultWidth	=	50	};

		enum EMrbRegisters	{	kRegAddrSource,
								kRegAddrReg,
								kRegModuleId,
								kRegDataWidth,
								kRegMultiEvent,
								kRegXferData,
								kRegMarkingType,
								kRegBankOperation,
								kRegAdcResolution,
								kRegBankOffset,
								kRegSlidingScaleOff,
								kRegSkipOutOfRange,
								kRegIgnoreThresh,
								kRegGateLimit,
								kRegExpTrigDelay,
								kRegInputCoupling,
								kRegEclTerm,
								kRegEclG1Osc,
								kRegEclFclRts,
								kRegGateSelect,
								kRegNimG1Osc,
								kRegNimFclRts,
								kRegNimBusy,
								kRegPulserStatus,
								kRegPulserDac,
								kRegTsSource,
								kRegTsDivisor,
								kRegMultHighLimit,
								kRegMultLowLimit,
								kRegThreshold
							};

		enum EMrbAddressSource			{	kAddressBoard		=	0,
											kAddressRegister
										};

		enum EMrbDataWidth				{	kDataWidth8		=	0,
											kDataWidth16,
											kDataWidth32,
											kDataWidth64
										};

		enum EMrbMultiEvent				{	kMultiEvtNo			=	0,
											kMultiEvtYes		=	1,
											kMultiEvt1By1		=	3,
											kMultiEvtNoBerr		=	5
										};

		enum EMrbMarkingType			{	kMarkingTypeEvent	=	0x0,
											kMarkingTypeTs		=	0x1,
											kMarkingTypeXts 	=	0x3
										};

		enum EMrbBankOperation			{	kBankOprConnected	=	0x0,
											kBankOprIndependent	=	0x1
										};

		enum EMrbAdcResolution			{	kAdcRes4k			=	0
										};

		enum EMrbBankOffset				{	kBankOffsetDefault	=	128		};

		enum EMrbGateLimit				{	kGateLimitOff		=	255		};

		enum EMrbExpTrigDelay			{	kExpTrigDelOff		=	0	};
		
		enum EMrbInputCoupling			{	kInpCplAC			=	0,
											kInpCplDC
										};

		enum EMrbEclTerm	 			{	kEclTermOff 		=	0,
											kEclTermG0 			=	BIT(0),
											kEclTermG1 			=	BIT(1),
											kEclTermFcl 	 	=	BIT(2),
											kEclTermIndivBank0	=	BIT(3),
											kEclTermIndivBank1	=	BIT(4),
											kEclTermOn			=	kEclTermG0 | kEclTermG1 | kEclTermFcl | kEclTermIndivBank0 | kEclTermIndivBank1,
											kEclTermBanksIndiv	=	kEclTermIndivBank0 | kEclTermIndivBank1
										};

		enum EMrbEclG1Osc	 	 		{	kEclG1				=	0,
											kEclOsc
										};

		enum EMrbEclFclRes				{	kEclFcl 			=	0,
											kEclRts
										};

		enum EMrbGateSelect				{	kGateSelNim			=	0,
											kGateSelEcl
										};

		enum EMrbNimG1Osc	 			{	kNimG1				=	0,
											kNimOsc
										};

		enum EMrbNimFclRts				{	kNimFcl 			=	0,
											kNimRts
										};

		enum EMrbNimBusy		 		{	kNimBusy			=	0,
											kNimG0Out			=	1,
											kNimG1Out			=	2,
											kNimCbusOut			=	3,
											kNimBufferFull		=	4,
											kNimAboveThresh		=	8
										};

		enum EMrbPulserStatus	 		{	kPulserOff			=	0x0,
											kPulserAmpl0		=	0x4,
											kPulserAmpl100ns	=	0x5
										};

		enum EMrbPulserDac				{	kPulserDacDefault	=	32		};

		enum EMrbTsSource		 		{	kTstampVME			=	0,
											kTstampExtern		=	BIT(0),
											kTstampReset		=	BIT(1)
										};
										
		enum EMrbMultLimit				{	kMultHighLimit0	=	32,
											kMultHighLimit1	=	16,
											kMultLowLimit	=	0
										};

	public:

		TMrbMesytec_Mqdc32() {};  													// default ctor
		TMrbMesytec_Mqdc32(const Char_t * ModuleName, UInt_t BaseAddr); 			// define a new module
		~TMrbMesytec_Mqdc32() {};													// default dtor

		Bool_t MakeReadoutCode(ofstream & RdoStrm, TMrbConfig::EMrbModuleTag TagIndex);  	// generate part of code
		Bool_t MakeReadoutCode(ofstream & RdoStrm, TMrbConfig::EMrbModuleTag TagIndex, TMrbVMEChannel * Channel, Int_t Value = 0);  	// generate code for given channel

		virtual inline const Char_t * GetMnemonic() const { return("mqdc32"); }; 	// module mnemonic

		inline void SetBlockXfer(Bool_t Flag = kTRUE) { fBlockXfer = Flag; };
		inline Bool_t BlockXferEnabled() { return(fBlockXfer); };

		inline void RepairRawData(Bool_t Flag = kTRUE) { fRepairRawData = Flag; };
		inline Bool_t RawDataToBeRepaired() { return(fRepairRawData); };

		inline Bool_t SetThreshold(Int_t Thresh, Int_t Channel = -1) { return(this->Set(TMrbMesytec_Mqdc32::kRegThreshold, Thresh, Channel)); };
		inline Int_t GetThreshold(Int_t Channel) { return(this->Get(TMrbMesytec_Mqdc32::kRegThreshold, Channel)); };

		inline Bool_t SetAddressSource(Int_t AddrSource) { return(this->Set(TMrbMesytec_Mqdc32::kRegAddrSource, AddrSource)); };
		inline Bool_t SetAddressSource(Char_t * AddrSource) { return(this->Set(TMrbMesytec_Mqdc32::kRegAddrSource, AddrSource)); };
		inline Int_t GetAddressSource() { return(this->Get(TMrbMesytec_Mqdc32::kRegAddrSource)); };

		inline Bool_t SetAddressRegister(Int_t Address) { return(this->Set(TMrbMesytec_Mqdc32::kRegAddrReg, Address)); };
		inline Int_t GetAddressRegister() { return(this->Get(TMrbMesytec_Mqdc32::kRegAddrReg)); };

		inline Bool_t SetModuleId(Int_t ModuleId) { return(this->Set(TMrbMesytec_Mqdc32::kRegModuleId, ModuleId)); };
		inline Int_t GetModuleId() { return(this->Get(TMrbMesytec_Mqdc32::kRegModuleId)); };

		inline Bool_t SetXferData(Int_t Length) { return(this->Set(TMrbMesytec_Mqdc32::kRegXferData, Length)); };
		inline Int_t GetXferData() { return(this->Get(TMrbMesytec_Mqdc32::kRegXferData)); };

		inline Bool_t SetDataWidth(Int_t Format) { return(this->Set(TMrbMesytec_Mqdc32::kRegDataWidth, Format)); };
		inline Bool_t SetDataWidth(Char_t * Format) { return(this->Set(TMrbMesytec_Mqdc32::kRegDataWidth, Format)); };
		inline Int_t GetDataWidth() { return(this->Get(TMrbMesytec_Mqdc32::kRegDataWidth)); };

		inline Bool_t SetMultiEvent(Int_t Mode) { return(this->Set(TMrbMesytec_Mqdc32::kRegMultiEvent, Mode)); };
		inline Bool_t SetMultiEvent(Char_t * Mode) { return(this->Set(TMrbMesytec_Mqdc32::kRegMultiEvent, Mode)); };
		inline Int_t GetMultiEvent() { return(this->Get(TMrbMesytec_Mqdc32::kRegMultiEvent)); };

		inline Bool_t SetMarkingType(Int_t Mtype) { return(this->Set(TMrbMesytec_Mqdc32::kRegMarkingType, Mtype)); };
		inline Bool_t SetMarkingType(Char_t * Mtype) { return(this->Set(TMrbMesytec_Mqdc32::kRegMarkingType, Mtype)); };
		inline Int_t GetMarkingType() { return(this->Get(TMrbMesytec_Mqdc32::kRegMarkingType)); };

		inline Bool_t SetBankOperation(Int_t Oper) { return(this->Set(TMrbMesytec_Mqdc32::kRegBankOperation, Oper)); };
		inline Bool_t SetBankOperation(Char_t * Oper) { return(this->Set(TMrbMesytec_Mqdc32::kRegBankOperation, Oper)); };
		inline Int_t GetBankOperation() { return(this->Get(TMrbMesytec_Mqdc32::kRegBankOperation)); };

		inline Bool_t SetAdcResolution(Int_t Res) { return(this->Set(TMrbMesytec_Mqdc32::kRegAdcResolution, Res)); };
		inline Bool_t SetAdcResolution(Char_t * Res) { return(this->Set(TMrbMesytec_Mqdc32::kRegAdcResolution, Res)); };
		inline Int_t GetAdcResolution() { return(this->Get(TMrbMesytec_Mqdc32::kRegAdcResolution)); };

		inline Bool_t SetBankOffset(Int_t Offset, Int_t Bank = 0) { return(this->Set(TMrbMesytec_Mqdc32::kRegBankOffset, Offset, Bank)); };
		inline Int_t GetBankOffset(Int_t Bank = 0) { return(this->Get(TMrbMesytec_Mqdc32::kRegBankOffset, Bank)); };

		inline void SetSlidingScaleOff(Bool_t Flag) { fSlidingScaleOff = Flag; };
		inline Bool_t SlidingScaleIsOff() { return(fSlidingScaleOff); };

		inline void SetSkipOutOfRange(Bool_t Flag) { fSkipOutOfRange = Flag; };
		inline Bool_t SkipOutOfRange() { return(fSkipOutOfRange); };

		inline void SetIgnoreThresholds(Bool_t Flag) { fIgnoreThresh = Flag; };
		inline Bool_t IgnoreThresholds() { return(fIgnoreThresh); };

		inline Bool_t SetGateLimit(Int_t Limit, Int_t Bank = 0) { return(this->Set(TMrbMesytec_Mqdc32::kRegGateLimit, Limit, Bank)); };
		inline Int_t GetGateLimit(Int_t Bank = 0) { return(this->Get(TMrbMesytec_Mqdc32::kRegGateLimit, Bank)); };

		inline Bool_t SetExpTrigDelay(Int_t Delay, Int_t Bank = 0) { return(this->Set(TMrbMesytec_Mqdc32::kRegExpTrigDelay, Delay, Bank)); };
		inline Int_t GetExpTrigDelay(Int_t Bank = 0) { return(this->Get(TMrbMesytec_Mqdc32::kRegExpTrigDelay, Bank)); };

		inline Bool_t SetInputCoupling(Int_t Coupling) { return(this->Set(TMrbMesytec_Mqdc32::kRegInputCoupling, Coupling)); };
		inline Bool_t SetInputCoupling(Char_t * Coupling) { return(this->Set(TMrbMesytec_Mqdc32::kRegInputCoupling, Coupling)); };
		inline Int_t GetInputCoupling() { return(this->Get(TMrbMesytec_Mqdc32::kRegInputCoupling)); };

		inline Bool_t SetEclTerm(Int_t Term) { return(this->Set(TMrbMesytec_Mqdc32::kRegEclTerm, Term)); };
		inline Bool_t SetEclTerm(Char_t * Term) { return(this->Set(TMrbMesytec_Mqdc32::kRegEclTerm, Term)); };
		inline Int_t GetEclTerm() { return(this->Get(TMrbMesytec_Mqdc32::kRegEclTerm)); };

		inline Bool_t SetEclG1Osc(Int_t GO) { return(this->Set(TMrbMesytec_Mqdc32::kRegEclG1Osc, GO)); };
		inline Bool_t SetEclG1Osc(Char_t * GO) { return(this->Set(TMrbMesytec_Mqdc32::kRegEclG1Osc, GO)); };
		inline Int_t GetEclG1Osc() { return(this->Get(TMrbMesytec_Mqdc32::kRegEclG1Osc)); };

		inline Bool_t SetEclFclRts(Int_t FR) { return(this->Set(TMrbMesytec_Mqdc32::kRegEclFclRts, FR)); };
		inline Bool_t SetEclFclRts(Char_t * FR) { return(this->Set(TMrbMesytec_Mqdc32::kRegEclFclRts, FR)); };
		inline Int_t GetEclFclRts() { return(this->Get(TMrbMesytec_Mqdc32::kRegEclFclRts)); };

		inline Bool_t SetGateSelect(Int_t Gate) { return(this->Set(TMrbMesytec_Mqdc32::kRegGateSelect, Gate)); };
		inline Bool_t SetGateSelect(Char_t * Gate) { return(this->Set(TMrbMesytec_Mqdc32::kRegGateSelect, Gate)); };
		inline Int_t GetGateSelect() { return(this->Get(TMrbMesytec_Mqdc32::kRegGateSelect)); };

		inline Bool_t SetNimG1Osc(Int_t GO) { return(this->Set(TMrbMesytec_Mqdc32::kRegNimG1Osc, GO)); };
		inline Bool_t SetNimG1Osc(Char_t * GO) { return(this->Set(TMrbMesytec_Mqdc32::kRegNimG1Osc, GO)); };
		inline Int_t GetNimG1Osc() { return(this->Get(TMrbMesytec_Mqdc32::kRegNimG1Osc)); };

		inline Bool_t SetNimFclRts(Int_t FR) { return(this->Set(TMrbMesytec_Mqdc32::kRegNimFclRts, FR)); };
		inline Bool_t SetNimFclRts(Char_t * FR) { return(this->Set(TMrbMesytec_Mqdc32::kRegNimFclRts, FR)); };
		inline Int_t GetNimFclRts() { return(this->Get(TMrbMesytec_Mqdc32::kRegNimFclRts)); };

		inline Bool_t SetNimBusy(Int_t Busy) { return(this->Set(TMrbMesytec_Mqdc32::kRegNimBusy, Busy)); };
		inline Bool_t SetNimBusy(Char_t * Busy) { return(this->Set(TMrbMesytec_Mqdc32::kRegNimBusy, Busy)); };
		inline Int_t GetNimBusy() { return(this->Get(TMrbMesytec_Mqdc32::kRegNimBusy)); };

		inline void SetBufferThresh(Int_t Thresh) { fBufferThresh = Thresh; };
		inline Int_t GetBufferThresh() { return(fBufferThresh); };

		inline Bool_t SetPulserStatus(Int_t Mode) { return(this->Set(TMrbMesytec_Mqdc32::kRegPulserStatus, Mode)); };
		inline Bool_t SetPulserStatus(Char_t * Mode) { return(this->Set(TMrbMesytec_Mqdc32::kRegPulserStatus, Mode)); };
		inline Int_t GetPulserStatus() { return(this->Get(TMrbMesytec_Mqdc32::kRegPulserStatus)); };

		inline Bool_t SetPulserDac(Int_t Ampl) { return(this->Set(TMrbMesytec_Mqdc32::kRegPulserDac, Ampl)); };
		inline Int_t GetPulserDac() { return(this->Get(TMrbMesytec_Mqdc32::kRegPulserDac)); };

		inline Bool_t SetTsSource(Int_t Source) { return(this->Set(TMrbMesytec_Mqdc32::kRegTsSource, Source)); };
		inline Bool_t SetTsSource(Char_t * Source) { return(this->Set(TMrbMesytec_Mqdc32::kRegTsSource, Source)); };
		inline Int_t GetTsSource() { return(this->Get(TMrbMesytec_Mqdc32::kRegTsSource)); };

		inline Bool_t SetTsDivisor(Int_t Divisor) { return(this->Set(TMrbMesytec_Mqdc32::kRegTsDivisor, Divisor)); };
		inline Int_t GetTsDivisor() { return(this->Get(TMrbMesytec_Mqdc32::kRegTsDivisor)); };

		inline Bool_t SetMultHighLimit(Int_t Limit, Int_t Bank) { return(this->Set(TMrbMesytec_Mqdc32::kRegMultHighLimit, Limit, Bank)); };
		inline Int_t GetMultHighLimit(Int_t Bank) { return(this->Get(TMrbMesytec_Mqdc32::kRegMultHighLimit, Bank)); };
		inline Bool_t SetMultLowLimit(Int_t Limit, Int_t Bank) { return(this->Set(TMrbMesytec_Mqdc32::kRegMultLowLimit, Limit, Bank)); };
		inline Int_t GetMultLowLimit(Int_t Bank) { return(this->Get(TMrbMesytec_Mqdc32::kRegMultLowLimit, Bank)); };

		inline TEnv * Settings() { return fSettings; };

		inline void EnableMCST(UInt_t Signature, Bool_t FirstInChain= kFALSE, Bool_t LastInChain = kFALSE) { fMCSTSignature = Signature; fFirstInChain = FirstInChain; fLastInChain = LastInChain; };
		inline void EnableCBLT(UInt_t Signature, Bool_t FirstInChain= kFALSE, Bool_t LastInChain = kFALSE) { fCBLTSignature = Signature; fFirstInChain = FirstInChain; fLastInChain = LastInChain; };
		inline void SetMcstSignature(UInt_t Signature) { fMCSTSignature = Signature; };
		inline void SetCbltSignature(UInt_t Signature) { fCBLTSignature = Signature; };
		inline void SetFirstInChain(Bool_t Flag) { fFirstInChain = Flag; };
		inline void SetLastInChain(Bool_t Flag) { fLastInChain = Flag; };
		inline Bool_t McstEnabled() { return (fMCSTSignature != 0); };
		inline Bool_t CbltEnabled() { return (fCBLTSignature != 0); };
		inline Bool_t IsFirstInChain() { return fFirstInChain; };
		inline Bool_t IsLastInChain() { return fLastInChain; };

		TEnv * UseSettings(const Char_t * SettingsFile = NULL);
		Bool_t SaveSettings(const Char_t * SettingsFile = NULL);

		void PrintSettings(ostream & OutStrm);
		inline void PrintSettings() { this->PrintSettings(cout); };
		const Char_t * FormatValue(TString & Value, Int_t Index, Int_t SubIndex = -1, Int_t Base = 10);

		inline Bool_t HasPrivateCode() const { return(kTRUE); }; 			// use private code files
		inline const Char_t * GetPrivateCodeFile() const { return("Module_Mesytec"); };

		inline Bool_t HasBlockXfer() const { return(kTRUE); };				// module is capable of using BLT
		inline Bool_t UseA32Addressing() const { return(kTRUE); };			// we use a32 regardless of address

 		virtual Bool_t CheckSubeventType(TMrbSubevent * Subevent) const;		// check if subevent type is [10,8x]

		inline Char_t * GetDeviceStruct() { return(Form("s_%s", this->GetName())); };

		inline void Help() { gSystem->Exec(Form("mrbHelp %s", this->ClassName())); };

	protected:
		void DefineRegisters(); 							// define vme registers
		Bool_t UpdateSettings();							// update settings

	protected:
		TString fSettingsFile;
		TEnv * fSettings;

		Bool_t fBlockXfer;
		Bool_t fRepairRawData;
		Bool_t fSlidingScaleOff;
		Bool_t fSkipOutOfRange;
		Bool_t fIgnoreThresh;
		Int_t fBufferThresh;
		
		UInt_t fMCSTSignature;
		UInt_t fCBLTSignature;
		Bool_t fFirstInChain;
		Bool_t fLastInChain;

	ClassDef(TMrbMesytec_Mqdc32, 1)		// [Config] MQDC-32 charge integrating qdc
};

#endif
 TMrbMesytec_Mqdc32.h:1
 TMrbMesytec_Mqdc32.h:2
 TMrbMesytec_Mqdc32.h:3
 TMrbMesytec_Mqdc32.h:4
 TMrbMesytec_Mqdc32.h:5
 TMrbMesytec_Mqdc32.h:6
 TMrbMesytec_Mqdc32.h:7
 TMrbMesytec_Mqdc32.h:8
 TMrbMesytec_Mqdc32.h:9
 TMrbMesytec_Mqdc32.h:10
 TMrbMesytec_Mqdc32.h:11
 TMrbMesytec_Mqdc32.h:12
 TMrbMesytec_Mqdc32.h:13
 TMrbMesytec_Mqdc32.h:14
 TMrbMesytec_Mqdc32.h:15
 TMrbMesytec_Mqdc32.h:16
 TMrbMesytec_Mqdc32.h:17
 TMrbMesytec_Mqdc32.h:18
 TMrbMesytec_Mqdc32.h:19
 TMrbMesytec_Mqdc32.h:20
 TMrbMesytec_Mqdc32.h:21
 TMrbMesytec_Mqdc32.h:22
 TMrbMesytec_Mqdc32.h:23
 TMrbMesytec_Mqdc32.h:24
 TMrbMesytec_Mqdc32.h:25
 TMrbMesytec_Mqdc32.h:26
 TMrbMesytec_Mqdc32.h:27
 TMrbMesytec_Mqdc32.h:28
 TMrbMesytec_Mqdc32.h:29
 TMrbMesytec_Mqdc32.h:30
 TMrbMesytec_Mqdc32.h:31
 TMrbMesytec_Mqdc32.h:32
 TMrbMesytec_Mqdc32.h:33
 TMrbMesytec_Mqdc32.h:34
 TMrbMesytec_Mqdc32.h:35
 TMrbMesytec_Mqdc32.h:36
 TMrbMesytec_Mqdc32.h:37
 TMrbMesytec_Mqdc32.h:38
 TMrbMesytec_Mqdc32.h:39
 TMrbMesytec_Mqdc32.h:40
 TMrbMesytec_Mqdc32.h:41
 TMrbMesytec_Mqdc32.h:42
 TMrbMesytec_Mqdc32.h:43
 TMrbMesytec_Mqdc32.h:44
 TMrbMesytec_Mqdc32.h:45
 TMrbMesytec_Mqdc32.h:46
 TMrbMesytec_Mqdc32.h:47
 TMrbMesytec_Mqdc32.h:48
 TMrbMesytec_Mqdc32.h:49
 TMrbMesytec_Mqdc32.h:50
 TMrbMesytec_Mqdc32.h:51
 TMrbMesytec_Mqdc32.h:52
 TMrbMesytec_Mqdc32.h:53
 TMrbMesytec_Mqdc32.h:54
 TMrbMesytec_Mqdc32.h:55
 TMrbMesytec_Mqdc32.h:56
 TMrbMesytec_Mqdc32.h:57
 TMrbMesytec_Mqdc32.h:58
 TMrbMesytec_Mqdc32.h:59
 TMrbMesytec_Mqdc32.h:60
 TMrbMesytec_Mqdc32.h:61
 TMrbMesytec_Mqdc32.h:62
 TMrbMesytec_Mqdc32.h:63
 TMrbMesytec_Mqdc32.h:64
 TMrbMesytec_Mqdc32.h:65
 TMrbMesytec_Mqdc32.h:66
 TMrbMesytec_Mqdc32.h:67
 TMrbMesytec_Mqdc32.h:68
 TMrbMesytec_Mqdc32.h:69
 TMrbMesytec_Mqdc32.h:70
 TMrbMesytec_Mqdc32.h:71
 TMrbMesytec_Mqdc32.h:72
 TMrbMesytec_Mqdc32.h:73
 TMrbMesytec_Mqdc32.h:74
 TMrbMesytec_Mqdc32.h:75
 TMrbMesytec_Mqdc32.h:76
 TMrbMesytec_Mqdc32.h:77
 TMrbMesytec_Mqdc32.h:78
 TMrbMesytec_Mqdc32.h:79
 TMrbMesytec_Mqdc32.h:80
 TMrbMesytec_Mqdc32.h:81
 TMrbMesytec_Mqdc32.h:82
 TMrbMesytec_Mqdc32.h:83
 TMrbMesytec_Mqdc32.h:84
 TMrbMesytec_Mqdc32.h:85
 TMrbMesytec_Mqdc32.h:86
 TMrbMesytec_Mqdc32.h:87
 TMrbMesytec_Mqdc32.h:88
 TMrbMesytec_Mqdc32.h:89
 TMrbMesytec_Mqdc32.h:90
 TMrbMesytec_Mqdc32.h:91
 TMrbMesytec_Mqdc32.h:92
 TMrbMesytec_Mqdc32.h:93
 TMrbMesytec_Mqdc32.h:94
 TMrbMesytec_Mqdc32.h:95
 TMrbMesytec_Mqdc32.h:96
 TMrbMesytec_Mqdc32.h:97
 TMrbMesytec_Mqdc32.h:98
 TMrbMesytec_Mqdc32.h:99
 TMrbMesytec_Mqdc32.h:100
 TMrbMesytec_Mqdc32.h:101
 TMrbMesytec_Mqdc32.h:102
 TMrbMesytec_Mqdc32.h:103
 TMrbMesytec_Mqdc32.h:104
 TMrbMesytec_Mqdc32.h:105
 TMrbMesytec_Mqdc32.h:106
 TMrbMesytec_Mqdc32.h:107
 TMrbMesytec_Mqdc32.h:108
 TMrbMesytec_Mqdc32.h:109
 TMrbMesytec_Mqdc32.h:110
 TMrbMesytec_Mqdc32.h:111
 TMrbMesytec_Mqdc32.h:112
 TMrbMesytec_Mqdc32.h:113
 TMrbMesytec_Mqdc32.h:114
 TMrbMesytec_Mqdc32.h:115
 TMrbMesytec_Mqdc32.h:116
 TMrbMesytec_Mqdc32.h:117
 TMrbMesytec_Mqdc32.h:118
 TMrbMesytec_Mqdc32.h:119
 TMrbMesytec_Mqdc32.h:120
 TMrbMesytec_Mqdc32.h:121
 TMrbMesytec_Mqdc32.h:122
 TMrbMesytec_Mqdc32.h:123
 TMrbMesytec_Mqdc32.h:124
 TMrbMesytec_Mqdc32.h:125
 TMrbMesytec_Mqdc32.h:126
 TMrbMesytec_Mqdc32.h:127
 TMrbMesytec_Mqdc32.h:128
 TMrbMesytec_Mqdc32.h:129
 TMrbMesytec_Mqdc32.h:130
 TMrbMesytec_Mqdc32.h:131
 TMrbMesytec_Mqdc32.h:132
 TMrbMesytec_Mqdc32.h:133
 TMrbMesytec_Mqdc32.h:134
 TMrbMesytec_Mqdc32.h:135
 TMrbMesytec_Mqdc32.h:136
 TMrbMesytec_Mqdc32.h:137
 TMrbMesytec_Mqdc32.h:138
 TMrbMesytec_Mqdc32.h:139
 TMrbMesytec_Mqdc32.h:140
 TMrbMesytec_Mqdc32.h:141
 TMrbMesytec_Mqdc32.h:142
 TMrbMesytec_Mqdc32.h:143
 TMrbMesytec_Mqdc32.h:144
 TMrbMesytec_Mqdc32.h:145
 TMrbMesytec_Mqdc32.h:146
 TMrbMesytec_Mqdc32.h:147
 TMrbMesytec_Mqdc32.h:148
 TMrbMesytec_Mqdc32.h:149
 TMrbMesytec_Mqdc32.h:150
 TMrbMesytec_Mqdc32.h:151
 TMrbMesytec_Mqdc32.h:152
 TMrbMesytec_Mqdc32.h:153
 TMrbMesytec_Mqdc32.h:154
 TMrbMesytec_Mqdc32.h:155
 TMrbMesytec_Mqdc32.h:156
 TMrbMesytec_Mqdc32.h:157
 TMrbMesytec_Mqdc32.h:158
 TMrbMesytec_Mqdc32.h:159
 TMrbMesytec_Mqdc32.h:160
 TMrbMesytec_Mqdc32.h:161
 TMrbMesytec_Mqdc32.h:162
 TMrbMesytec_Mqdc32.h:163
 TMrbMesytec_Mqdc32.h:164
 TMrbMesytec_Mqdc32.h:165
 TMrbMesytec_Mqdc32.h:166
 TMrbMesytec_Mqdc32.h:167
 TMrbMesytec_Mqdc32.h:168
 TMrbMesytec_Mqdc32.h:169
 TMrbMesytec_Mqdc32.h:170
 TMrbMesytec_Mqdc32.h:171
 TMrbMesytec_Mqdc32.h:172
 TMrbMesytec_Mqdc32.h:173
 TMrbMesytec_Mqdc32.h:174
 TMrbMesytec_Mqdc32.h:175
 TMrbMesytec_Mqdc32.h:176
 TMrbMesytec_Mqdc32.h:177
 TMrbMesytec_Mqdc32.h:178
 TMrbMesytec_Mqdc32.h:179
 TMrbMesytec_Mqdc32.h:180
 TMrbMesytec_Mqdc32.h:181
 TMrbMesytec_Mqdc32.h:182
 TMrbMesytec_Mqdc32.h:183
 TMrbMesytec_Mqdc32.h:184
 TMrbMesytec_Mqdc32.h:185
 TMrbMesytec_Mqdc32.h:186
 TMrbMesytec_Mqdc32.h:187
 TMrbMesytec_Mqdc32.h:188
 TMrbMesytec_Mqdc32.h:189
 TMrbMesytec_Mqdc32.h:190
 TMrbMesytec_Mqdc32.h:191
 TMrbMesytec_Mqdc32.h:192
 TMrbMesytec_Mqdc32.h:193
 TMrbMesytec_Mqdc32.h:194
 TMrbMesytec_Mqdc32.h:195
 TMrbMesytec_Mqdc32.h:196
 TMrbMesytec_Mqdc32.h:197
 TMrbMesytec_Mqdc32.h:198
 TMrbMesytec_Mqdc32.h:199
 TMrbMesytec_Mqdc32.h:200
 TMrbMesytec_Mqdc32.h:201
 TMrbMesytec_Mqdc32.h:202
 TMrbMesytec_Mqdc32.h:203
 TMrbMesytec_Mqdc32.h:204
 TMrbMesytec_Mqdc32.h:205
 TMrbMesytec_Mqdc32.h:206
 TMrbMesytec_Mqdc32.h:207
 TMrbMesytec_Mqdc32.h:208
 TMrbMesytec_Mqdc32.h:209
 TMrbMesytec_Mqdc32.h:210
 TMrbMesytec_Mqdc32.h:211
 TMrbMesytec_Mqdc32.h:212
 TMrbMesytec_Mqdc32.h:213
 TMrbMesytec_Mqdc32.h:214
 TMrbMesytec_Mqdc32.h:215
 TMrbMesytec_Mqdc32.h:216
 TMrbMesytec_Mqdc32.h:217
 TMrbMesytec_Mqdc32.h:218
 TMrbMesytec_Mqdc32.h:219
 TMrbMesytec_Mqdc32.h:220
 TMrbMesytec_Mqdc32.h:221
 TMrbMesytec_Mqdc32.h:222
 TMrbMesytec_Mqdc32.h:223
 TMrbMesytec_Mqdc32.h:224
 TMrbMesytec_Mqdc32.h:225
 TMrbMesytec_Mqdc32.h:226
 TMrbMesytec_Mqdc32.h:227
 TMrbMesytec_Mqdc32.h:228
 TMrbMesytec_Mqdc32.h:229
 TMrbMesytec_Mqdc32.h:230
 TMrbMesytec_Mqdc32.h:231
 TMrbMesytec_Mqdc32.h:232
 TMrbMesytec_Mqdc32.h:233
 TMrbMesytec_Mqdc32.h:234
 TMrbMesytec_Mqdc32.h:235
 TMrbMesytec_Mqdc32.h:236
 TMrbMesytec_Mqdc32.h:237
 TMrbMesytec_Mqdc32.h:238
 TMrbMesytec_Mqdc32.h:239
 TMrbMesytec_Mqdc32.h:240
 TMrbMesytec_Mqdc32.h:241
 TMrbMesytec_Mqdc32.h:242
 TMrbMesytec_Mqdc32.h:243
 TMrbMesytec_Mqdc32.h:244
 TMrbMesytec_Mqdc32.h:245
 TMrbMesytec_Mqdc32.h:246
 TMrbMesytec_Mqdc32.h:247
 TMrbMesytec_Mqdc32.h:248
 TMrbMesytec_Mqdc32.h:249
 TMrbMesytec_Mqdc32.h:250
 TMrbMesytec_Mqdc32.h:251
 TMrbMesytec_Mqdc32.h:252
 TMrbMesytec_Mqdc32.h:253
 TMrbMesytec_Mqdc32.h:254
 TMrbMesytec_Mqdc32.h:255
 TMrbMesytec_Mqdc32.h:256
 TMrbMesytec_Mqdc32.h:257
 TMrbMesytec_Mqdc32.h:258
 TMrbMesytec_Mqdc32.h:259
 TMrbMesytec_Mqdc32.h:260
 TMrbMesytec_Mqdc32.h:261
 TMrbMesytec_Mqdc32.h:262
 TMrbMesytec_Mqdc32.h:263
 TMrbMesytec_Mqdc32.h:264
 TMrbMesytec_Mqdc32.h:265
 TMrbMesytec_Mqdc32.h:266
 TMrbMesytec_Mqdc32.h:267
 TMrbMesytec_Mqdc32.h:268
 TMrbMesytec_Mqdc32.h:269
 TMrbMesytec_Mqdc32.h:270
 TMrbMesytec_Mqdc32.h:271
 TMrbMesytec_Mqdc32.h:272
 TMrbMesytec_Mqdc32.h:273
 TMrbMesytec_Mqdc32.h:274
 TMrbMesytec_Mqdc32.h:275
 TMrbMesytec_Mqdc32.h:276
 TMrbMesytec_Mqdc32.h:277
 TMrbMesytec_Mqdc32.h:278
 TMrbMesytec_Mqdc32.h:279
 TMrbMesytec_Mqdc32.h:280
 TMrbMesytec_Mqdc32.h:281
 TMrbMesytec_Mqdc32.h:282
 TMrbMesytec_Mqdc32.h:283
 TMrbMesytec_Mqdc32.h:284
 TMrbMesytec_Mqdc32.h:285
 TMrbMesytec_Mqdc32.h:286
 TMrbMesytec_Mqdc32.h:287
 TMrbMesytec_Mqdc32.h:288
 TMrbMesytec_Mqdc32.h:289
 TMrbMesytec_Mqdc32.h:290
 TMrbMesytec_Mqdc32.h:291
 TMrbMesytec_Mqdc32.h:292
 TMrbMesytec_Mqdc32.h:293
 TMrbMesytec_Mqdc32.h:294
 TMrbMesytec_Mqdc32.h:295
 TMrbMesytec_Mqdc32.h:296
 TMrbMesytec_Mqdc32.h:297
 TMrbMesytec_Mqdc32.h:298
 TMrbMesytec_Mqdc32.h:299
 TMrbMesytec_Mqdc32.h:300
 TMrbMesytec_Mqdc32.h:301
 TMrbMesytec_Mqdc32.h:302
 TMrbMesytec_Mqdc32.h:303
 TMrbMesytec_Mqdc32.h:304
 TMrbMesytec_Mqdc32.h:305
 TMrbMesytec_Mqdc32.h:306
 TMrbMesytec_Mqdc32.h:307
 TMrbMesytec_Mqdc32.h:308
 TMrbMesytec_Mqdc32.h:309
 TMrbMesytec_Mqdc32.h:310
 TMrbMesytec_Mqdc32.h:311
 TMrbMesytec_Mqdc32.h:312
 TMrbMesytec_Mqdc32.h:313
 TMrbMesytec_Mqdc32.h:314
 TMrbMesytec_Mqdc32.h:315
 TMrbMesytec_Mqdc32.h:316
 TMrbMesytec_Mqdc32.h:317
 TMrbMesytec_Mqdc32.h:318
 TMrbMesytec_Mqdc32.h:319
 TMrbMesytec_Mqdc32.h:320
 TMrbMesytec_Mqdc32.h:321
 TMrbMesytec_Mqdc32.h:322
 TMrbMesytec_Mqdc32.h:323
 TMrbMesytec_Mqdc32.h:324
 TMrbMesytec_Mqdc32.h:325
 TMrbMesytec_Mqdc32.h:326
 TMrbMesytec_Mqdc32.h:327
 TMrbMesytec_Mqdc32.h:328
 TMrbMesytec_Mqdc32.h:329
 TMrbMesytec_Mqdc32.h:330
 TMrbMesytec_Mqdc32.h:331
 TMrbMesytec_Mqdc32.h:332
 TMrbMesytec_Mqdc32.h:333
 TMrbMesytec_Mqdc32.h:334
 TMrbMesytec_Mqdc32.h:335
 TMrbMesytec_Mqdc32.h:336
 TMrbMesytec_Mqdc32.h:337
 TMrbMesytec_Mqdc32.h:338
 TMrbMesytec_Mqdc32.h:339
 TMrbMesytec_Mqdc32.h:340
 TMrbMesytec_Mqdc32.h:341
 TMrbMesytec_Mqdc32.h:342
 TMrbMesytec_Mqdc32.h:343
 TMrbMesytec_Mqdc32.h:344
 TMrbMesytec_Mqdc32.h:345
 TMrbMesytec_Mqdc32.h:346
 TMrbMesytec_Mqdc32.h:347
 TMrbMesytec_Mqdc32.h:348
 TMrbMesytec_Mqdc32.h:349
 TMrbMesytec_Mqdc32.h:350
 TMrbMesytec_Mqdc32.h:351
 TMrbMesytec_Mqdc32.h:352
 TMrbMesytec_Mqdc32.h:353
 TMrbMesytec_Mqdc32.h:354
 TMrbMesytec_Mqdc32.h:355