13 lines
227 B
C++
13 lines
227 B
C++
#include "ccommunicationinterface.h"
|
|
|
|
CCommunicationInterface::CCommunicationInterface()
|
|
{
|
|
|
|
}
|
|
CCommunicationInterface::~CCommunicationInterface()
|
|
{
|
|
}
|
|
//解析数据
|
|
void CCommunicationInterface::analysisProtocal(QByteArray)
|
|
{}
|