Skip to content
Snippets Groups Projects
Commit 3f1c952a authored by Siarhei Harkusha's avatar Siarhei Harkusha
Browse files

Refactor Tile bytestream converters for TMDB

Digits for TMDB from bytestream are unpacked in the same time
when Tile digits are requested and upacked and put directly
into StoreGate ignoring standard conversion mechanism.
The same is done in the case of unpacking raw channels for TMDB.
This is not very good for AthenaMT (especially for scheduler).

Tile bytestream converters have been refactored
to unpack digits and raw channels for TMDB
only if they are requested (needed)
using standard conversion mechanism.

Unit tests for reading Tile digits and raw channels from bytestream
and the corresponding reference files have been updated accordingly.
parent 76904fc8
No related branches found
No related tags found
Loading
Showing
with 564 additions and 595 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment