COVESA / capicxx-someip-runtime

Common API C++ SOMEIP runtime
Mozilla Public License 2.0
111 stars 81 forks source link

How to configure byte alignment of structures in fdepl files #49

Open jishuwuzui opened 2 months ago

jishuwuzui commented 2 months ago

How to configure 4-byte alignment of structures in fdepl files for communication with Autosar Adaptive I saw the definition in OutputStream.hpp :COMMONAPI_EXPORT void align(const size_t _boundary); but the generated code has nowhere to pass in the boundary