PandaRoot
MvdOfflineTBAnalysis_Topix4/mrfbase.h
Go to the documentation of this file.
1 /*============================================================*/
2 /* mrfbase.h */
3 /* MVD Readout Framework Base Functions */
4 /* M.C. Mertens */
5 /*============================================================*/
6 
7 #ifndef __MRFBASE_H__
8 #define __MRFBASE_H__
9 
10 //#include <machine/types.h>
11 #include "Rtypes.h"
12 
13 //#include <stdint.h>
14 
16 namespace mrf {
18 typedef UInt_t registertype;
20 typedef UInt_t addresstype;
21 // typedef UInt_t devicetype;
22 } // namespace mrf
23 
24 #endif // __MRFBASE_H__
UInt_t registertype
Register content data type.
UInt_t addresstype
Register address data type.
Basic register address and content types used within MRF Suite.