PX4 Firmware
PX4 Autopilot Software http://px4.io
emlid_reach.h File Reference
#include "gps_helper.h"
#include "../../definitions.h"
Include dependency graph for emlid_reach.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  erb_header_t
 
struct  erb_checksum_t
 
struct  erb_version_t
 
struct  erb_geodic_position_t
 
struct  erb_navigation_status_t
 
struct  erb_dop_t
 
struct  erb_ned_velocity_t
 
union  erb_payload_t
 
struct  erb_message_t
 
class  GPSDriverEmlidReach
 Driver class for Emlid Reach Populates caller provided vehicle_gps_position_s Some ERB messages are cached and correlated by timestamp before publishing it. More...
 

Macros

#define ERB_HEADER_LEN   5
 
#define ERB_SENTENCE_MAX_LEN   (sizeof(erb_message_t))
 
#define MAX_CONST(a, b)   ((a>b) ? a : b)
 

Detailed Description

Macro Definition Documentation

◆ ERB_HEADER_LEN

#define ERB_HEADER_LEN   5

Definition at line 49 of file emlid_reach.h.

Referenced by GPSDriverEmlidReach::erbParseChar().

◆ ERB_SENTENCE_MAX_LEN

#define ERB_SENTENCE_MAX_LEN   (sizeof(erb_message_t))

Definition at line 51 of file emlid_reach.h.

Referenced by GPSDriverEmlidReach::erbParseChar().

◆ MAX_CONST

#define MAX_CONST (   a,
 
)    ((a>b) ? a : b)

Definition at line 53 of file emlid_reach.h.