vtg1.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace ixblue_stdbin_decoder
7 {
8 namespace Parser
9 {
10 class Vtg1 : public MemoryBlockParser
11 {
12 public:
13  Vtg1() : MemoryBlockParser(25, 17) {}
14  void parse(boost::asio::const_buffer& buffer,
15  Data::BinaryNav& outBinaryNav) override
16  {
17  Data::Vtg res;
18  buffer >> res.validityTime_100us >> res.vtg_id >> res.true_course_deg >>
20  outBinaryNav.vtg1 = res;
21  }
22 };
23 } // namespace Parser
24 } // namespace ixblue_stdbin_decoder
ixblue_stdbin_decoder::Data::Vtg
Definition: data_models/external_data/vtg.h:9
memory_block_parser.h
ixblue_stdbin_decoder::Data::Vtg::vtg_id
uint8_t vtg_id
Definition: data_models/external_data/vtg.h:12
ixblue_stdbin_decoder::Data::Vtg::magnetic_course_deg
float magnetic_course_deg
Definition: data_models/external_data/vtg.h:14
ixblue_stdbin_decoder::Data::Vtg::speed_over_ground_ms
float speed_over_ground_ms
Definition: data_models/external_data/vtg.h:15
ixblue_stdbin_decoder::Data::Vtg::validityTime_100us
int32_t validityTime_100us
Definition: data_models/external_data/vtg.h:11
ixblue_stdbin_decoder::Parser::Vtg1::parse
void parse(boost::asio::const_buffer &buffer, Data::BinaryNav &outBinaryNav) override
Definition: vtg1.h:14
ixblue_stdbin_decoder::Data::Vtg::true_course_deg
float true_course_deg
Definition: data_models/external_data/vtg.h:13
ixblue_stdbin_decoder::MemoryBlockParser
Definition: memory_block_parser.h:33
ixblue_stdbin_decoder::Data::BinaryNav
Definition: stdbin.h:67
ixblue_stdbin_decoder::Parser::Vtg1::Vtg1
Vtg1()
Definition: vtg1.h:13
vtg.h
ixblue_stdbin_decoder
Definition: data_models/extended_navigation_data/raw_rotation_rate_vessel_frame.h:3
ixblue_stdbin_decoder::Data::BinaryNav::vtg1
boost::optional< Vtg > vtg1
Definition: stdbin.h:137


ixblue_stdbin_decoder
Author(s): Adrien BARRAL , Laure LEBROTON
autogenerated on Wed Apr 6 2022 02:55:48