fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/am_testutil/TestPbus.h
Go to the documentation of this file.
00001 // TestPbus.h: Schnittstelle für die Klasse CTestPbus.
00002 //
00004 
00005 #if !defined(AFX_TESTPBUS_H__8E0D7584_CA85_44B5_A71E_B1C9F57F7869__INCLUDED_)
00006 #define AFX_TESTPBUS_H__8E0D7584_CA85_44B5_A71E_B1C9F57F7869__INCLUDED_
00007 
00008 #if (defined _MSC_VER) && (_MSC_VER > 1000)
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include <cmath>
00013 
00014 class Subrack;
00015 
00025 class CTestPbus
00026 {
00027 public:
00028         CTestPbus();
00029         virtual ~CTestPbus();
00030 
00039         void Run(unsigned long lConstant,unsigned long lIncrement,int iShift,bool bAlternate,int iTestObject);
00040 
00041 private:
00042         Subrack * m_cSubrack;
00043 
00044 };
00045 
00046 
00047 #endif // !defined(AFX_TESTPBUS_H__8E0D7584_CA85_44B5_A71E_B1C9F57F7869__INCLUDED_)
00048 
00049