增加手动机测试

This commit is contained in:
TAO Cheng
2013-06-13 17:13:05 +08:00
parent 82cde2138f
commit 6f04c5fda4
17 changed files with 471 additions and 204 deletions
@@ -12,7 +12,7 @@
*$!! Serial.h
*$!!
*$!! DESCRIPTION
*$!! Header file for CSerial.
*$!! Header file for CPSerial.
*$!!
*$!! AUTHOR
*$!! M.J.S.Gooder.
@@ -69,17 +69,17 @@ const int CS_DEFAULT_RX_TIMEOUT = 25;
const int CS_DEFAULT_TX_TIMEOUT = 1000;
///////////////////////////////////////////////////////////////////////////////
// The CSerial class
// The CPSerial class
class CSerial : public CMMIO
class CPSerial : public CMMIO
{
// Construction
public:
CSerial();
CPSerial();
// Implementation
public:
virtual ~CSerial();
virtual ~CPSerial();
// Attributes
public: