-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
There are 3 member variables related to TP counts: m_tpg_hits_count, m_new_hits, and m_new_tps. At first glance, they all seem to mean the same thing.
m_new_hitsis unused byWIBEthFrameProcessorandTDEEthFrameProcessor. It is used byDAPHNEFrameProcessor.m_tpg_hits_countis used by the TPC frame processors, but not used by the PDS frame processor.m_new_tpsis used by all 3 frame processors.
Of m_new_tps and m_new_hits/m_tpg_hits_count, the values assigned to the variables are the same (thankfully), but that makes these variables redundant. This should become a single variable that is consistent between all three.
Reactions are currently unavailable