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.
28 lines
706 B
C
28 lines
706 B
C
|
12 years ago
|
// Output_7296.h: interface for the COutput_7296 class.
|
||
|
|
//
|
||
|
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
|
||
|
|
#if !defined(AFX_OUTPUT_7296_H__BB2AEC68_0D16_4399_81C7_A58C64183448__INCLUDED_)
|
||
|
|
#define AFX_OUTPUT_7296_H__BB2AEC68_0D16_4399_81C7_A58C64183448__INCLUDED_
|
||
|
|
|
||
|
|
#if _MSC_VER > 1000
|
||
|
|
#pragma once
|
||
|
|
#endif // _MSC_VER > 1000
|
||
|
|
|
||
|
|
#include "OutputBase.h"
|
||
|
|
|
||
|
|
class COutput_7296 : public COutputBase
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
COutput_7296(const COutputSetting &Setting);
|
||
|
|
virtual ~COutput_7296();
|
||
|
|
|
||
|
|
// method to set output to OFF
|
||
|
|
BOOL Off();
|
||
|
|
|
||
|
|
// method to set output to ON
|
||
|
|
BOOL On();
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // !defined(AFX_OUTPUT_7296_H__BB2AEC68_0D16_4399_81C7_A58C64183448__INCLUDED_)
|