Skip to content

Conversation

@OhadMeir
Copy link
Contributor

@OhadMeir OhadMeir commented Feb 1, 2024

Tracked on [RSDEV-643]

Moved D400 error list from common to d400-private
Added a new list to d500-private, registering needed options in d500 devices.

@OhadMeir OhadMeir requested a review from Nir-Az February 1, 2024 09:54
}


notification d400_notification_decoder::decode( int value )
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cant we have the same classs (common)for d400 + d500 and give it the map at initialization?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will do it.
I thought that handling might be different for D500 line but currently it doesn't look like it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


notification d400_notification_decoder::decode( int value )
{
if( ds::d400_fw_error_report.find( static_cast< uint8_t >( value ) ) != ds::d400_fw_error_report.end() )
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure it still works on d400 somehow

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified using dedicated HWMC

Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, let's speak before merging

@OhadMeir OhadMeir merged commit 6287dc7 into realsenseai:development Feb 4, 2024
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.

3 participants