PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/getopt.h>
#include <px4_platform_common/module.h>
#include <px4_platform_common/module_params.h>
#include <px4_platform_common/px4_work_queue/ScheduledWorkItem.hpp>
#include <uORB/Subscription.hpp>
#include <uORB/topics/parameter_update.h>
#include <uORB/topics/sensor_accel.h>
#include <mathlib/mathlib.h>
Go to the source code of this file.
Classes | |
class | Heater |
Macros | |
#define | CONTROLLER_PERIOD_DEFAULT 100000 |
Functions | |
__EXPORT int | heater_main (int argc, char *argv[]) |
IMU Heater Controller driver used to maintain consistent temparature at the IMU. More... | |
Definition in file heater.h.
__EXPORT int heater_main | ( | int | argc, |
char * | argv[] | ||
) |
IMU Heater Controller driver used to maintain consistent temparature at the IMU.
IMU Heater Controller driver used to maintain consistent temparature at the IMU.
Definition at line 233 of file heater.cpp.
References main().