Integrate it into the main code.

This commit is contained in:
Jonathan Naylor
2019-02-06 11:49:20 +00:00
parent 56ad3e4bfe
commit 458dfff3c4
8 changed files with 41 additions and 8 deletions

View File

@@ -64,9 +64,9 @@ void CRemoveTA::process(CDMRData& data)
void CRemoveTA::processHeader(CDMRData& data, unsigned char dataType)
{
CDMRLC lc;
lc.setFLCO(flco);
lc.setSrcId(srcId);
lc.setDstId(dstId);
lc.setFLCO(data.getFLCO());
lc.setSrcId(data.getSrcId);
lc.setDstId(data.getDstId);
m_embeddedLC.setLC(lc);
}