![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Control message CSV format strings. More...
Collaboration diagram for Control Message CSV:Control message CSV format strings.
// msg_if_pri_ctrl
| #define CSV_PRImsg_ctrl_cmd CSV_PRImsg_header ",%hu,%hu" |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_cmd CSV format string.
| #define CSV_PRImsg_ctrl_cmd_arg | ( | data | ) |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_cmd arguments to CSV print format.
| [in] | data | The control command message data. |
| #define CSV_PRImsg_ctrl_cmd_header CSV_PRImsg_header_header ",rtd,emcy_stop" |
#include <vcu/msg/interfaces/ctrl.h>
CSV header for msg_ctrl_cmd.
| #define CSV_PRImsg_ctrl_torque CSV_PRImsg_header ",%" CSV_PRImsg_4wheel_data |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_torque CSV format string.
| #define CSV_PRImsg_ctrl_torque_arg | ( | data | ) |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_torque arguments to CSV print format.
| [in] | data | The target torque message data. |
| #define CSV_PRImsg_ctrl_torque_header CSV_PRImsg_header_header "," CSV_PRImsg_4wheel_data_header(torque) |
#include <vcu/msg/interfaces/ctrl.h>
CSV header for msg_ctrl_torque.
| #define CSV_PRImsg_ctrl_vehicle_state CSV_PRImsg_header ",%" CSV_PRImsg_2d_data |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_vehicle_state CSV format string.
| #define CSV_PRImsg_ctrl_vehicle_state_arg | ( | data | ) |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_vehicle_state arguments to CSV print format.
| [in] | data | The vehicle state message data. |
| #define CSV_PRImsg_ctrl_vehicle_state_header CSV_PRImsg_header_header "," CSV_PRImsg_2d_data_header(velocity) |
#include <vcu/msg/interfaces/ctrl.h>
CSV header for msg_ctrl_vehicle_state.
| #define CSV_PRImsg_ctrl_word CSV_PRImsg_header ",%" CSV_PRImsg_4wheel_flags |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_word CSV format string.
| #define CSV_PRImsg_ctrl_word_arg | ( | data | ) |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_word arguments to CSV print format.
| [in] | data | The control word message data. |
| #define CSV_PRImsg_ctrl_word_header CSV_PRImsg_header_header "," CSV_PRImsg_4wheel_flags_header(ctrl) |
#include <vcu/msg/interfaces/ctrl.h>
CSV header for msg_ctrl_word.