dsp3000_parser.h
Go to the documentation of this file.
1 
3 #ifndef KVH_DSP3000_PARSER_H
4 #define KVH_DSP3000_PARSER_H
5 
6 #include "kvh/dsp3000_mode.h"
7 
9 {
10  inline ParseDsp3000Data(bool const in_did_parser_succeed, int const in_new_buffer_length, float const in_value,
11  bool const in_is_sensor_data_valid)
12  : did_parser_succeed(in_did_parser_succeed)
13  , new_buffer_length(in_new_buffer_length)
14  , value(in_value)
15  , is_sensor_data_valid(in_is_sensor_data_valid)
16  {
17  }
18 
21  float value;
23 };
24 
25 ParseDsp3000Data parse_dsp3000(char *buffer, int buffer_size);
26 
27 #endif // KVH_DSP3000_PARSER_H
ParseDsp3000Data(bool const in_did_parser_succeed, int const in_new_buffer_length, float const in_value, bool const in_is_sensor_data_valid)
ParseDsp3000Data parse_dsp3000(char *buffer, int buffer_size)
Copyright Autonomous Solutions Inc. 2016.
Definition: dsp3000_parser.h:8


kvh_drivers
Author(s): Jeff Schmidt, Geoffrey Viola
autogenerated on Mon Jun 10 2019 13:45:24