Rename msg time references to hdr time#34
Rename msg time references to hdr time#34bmchalenv wants to merge 1 commit intoNVIDIA-ISAAC-ROS:mainfrom
Conversation
Replace all "message time" / "msg" identifiers that refer to header-based timestamps with "header time" / "hdr" equivalents across code, tests, Python utilities, and documentation. Updates struct fields, function names, diagnostic key strings, local variables, and comments consistently. Signed-off-by: bmchale <bmchale@localhost> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Greptile SummaryThis PR performs a comprehensive renaming refactoring to replace "message time" / "msg" terminology with "header time" / "hdr" terminology across code, tests, and documentation. The changes clarify that these timestamps come from message headers rather than general message metadata. Key Changes:
Minor Issues:
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: e412892 |
Additional Comments (3)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
|
Let's wait on this one until we're ready to use greenwave in NITROS, else the frontend no longer works with NITROS diagnostics. |
Replace all "message time" / "msg" identifiers that refer to header-based timestamps with "header time" / "hdr" equivalents across code, tests, Python utilities, and documentation. Updates struct fields, function names, diagnostic key strings, local variables, and comments consistently.