PX4 Firmware
PX4 Autopilot Software http://px4.io
heater.h File Reference
#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>
Include dependency graph for heater.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Macro Definition Documentation

◆ CONTROLLER_PERIOD_DEFAULT

#define CONTROLLER_PERIOD_DEFAULT   100000

Definition at line 55 of file heater.h.

Function Documentation

◆ heater_main()

__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().

Here is the call graph for this function: