![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Control message CSV format strings. More...
Macros | |
#define | CSV_PRImsg_ctrl_word_header CSV_PRImsg_header_header "," CSV_PRImsg_4wheel_flags_header(ctrl) |
CSV header for msg_ctrl_word. | |
#define | CSV_PRImsg_ctrl_word CSV_PRImsg_header ",%" CSV_PRImsg_4wheel_flags |
Insert msg_ctrl_word CSV format string. | |
#define | CSV_PRImsg_ctrl_word_arg(data) |
Insert msg_ctrl_word arguments to CSV print format. | |
#define | CSV_PRImsg_ctrl_torque_header CSV_PRImsg_header_header "," CSV_PRImsg_4wheel_data_header(torque) |
CSV header for msg_ctrl_torque. | |
#define | CSV_PRImsg_ctrl_torque CSV_PRImsg_header ",%" CSV_PRImsg_4wheel_data |
Insert msg_ctrl_torque CSV format string. | |
#define | CSV_PRImsg_ctrl_torque_arg(data) |
Insert msg_ctrl_torque arguments to CSV print format. | |
Control message CSV format strings.
// msg_if_pri_ctrl
#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_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.