/** * The bytes are copied by calling the LinkInterface::readBytes() method. * This method parses all incoming bytes and decodes GPS positions. * @param link The interface to read from * @see LinkInterface **/voidQGCNMEAProtocol::receiveBytes(LinkInterface*link,QByteArrayb){receiveMutex.lock();receiveMutex.unlock();}