memory_blocs_parsers/navigation_data/realtime_heave_surge_sway.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  void parse(boost::asio::const_buffer& buffer,
15  Data::BinaryNav& outBinaryNav) override
16  {
18  buffer >> res.rt_heave_withoutBdL >> res.rt_heave_atBdL >> res.rt_surge_atBdL >>
19  res.rt_sway_atBdL;
20  outBinaryNav.rtHeaveSurgeSway = res;
21  }
22 };
23 } // namespace Parser
24 } // namespace ixblue_stdbin_decoder
void parse(boost::asio::const_buffer &buffer, Data::BinaryNav &outBinaryNav) override
boost::optional< RealTimeHeaveSurgeSway > rtHeaveSurgeSway
Definition: stdbin.h:72


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