-
Notifications
You must be signed in to change notification settings - Fork 914
[MAINT] Removed reference fields from CPacket pinned to the SRT header #2594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MAINT] Removed reference fields from CPacket pinned to the SRT header #2594
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2594 +/- ##
==========================================
- Coverage 66.99% 66.79% -0.20%
==========================================
Files 103 103
Lines 20460 20470 +10
==========================================
- Hits 13707 13673 -34
- Misses 6753 6797 +44 ☔ View full report in Codecov by Sentry. |
maxsharabayko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider minor comments.
I am a bit concerned the naming convention is not followed, i.e. set_timestamp instead of setTimestamp function names are used. I guess that might be tricky to do set with upper case, but get without the get itself, only using the work starting with lowercase.
Co-authored-by: Maxim Sharabayko <[email protected]>
Reference fields like
m_iSeqNothat were set to the value in the objects self parts of the array keeping the header have been turned into methods.Only
m_pcDatais left unchanged because this is much more complicated.