|
MCU
|
#include <VectornavInterface.h>

Public Member Functions | |
| VNInterface (message_queue *msg_output_queue) | |
| void | retrieve_velocity_CAN (CAN_message_t &recvd_msg) |
| void | retrieve_linear_accel_CAN (CAN_message_t &recvd_msg) |
| void | retrieve_uncompLinear_accel_CAN (CAN_message_t &recvd_msg) |
| void | retrieve_ypr_CAN (CAN_message_t &recvd_msg) |
| void | retrieve_lat_lon_CAN (CAN_message_t &recvd_msg) |
| void | retrieve_gps_time_CAN (CAN_message_t &recvd_msg) |
| void | retrieve_vn_status_CAN (CAN_message_t &recvd_msg) |
| void | retrieve_vn_ecef_pos_xy_CAN (CAN_message_t &recvd_msg) |
| void | retrieve_vn_ecef_pos_z_CAN (CAN_message_t &recvd_msg) |
| void | receive_ang_rates_CAN (CAN_message_t &recvd_msg) |
| VectornavData_s | get_vn_struct () |
| uint32_t | get_id () |
| VNInterface (message_queue *msg_output_queue) | |
| VectornavData_s | get_vn_struct () |
| uint32_t | get_id () |
Private Attributes | |
| message_queue * | msg_queue_ |
| uint32_t | can_id_ |
| VectornavData_s | vn_data |
Definition at line 8 of file VectornavInterface.h.
|
inline |
Definition at line 17 of file VectornavInterface.h.
|
inline |
Definition at line 16 of file VectornavInterface.h.
|
inline |
Definition at line 38 of file VectornavInterface.h.
|
inline |
Definition at line 24 of file VectornavInterface.h.
| VectornavData_s VNInterface< message_queue >::get_vn_struct | ( | ) |
| VectornavData_s VNInterface< message_queue >::get_vn_struct | ( | ) |
| void VNInterface< message_queue >::receive_ang_rates_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_gps_time_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_lat_lon_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_linear_accel_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_uncompLinear_accel_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_velocity_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_vn_ecef_pos_xy_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_vn_ecef_pos_z_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_vn_status_CAN | ( | CAN_message_t & | recvd_msg | ) |
| void VNInterface< message_queue >::retrieve_ypr_CAN | ( | CAN_message_t & | recvd_msg | ) |
|
private |
Definition at line 13 of file VectornavInterface.h.
|
private |
Definition at line 12 of file VectornavInterface.h.
|
private |
Definition at line 14 of file VectornavInterface.h.