The InLoader is responsible for performing the acceptance check on incoming reports and commands. The acceptance check can fail for several reasons (see doxygen command of CrFwInLoader.h) and we are treating these different reasons differently for incoming commands but we are not doing it for incoming report. I need to introduce the same differentiation also for incoming reports.
The InLoader is responsible for performing the acceptance check on incoming reports and commands. The acceptance check can fail for several reasons (see doxygen command of CrFwInLoader.h) and we are treating these different reasons differently for incoming commands but we are not doing it for incoming report. I need to introduce the same differentiation also for incoming reports.