![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Control message printing format strings. More...
Macros | |
#define | PRImsg_ctrl_word PRImsg_header "\n\r\tcontrol word: %" PRImsg_4wheel_flags |
Insert msg_ctrl_word printf format string. | |
#define | PRImsg_ctrl_word_arg(data) |
Insert msg_ctrl_word arguments to printf format. | |
#define | PRImsg_ctrl_torque PRImsg_header "\n\r\ttarget torque: %" PRImsg_4wheel_data |
Insert msg_ctrl_torque printf format string. | |
#define | PRImsg_ctrl_torque_arg(data) |
Insert msg_ctrl_torque arguments to printf format. | |
Control message printing format strings.
#define PRImsg_ctrl_torque PRImsg_header "\n\r\ttarget torque: %" PRImsg_4wheel_data |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_torque printf format string.
#define PRImsg_ctrl_torque_arg | ( | data | ) |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_torque arguments to printf format.
[in] | data | The target torque message data. |
#define PRImsg_ctrl_word PRImsg_header "\n\r\tcontrol word: %" PRImsg_4wheel_flags |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_word printf format string.
#define PRImsg_ctrl_word_arg | ( | data | ) |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_word arguments to printf format.
[in] | data | The control word message data. |