Skip to content
New issue

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

mavlink delete MavlinkOrbSubscription and uORB delete unused orb_stat and last update timestamp #14051

Merged
merged 5 commits into from Mar 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion Tools/uorb_graph/create.py
Expand Up @@ -221,7 +221,6 @@ def __init__(self, module_whitelist=[], topic_blacklist=[]):
# to this, so that we can ignore it)
special_cases_sub = [
('sensors', r'voted_sensors_update\.cpp$', r'\binitSensorClass\b\(([^,)]+)', r'^meta$'),
('mavlink', r'.*', r'\badd_orb_subscription\b\(([^,)]+)', r'^_topic$'),
('listener', r'.*', None, r'^(id)$'),
('logger', r'.*', None, r'^(topic|sub\.metadata|_polling_topic_meta)$'),

Expand Down
3 changes: 0 additions & 3 deletions src/drivers/drv_orb_dev.h
Expand Up @@ -52,9 +52,6 @@
* IOCTLs for individual topics.
*/

/** Fetch the time at which the topic was last updated into *(uint64_t *)arg */
#define ORBIOCLASTUPDATE _ORBIOC(10)

/** Check whether the topic has been updated since it was last read, sets *(bool *)arg */
#define ORBIOCUPDATED _ORBIOC(11)

Expand Down
1 change: 0 additions & 1 deletion src/modules/mavlink/CMakeLists.txt
Expand Up @@ -50,7 +50,6 @@ px4_add_module(
mavlink_main.cpp
mavlink_messages.cpp
mavlink_mission.cpp
mavlink_orb_subscription.cpp
mavlink_parameters.cpp
mavlink_rate_limiter.cpp
mavlink_receiver.cpp
Expand Down