Event sample data type alignment fix - #931
Open
NemanjaTrifunovicRTRK wants to merge 4 commits into
Open
Conversation
Added GetSampleAlignment() method to GenericProxyEvent and GenericProxyEventBinding. Added unit tests for GetSampleAlignment(). Added call of GetSampleAlignment() in GatewayApplication::PropagateService.
NemanjaTrifunovicRTRK
requested review from
LittleHuba,
bemerybmw,
castler,
crimson11,
hoe-jo and
limdor
as code owners
August 14, 2026 12:40
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added API for getting alingment 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