Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk::common::parser::fpa::FpaEoePayload Struct Reference

FP_A-EOE (version 1) message payload. More...

#include <fpa.hpp>

Inheritance diagram for fpsdk::common::parser::fpa::FpaEoePayload:
Collaboration diagram for fpsdk::common::parser::fpa::FpaEoePayload:

Public Member Functions

bool SetFromMsg (const uint8_t *msg, const std::size_t msg_size)
 Set data from message.
 
- Public Member Functions inherited from fpsdk::common::parser::fpa::FpaPayload
virtual ~FpaPayload ()=default
 Virtual dtor for polymorphism.
 

Public Attributes

FpaGpsTime gps_time
 Time.
 
FpaEpoch epoch = FpaEpoch::UNSPECIFIED
 Indicates which epoch ended ("FUSION", "GNSS", "GNSS1", "GNSS2")
 
- Public Attributes inherited from fpsdk::common::parser::fpa::FpaPayload
bool valid_ = false
 Payload successfully decoded (true), or not (yet) decoded (false)
 

Static Public Attributes

static constexpr const char * MSG_NAME = "FP_A-EOE"
 Message name.
 

Detailed Description

FP_A-EOE (version 1) message payload.

Definition at line 537 of file fpa.hpp.

Member Function Documentation

◆ SetFromMsg()

bool fpsdk::common::parser::fpa::FpaEoePayload::SetFromMsg ( const uint8_t * msg,
const std::size_t msg_size )

Set data from message.

Parameters
[in]msgPointer to the FP_A message
[in]msg_sizeSize of the FP_A message (>= 11)
Returns
true if sentence payload was correct and all data could be extracted (fields are now valid), or false otherwise (fields are now invalid)

Member Data Documentation

◆ gps_time

FpaGpsTime fpsdk::common::parser::fpa::FpaEoePayload::gps_time

Time.

Definition at line 539 of file fpa.hpp.

◆ epoch

FpaEpoch fpsdk::common::parser::fpa::FpaEoePayload::epoch = FpaEpoch::UNSPECIFIED

Indicates which epoch ended ("FUSION", "GNSS", "GNSS1", "GNSS2")

Definition at line 540 of file fpa.hpp.

◆ MSG_NAME

const char* fpsdk::common::parser::fpa::FpaEoePayload::MSG_NAME = "FP_A-EOE"
staticconstexpr

Message name.

Definition at line 553 of file fpa.hpp.


The documentation for this struct was generated from the following file: