fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/am_testutil/TestPixbus.h
Go to the documentation of this file.
00001 // TestPixbus.h: Schnittstelle für die Klasse CTestPixbus.
00002 //
00004 
00005 #if !defined(AFX_TESTPIXBUS_H__D98B29D4_6985_4E14_9144_C713CB95314C__INCLUDED_)
00006 #define AFX_TESTPIXBUS_H__D98B29D4_6985_4E14_9144_C713CB95314C__INCLUDED_
00007 
00008 #if (defined _MSC_VER) && (_MSC_VER > 1000)
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 //#include <Hw/Slt.h>
00013 
00014 class Subrack;
00015 
00021 class CTestPixbus
00022 {
00023 public:
00024         CTestPixbus();
00025         virtual ~CTestPixbus();
00026 
00034         void Run(unsigned long lConstant,unsigned long lIncrement,int iShift,bool bAlternate);
00035 
00036 private:
00037         Subrack * m_cSubrack;
00038 
00039 };
00040 
00041 #endif // !defined(AFX_TESTPIXBUS_H__D98B29D4_6985_4E14_9144_C713CB95314C__INCLUDED_)
00042 
00043 
00044