Copyright Autonomous Solutions Inc. 2016. More...
#include <dsp3000_parser.h>
Public Member Functions | |
ParseDsp3000Data (bool const in_did_parser_succeed, int const in_new_buffer_length, float const in_value, bool const in_is_sensor_data_valid) | |
Public Attributes | |
bool | did_parser_succeed |
bool | is_sensor_data_valid |
int | new_buffer_length |
float | value |
Copyright Autonomous Solutions Inc. 2016.
Definition at line 8 of file dsp3000_parser.h.
|
inline |
Definition at line 10 of file dsp3000_parser.h.
bool ParseDsp3000Data::did_parser_succeed |
Definition at line 19 of file dsp3000_parser.h.
bool ParseDsp3000Data::is_sensor_data_valid |
Definition at line 22 of file dsp3000_parser.h.
int ParseDsp3000Data::new_buffer_length |
Definition at line 20 of file dsp3000_parser.h.
float ParseDsp3000Data::value |
Definition at line 21 of file dsp3000_parser.h.