#include "ccommunicationinterface.h"

CCommunicationInterface::CCommunicationInterface()
{

}
CCommunicationInterface::~CCommunicationInterface()
{
}
//解析数据
void CCommunicationInterface::analysisProtocal(QByteArray)
{}