memory_blocs_parsers/external_data/sound_velocity.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.validityTime_100us >> res.ext_speedofsound_ms;
19  outBinaryNav.soundVelocity = res;
20  }
21 };
22 } // namespace Parser
23 } // namespace ixblue_stdbin_decoder
boost::optional< SoundVelocity > soundVelocity
Definition: stdbin.h:125
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