PX4 Firmware
PX4 Autopilot Software http://px4.io
definitions.h File Reference

common platform-specific definitions & abstractions for gps More...

#include <drivers/drv_hrt.h>
#include <px4_platform_common/defines.h>
#include <uORB/topics/vehicle_gps_position.h>
#include <uORB/topics/satellite_info.h>
Include dependency graph for definitions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GPS_INFO(...)   PX4_INFO(__VA_ARGS__)
 
#define GPS_WARN(...)   PX4_WARN(__VA_ARGS__)
 
#define GPS_ERR(...)   PX4_ERR(__VA_ARGS__)
 
#define gps_usleep   px4_usleep
 
#define gps_absolute_time   hrt_absolute_time
 Get the current time in us. More...
 

Typedefs

typedef hrt_abstime gps_abstime
 

Detailed Description

common platform-specific definitions & abstractions for gps

Author
Beat Küng beat-.nosp@m.kuen.nosp@m.g@gmx.nosp@m..net

Definition in file definitions.h.

Macro Definition Documentation

◆ gps_absolute_time

◆ GPS_ERR

#define GPS_ERR (   ...)    PX4_ERR(__VA_ARGS__)

Definition at line 49 of file definitions.h.

Referenced by GPS::setBaudrate().

◆ GPS_INFO

#define GPS_INFO (   ...)    PX4_INFO(__VA_ARGS__)

Definition at line 47 of file definitions.h.

◆ gps_usleep

#define gps_usleep   px4_usleep

◆ GPS_WARN

#define GPS_WARN (   ...)    PX4_WARN(__VA_ARGS__)

Typedef Documentation

◆ gps_abstime

Definition at line 58 of file definitions.h.