Relative ENU position to base station (MessageType::RELATIVE_ENU_POSITION, version 1.1).
Definition at line 504 of file solution.h.
  
#include <point_one/fusion_engine/messages/solution.h>
Public Attributes | |
| Timestamp | gps_time | 
| The GPS time of the message, if available, referenced to 1980/1/6.  More... | |
| Timestamp | p1_time | 
| The time of the message, in P1 time (beginning at power-on).  More... | |
| float | position_std_enu_m [3] = {NAN, NAN, NAN} | 
| The position standard deviation (in meters), resolved with respect to the local ENU tangent plane: east, north, up.  More... | |
| uint32_t | reference_station_id = INVALID_REFERENCE_STATION | 
| The ID of the differential base station.  More... | |
| double | relative_position_enu_m [3] = {NAN, NAN, NAN} | 
| The relative position (in meters), resolved in the local ENU frame.  More... | |
| SolutionType | solution_type = SolutionType::Invalid | 
| The type of this position solution.  More... | |
Static Public Attributes | |
| static constexpr uint32_t | INVALID_REFERENCE_STATION = 0xFFFFFFFF | 
| static constexpr MessageType | MESSAGE_TYPE | 
| static constexpr uint8_t | MESSAGE_VERSION = 1 | 
| Timestamp point_one::fusion_engine::messages::RelativeENUPositionMessage::gps_time | 
The GPS time of the message, if available, referenced to 1980/1/6.
Definition at line 515 of file solution.h.
      
  | 
  staticconstexpr | 
Definition at line 509 of file solution.h.
      
  | 
  staticconstexpr | 
Definition at line 505 of file solution.h.
      
  | 
  staticconstexpr | 
Definition at line 507 of file solution.h.
| Timestamp point_one::fusion_engine::messages::RelativeENUPositionMessage::p1_time | 
The time of the message, in P1 time (beginning at power-on).
Definition at line 512 of file solution.h.
| float point_one::fusion_engine::messages::RelativeENUPositionMessage::position_std_enu_m[3] = {NAN, NAN, NAN} | 
The position standard deviation (in meters), resolved with respect to the local ENU tangent plane: east, north, up.
NAN. Definition at line 542 of file solution.h.
| uint32_t point_one::fusion_engine::messages::RelativeENUPositionMessage::reference_station_id = INVALID_REFERENCE_STATION | 
The ID of the differential base station.
Definition at line 523 of file solution.h.
| double point_one::fusion_engine::messages::RelativeENUPositionMessage::relative_position_enu_m[3] = {NAN, NAN, NAN} | 
The relative position (in meters), resolved in the local ENU frame.
NAN. Definition at line 532 of file solution.h.
| SolutionType point_one::fusion_engine::messages::RelativeENUPositionMessage::solution_type = SolutionType::Invalid | 
The type of this position solution.
Definition at line 518 of file solution.h.
 1.8.18