We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#pragma pack(push, 1)
Low priority.
Can we move do_not_use_time from block_parsers.h to cartesian.cpp and geodetic.cpp.
do_not_use_time
block_parsers.h
cartesian.cpp
geodetic.cpp
Why: do_not_use_time is a feature of the block, not the block -> ros message converter.
Why is it not done yet: need to verify that static members will not affect memory order in #pragma pack(push, 1) structures.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Low priority.
Can we move
do_not_use_time
fromblock_parsers.h
tocartesian.cpp
andgeodetic.cpp
.Why:
do_not_use_time
is a feature of the block, not the block -> ros message converter.Why is it not done yet: need to verify that static members will not affect memory order in
#pragma pack(push, 1)
structures.The text was updated successfully, but these errors were encountered: