memory_blocs_parsers/navigation_data/acceleration_vessel_frame.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, Data::BinaryNav& outBinaryNav) override
15  {
17  buffer >> res.xv1_msec2 >> res.xv2_msec2 >> res.xv3_msec2;
18  outBinaryNav.accelerationVesselFrame = res;
19  }
20 };
21 } // namespace Parser
22 } // namespace ixblue_stdbin_decoder
boost::optional< AccelerationVesselFrame > accelerationVesselFrame
Definition: stdbin.h:76
void parse(boost::asio::const_buffer &buffer, Data::BinaryNav &outBinaryNav) override


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