Adapted for shared library use with ROS

This commit is contained in:
Roman Bapst
2014-09-27 12:01:11 +02:00
parent 020a829215
commit c8b1c5b119
4 changed files with 219 additions and 200 deletions
+4 -2
View File
@@ -42,8 +42,9 @@
#define TOPIC_ACTUATOR_ARMED_H
#include <stdint.h>
#ifdef CONFIG_ARCH_ARM
#include "../uORB.h"
#endif
/**
* @addtogroup topics
* @{
@@ -64,6 +65,7 @@ struct actuator_armed_s {
*/
/* register this as object request broker structure */
#ifdef CONFIG_ARCH_ARM
ORB_DECLARE(actuator_armed);
#endif
#endif