Skip to content
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

add debug_protocol::build_command() #10261

Merged
merged 24 commits into from
Mar 1, 2022

Conversation

SamerKhshiboun
Copy link
Contributor

@SamerKhshiboun SamerKhshiboun commented Feb 23, 2022

  • add build_raw_data to the debug_protocol API - (this API generates a raw data cmd from opcode, params, and data)
  • add the new API to C# and Python wrappers
  • add build_raw_data python unit-test under unit_tests/debug_protocol/
  • fix old tests/scenarios to use this new API

- add the new API to C# and Python wrappers
- add python unit-test under unit_tests/debug_protocol/
- fix old tests/scenarios to use this new API
- fix some formatting in python files to meet PEP8 coding style
@SamerKhshiboun SamerKhshiboun marked this pull request as ready for review February 23, 2022 15:40
src/hw-monitor.cpp Outdated Show resolved Hide resolved
src/hw-monitor.cpp Outdated Show resolved Hide resolved
src/rs.cpp Outdated Show resolved Hide resolved
src/rs.cpp Outdated Show resolved Hide resolved
src/core/debug.h Outdated Show resolved Hide resolved
src/core/debug.h Outdated Show resolved Hide resolved
src/core/debug.h Outdated Show resolved Hide resolved
@maloel maloel changed the title add build_raw_data functionality to debug_protocol interface add debug_protocol::build_command() Mar 1, 2022
@maloel maloel merged commit 636645b into IntelRealSense:development Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants