PrtObj.cpp
上传用户:asikq0571
上传日期:2014-07-12
资源大小:528k
文件大小:1k
- // PrtObj.cpp: implementation of the CPrtObj class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "Peugeot.h"
- #include "PrtObj.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CPrtObj::CPrtObj()
- {
- }
- CPrtObj::~CPrtObj()
- {
- }
- void CPrtObj::StartTimer()
- {
- }
- void CPrtObj::CloseTimer()
- {
- }
- void CPrtObj::MasterSend(UINT nIDEvent)
- {
- }
- void CPrtObj::InitPrt()
- {
- }
- void CPrtObj::MasterRec(BYTE recByte)
- {
- }
- void CPrtObj::SlaveRec(BYTE recByte)
- {
- }
- void CPrtObj::SlaveSend()
- {
- }