Replies: 1 comment
-
Thanks for this note! I was just running into this problem updating an older app that was doing a direct comparison of TaskIds and CFE_RESOURCEID_TEST_EQUAL was just what I was looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Although Draco is planned as a "minor" release, we did add Message ID type safety logic. OSAL ID type safety is also enforced if OMIT_DEPRECATED=true in the build. Here's some quick notes I took from updating the GSFC apps to be compliant... feel free to request more details if needed. Note in updating the apps we did identify a couple cases where the values weren't being used appropriately (mostly in unit tests) so this is a valuable change/check to do to make the code more robust!
Beta Was this translation helpful? Give feedback.
All reactions