DDL632


class description - source file - inheritance tree

class DDL632 : public DModule


    public:
DDL632 DDL632() DDL632 DDL632(Char_t* mdesc, UInt_t addr) DDL632 DDL632(DDL632&) virtual void ~DDL632() TClass* Class() void ExtinMode(Int_t i) void FixMode(Int_t i) void GenPuls(Int_t i) Int_t GetExtin(Int_t i) Int_t GetFix(Int_t i) Int_t GetMode(Int_t i) Int_t GetOut(Int_t i) virtual TClass* IsA() const void PulsMode(Int_t i) virtual void ReadVME() void ResetFix(Int_t i) virtual void ResetModule() void SetFix(Int_t i) void SetMode(Int_t i, Int_t j) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void TasterMode(Int_t i)

Data Members

private:
UShort_t fStatus[4] Mode: taster, fix, puls, or extin UShort_t fFix[4] Fix status UShort_t fExtin[4] Extin status UShort_t fOut[4] Output status

Class Description

 DL600 is a VME module built at Physics Institute of Heidelberg University.
 It houses 4 submodules, and I decided to treat these submodules in my
 software as separate VME modules. The submodules are:

 DL631 - input register
 DL632 - output register
 DL633 - AND/OR logic unit
 DL634 - fan-out



DDL632(Char_t *mdesc, UInt_t addr) : DModule("Output register","DL632",mdesc,addr)

~DDL632()

void ReadVME()

void ResetModule()



Inline Functions


             DDL632 DDL632(Char_t* mdesc, UInt_t addr)
               void SetMode(Int_t i, Int_t j)
               void TasterMode(Int_t i)
               void FixMode(Int_t i)
               void PulsMode(Int_t i)
               void ExtinMode(Int_t i)
               void SetFix(Int_t i)
               void ResetFix(Int_t i)
               void GenPuls(Int_t i)
              Int_t GetMode(Int_t i)
              Int_t GetFix(Int_t i)
              Int_t GetExtin(Int_t i)
              Int_t GetOut(Int_t i)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
             DDL632 DDL632(DDL632&)


Author: Dariusz Miskowiec
Last update: 1999


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.