增加手动机测试
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user