topic_listener: avoid code generation, use existing metadata at runtime

This reduces flash size for v5 by ~110KB, the topic listener now only adds
about 1.2KB.
This commit is contained in:
Beat Küng
2021-10-19 15:19:42 +02:00
parent a0e72b35a4
commit 8a2b310b83
16 changed files with 330 additions and 347 deletions
@@ -170,7 +170,7 @@ int AirshipAttitudeControl::print_status()
perf_print_counter(_loop_perf);
print_message(_actuators);
print_message(ORB_ID(actuator_controls), _actuators);
return 0;
}