-
- Downloads
orb structs: add padding bytes to align the structs where necessary
This is required for the logger, we just manually add the padding bytes what would otherwise be done by the compiler. Additionally we reorder the fields by type, so that padding is only necessary for nested types.
Showing
- msg/templates/uorb/msg.cpp.template 65 additions, 46 deletionsmsg/templates/uorb/msg.cpp.template
- msg/templates/uorb/msg.h.template 68 additions, 14 deletionsmsg/templates/uorb/msg.h.template
- src/modules/logger/logger.cpp 6 additions, 28 deletionssrc/modules/logger/logger.cpp
- src/modules/uORB/uORB.h 5 additions, 12 deletionssrc/modules/uORB/uORB.h
- src/modules/uORB/uORB_tests/uORBTest_UnitTest.hpp 8 additions, 6 deletionssrc/modules/uORB/uORB_tests/uORBTest_UnitTest.hpp
Loading
Please register or sign in to comment