memory_blocs_parsers/navigation_data/smart_heave.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace ixblue_stdbin_decoder
7 {
8 namespace Parser
9 {
11 {
12 public:
14 
15  virtual void parse(boost::asio::const_buffer& buffer,
16  Data::BinaryNav& outBinaryNav) override
17  {
18  Data::SmartHeave res;
19  buffer >> res.validityTime_100us >> res.smartHeave_m;
20  outBinaryNav.smartHeave = res;
21  }
22 };
23 } // namespace Parser
24 } // namespace ixblue_stdbin_decoder
virtual void parse(boost::asio::const_buffer &buffer, Data::BinaryNav &outBinaryNav) override
boost::optional< SmartHeave > smartHeave
Definition: stdbin.h:73


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