#include <motion-module.h>
Public Member Functions | |
motion_module_parser () | |
std::vector< motion_event > | operator() (const unsigned char *data, const int &data_size) |
rs_motion_data | parse_motion (const unsigned char *data) |
void | parse_timestamp (const unsigned char *data, rs_timestamp_data &) |
Public Attributes | |
std::vector< motion_module_wraparound > | mm_data_wraparound |
Definition at line 152 of file motion-module.h.
|
inline |
Definition at line 154 of file motion-module.h.
std::vector< motion_event > motion_module_parser::operator() | ( | const unsigned char * | data, |
const int & | data_size | ||
) |
Definition at line 283 of file motion-module.cpp.
rs_motion_data motion_module_parser::parse_motion | ( | const unsigned char * | data | ) |
Definition at line 354 of file motion-module.cpp.
void motion_module_parser::parse_timestamp | ( | const unsigned char * | data, |
rs_timestamp_data & | entry | ||
) |
Definition at line 342 of file motion-module.cpp.
std::vector<motion_module_wraparound> rsimpl::motion_module::motion_module_parser::mm_data_wraparound |
Definition at line 162 of file motion-module.h.