vtg2.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 Vtg2 : public MemoryBlockParser
11 {
12 public:
13  Vtg2() : MemoryBlockParser(26, 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.vtg2 = res;
21  }
22 };
23 } // namespace Parser
24 } // namespace ixblue_stdbin_decoder
void parse(boost::asio::const_buffer &buffer, Data::BinaryNav &outBinaryNav) override
Definition: vtg2.h:14
boost::optional< Vtg > vtg2
Definition: stdbin.h:138


ixblue_stdbin_decoder
Author(s): Adrien BARRAL , Laure LEBROTON
autogenerated on Sat Jan 9 2021 03:13:21