You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
// OutputController_7432.h: interface for the COutputController_7432 class.
|
|
|
|
|
//
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
#if !defined(AFX_OUTPUTCONTROLLER_7432_H__DE955F37_58D8_4E02_B8C0_22898EF6EBA0__INCLUDED_)
|
|
|
|
|
#define AFX_OUTPUTCONTROLLER_7432_H__DE955F37_58D8_4E02_B8C0_22898EF6EBA0__INCLUDED_
|
|
|
|
|
|
|
|
|
|
#if _MSC_VER > 1000
|
|
|
|
|
#pragma once
|
|
|
|
|
#endif // _MSC_VER > 1000
|
|
|
|
|
|
|
|
|
|
#include "OutputControllerBase.h"
|
|
|
|
|
|
|
|
|
|
class COutputController_7432 : public COutputControllerBase
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
COutputController_7432();
|
|
|
|
|
virtual ~COutputController_7432();
|
|
|
|
|
|
|
|
|
|
// method to initialise the output controller card
|
|
|
|
|
int InitCard(int nHardwareIniTypeID, int nHardwareIniTypeCardNo, int *pPhysicalCardID) override;
|
|
|
|
|
|
|
|
|
|
// method to close the output controller card
|
|
|
|
|
int CloseCard(int nPhysicalCardID) override;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif // !defined(AFX_OUTPUTCONTROLLER_7432_H__DE955F37_58D8_4E02_B8C0_22898EF6EBA0__INCLUDED_)
|