![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Control message printing format strings. More...
Collaboration diagram for Control Message Printing:Macros | |
| #define | PRImsg_ctrl_vehicle_state PRImsg_header "\n\r\tvelocity (m/s): %" PRImsg_2d_data |
| Insert msg_ctrl_vehicle_state printf format string. | |
| #define | PRImsg_ctrl_vehicle_state_arg(data) |
| Insert msg_ctrl_vehicle_state arguments to printf format. | |
| #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 (Nm): %" PRImsg_4wheel_data |
| Insert msg_ctrl_torque printf format string. | |
| #define | PRImsg_ctrl_torque_arg(data) |
| Insert msg_ctrl_torque arguments to printf format. | |
| #define | PRImsg_ctrl_cmd PRImsg_header "\n\r\trtd: %hu, emcy_stop: %hu" |
| Insert msg_ctrl_cmd printf format string. | |
| #define | PRImsg_ctrl_cmd_arg(data) |
| Insert msg_ctrl_cmd arguments to printf format. | |
Control message printing format strings.
| #define PRImsg_ctrl_cmd PRImsg_header "\n\r\trtd: %hu, emcy_stop: %hu" |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_cmd printf format string.
| [in] | data | The control command message data. |
| #define PRImsg_ctrl_cmd_arg | ( | data | ) |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_cmd arguments to printf format.
| [in] | data | The control command message data. |
| #define PRImsg_ctrl_torque PRImsg_header "\n\r\ttarget torque (Nm): %" 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_vehicle_state PRImsg_header "\n\r\tvelocity (m/s): %" PRImsg_2d_data |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_vehicle_state printf format string.
| #define PRImsg_ctrl_vehicle_state_arg | ( | data | ) |
#include <vcu/msg/interfaces/ctrl.h>
Insert msg_ctrl_vehicle_state arguments to printf format.
| [in] | data | The vehicle state 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. |