33 if (0 == wordCount)
return;
45 const boost::uint32_t* wordsLast = 0;
46 const boost::uint32_t* wordsEnd = words + wordCount;
47 while (words < wordsEnd)
50 memcpy(frame.
data(), words, V5CfgFrame::WORDCOUNT << 2);
52 words += V5CfgFrame::WORDCOUNT;
55 m_configuration.
insert(fa, frame);
61 if (fa.
rowIndex() != prevRow) words += (V5CfgFrame::WORDCOUNT << 1);
65 memcpy(m_previousFrame.
data(), wordsLast, V5CfgFrame::WORDCOUNT << 2);
74 m_configuration.
insert(fa, m_previousFrame);
80 return m_configuration;
86 return m_configuration;