-
Notifications
You must be signed in to change notification settings - Fork 44
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
Question about the example #4
Comments
I found the following in your thesis:
It seems this is a feature, am I correct in my understanding? |
Thanks for the feedback - I appreciate it.
If the component are not explicitly listed in the Let me know if that answers your question :) |
Ooops, forgot to leave a comment. This makes perfect sense, it just wasn't obvious when I was reading through the example code until I read your (entire) thesis. Nice work btw! |
First, thanks for writing this library. It's really interesting to me, it would be nice if this became a solved problem. Anyways, moving onto my question, I'm wondering if you can help me understand what this is for:
https://github.com/SuperV1234/ecst/blob/master/example/pres_code.cpp#L720-L721
when inside the system definition this code is found:
https://github.com/SuperV1234/ecst/blob/master/example/pres_code.cpp#L211-L212
I guess my question is, what does declaring those tags as read/write do? Are they unavailable to the code within the system without first declaring them as read/write?
Thanks !!
The text was updated successfully, but these errors were encountered: