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

Need a way to classify types based on their "base type" #1438

Open
bzbarsky-apple opened this issue Sep 30, 2024 · 0 comments
Open

Need a way to classify types based on their "base type" #1438

bzbarsky-apple opened this issue Sep 30, 2024 · 0 comments
Labels
high priority Tag that shows this as higher priority as other issues. matter Important to Matter SDK
Milestone

Comments

@bzbarsky-apple
Copy link
Contributor

In the Matter specification, types can have a "base type". For example, node-id is a derived type from the uint64 base type.

For Matter, it would be useful to code-generate a function that takes a type as input and returns the base type (which may be the type itself) as output. Unfortunately, at the moment ZAP types do not have base type information attached to them, making this rather difficult.

@bzbarsky-apple bzbarsky-apple added the matter Important to Matter SDK label Sep 30, 2024
@brdandu brdandu added this to the ZAPP-1325 milestone Sep 30, 2024
@brdandu brdandu added the high priority Tag that shows this as higher priority as other issues. label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority Tag that shows this as higher priority as other issues. matter Important to Matter SDK
Projects
Development

No branches or pull requests

2 participants