UpLowLimp/ZBD_IIIDL_S_Project/Src/Communication/ccommunicationinterface.cpp

13 lines
227 B
C++
Raw Normal View History

2024-11-25 17:15:44 +08:00
#include "ccommunicationinterface.h"
CCommunicationInterface::CCommunicationInterface()
{
}
CCommunicationInterface::~CCommunicationInterface()
{
}
//解析数据
void CCommunicationInterface::analysisProtocal(QByteArray)
{}