|
Paparazzi UAS
v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for xsens_parser.c:Go to the source code of this file.
Functions | |
| void | xsens_parser_func (struct XsensParser *xsens, uint8_t c) |
| void | xsens_parser_event (struct XsensParser *xsensparser) |
Variables | |
| uint8_t | send_ck |
| void xsens_parser_event | ( | struct XsensParser * | xsensparser | ) |
Definition at line 35 of file xsens_parser.c.
References dev, XsensParser::msg_received, and xsens_parser_func().
Referenced by imu_xsens_event(), ins_xsens700_event(), and ins_xsens_event().
Here is the call graph for this function:
Here is the caller graph for this function:| void xsens_parser_func | ( | struct XsensParser * | xsens, |
| uint8_t | c | ||
| ) |
Definition at line 45 of file xsens_parser.c.
References XsensParser::ck, GOT_BID, GOT_DATA, GOT_LEN, GOT_MID, GOT_START, XsensParser::id, XsensParser::len, XsensParser::msg_buf, XsensParser::msg_idx, XsensParser::msg_received, XsensParser::status, TRUE, UNINIT, and XSENS_MAX_PAYLOAD.
Referenced by xsens_parser_event().
Here is the caller graph for this function:| uint8_t send_ck |
Definition at line 31 of file xsens_parser.c.