Event sample data type alignment fix - #931
Conversation
limdor
left a comment
There was a problem hiding this comment.
What are all these IDs added? like 14035185 or 31545523. They seem completly random
Yes, it is random. I didn't find there is instructions for ID decision. |
9b3f6b4 to
08c5def
Compare
08c5def to
3f12f09
Compare
@NemanjaTrifunovicRTRK the ids are legacy from when we had this code internally. We will remove all these ids long term. For now, just do not add new IDs and make the linking via requirement name. |
3f12f09 to
12e5830
Compare
@limdor, done. |
@btirunagaru, done. |
bemerybmw
left a comment
There was a problem hiding this comment.
Please also squash the commits into a single commit with an informative message
| version = 1 | ||
| } | ||
|
|
||
| /* broken_link_c/issue/14035184 */ |
There was a problem hiding this comment.
Can you please create a ticket to remove the deprecated function and link it here? I don't think we have a mechanism to deprecate requirements, so just adding a comment saying it's deprecated and linking the ticket would be fine.
There was a problem hiding this comment.
Please add a comment here linking the ticket to remove the deprecated requirement
Head branch was pushed to by a user without write access
|
@NemanjaTrifunovicRTRK Please don't resolve the reviewer comments yourself. You can put a thumbs up or a comment indicating that you've addressed the comment and then the reviewer can resolve the comment once they've checked your change. |
ec1f979 to
e2281ef
Compare
e2281ef to
ec04e3c
Compare
| version = 1 | ||
| } | ||
|
|
||
| /* broken_link_c/issue/14035184 */ |
There was a problem hiding this comment.
Please add a comment here linking the ticket to remove the deprecated requirement
1aaa571 to
44d39ad
Compare
Added API for getting alignment of event data type. Issue eclipse-score#852 Also fixed alignment of event data type in GatewayApplication. Alignment was hardcoded to 0U, now it is collected from memory::DataTypeSizeInfo. Issue eclipse-score#387
44d39ad to
5fcecd2
Compare
@bemerybmw, thank you for the instructions. I fixed it now, you can check. |


Added API for getting alignment of event data type.
Issue #852
Also fixed alignment of event data type in GatewayApplication.
Alignment was hardcoded to
0U, now it is collected frommemory::DataTypeSizeInfo.Issue #387
Documentation updated
score/mw/com/dependability/software_architectural_design/mw_com_dii/README.mdscore/mw/com/design/skeleton_proxy/generic_proxy/generic_proxy_model.pumlImplementation extended:
score/mw/com/gateway/gateway_application/gateway_application.cppscore/mw/com/impl/bindings/lola/generic_proxy_event.cppscore/mw/com/impl/bindings/lola/generic_proxy_event.hscore/mw/com/impl/generic_proxy_event.cppscore/mw/com/impl/generic_proxy_event.hscore/mw/com/impl/generic_proxy_event_binding.hTests updated:
score/mw/com/impl/bindings/lola/generic_proxy_event_test.cppscore/mw/com/impl/bindings/mock_binding/generic_proxy_event.hscore/mw/com/impl/generic_proxy_event_test.cpp