DDL631


class description - source file - inheritance tree

class DDL631 : public DModule


    public:
DDL631 DDL631() DDL631 DDL631(Char_t* mdesc, UInt_t addr) DDL631 DDL631(DDL631&) virtual void ~DDL631() TClass* Class() void DisableInt(Int_t i) void EnableInt(Int_t i) void FlipFlopsFree() void FlipFlopsMasked() Int_t GetFlipFlop(Int_t i) Int_t GetInput(Int_t i) Int_t GetInterrupt(Int_t i) virtual TClass* IsA() const Int_t IsFlipFlopFree(Int_t i) Int_t IsFlipFlopMasked(Int_t i) Int_t IsIntDisabled(Int_t i) Int_t IsIntEnabled(Int_t i) virtual void ReadVME() void ResetFlipFlops() virtual void ResetModule() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
UShort_t fIntMask Interrupt mode + interrupt mask UShort_t fInter Interrupt mode + interrupt status UShort_t fFlipFlop Interrupt mode + flip-flop status UShort_t fInput Interrupt mode + input 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



DDL631(Char_t *mdesc, UInt_t addr) : DModule("Input register","DL631",mdesc,addr)

~DDL631()

void ReadVME()

void ResetModule()



Inline Functions


             DDL631 DDL631(Char_t* mdesc, UInt_t addr)
               void EnableInt(Int_t i)
               void DisableInt(Int_t i)
               void ResetFlipFlops()
               void FlipFlopsFree()
               void FlipFlopsMasked()
              Int_t IsIntEnabled(Int_t i)
              Int_t IsIntDisabled(Int_t i)
              Int_t IsFlipFlopMasked(Int_t i)
              Int_t IsFlipFlopFree(Int_t i)
              Int_t GetInterrupt(Int_t i)
              Int_t GetFlipFlop(Int_t i)
              Int_t GetInput(Int_t i)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
             DDL631 DDL631(DDL631&)


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.