![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Message printing format strings. More...
Collaboration diagram for Message Printing:Topics | |
| Control Message Printing | |
| Control message printing format strings. | |
| Sensor Message Printing | |
| Sensor message printing format strings. | |
| State Machine Message Printing | |
| State machine message printing format strings. | |
| Tractive System Message Printing | |
| Tractive system message printing format strings. | |
Macros | |
| #define | PRImsg_header "s%llu.%06llu s" |
| Insert msg_header format string. | |
| #define | PRImsg_header_arg(data) |
| Insert msg_header arguments to print format. | |
| #define | PRImsg_2d_data "s(%g, %g)" |
| Insert msg_2d_data format string. | |
| #define | PRImsg_2d_data_arg(data) |
| Insert msg_2d_data arguments to print format. | |
| #define | PRImsg_3d_data "s(%g, %g, %g)" |
| Insert msg_3d_data format string. | |
| #define | PRImsg_3d_data_arg(data) |
| Insert msg_3d_data arguments to print format. | |
| #define | PRImsg_4d_data "s(%g, %g, %g, %g)" |
| Insert msg_4d_data format string. | |
| #define | PRImsg_4d_data_arg(data) |
| Insert msg_4d_data arguments to print format. | |
| #define | PRImsg_4wheel_data "s(%g, %g, %g, %g)" |
| Insert msg_4wheel_data format string. | |
| #define | PRImsg_4wheel_data_arg(data) |
| Insert msg_4wheel_data arguments to print format. | |
| #define | PRImsg_4wheel_flags "s(0x%X, 0x%X, 0x%X, 0x%X)" |
| Insert msg_4wheel_flags format string. | |
| #define | PRImsg_4wheel_flags_arg(data) |
| Insert msg_4wheel_flags arguments to print format. | |
Message printing format strings.
| #define PRImsg_2d_data "s(%g, %g)" |
#include <nturt/msg/interfaces/common.h>
Insert msg_2d_data format string.
| #define PRImsg_2d_data_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_2d_data arguments to print format.
| [in] | data | The 2D data. |
| #define PRImsg_3d_data "s(%g, %g, %g)" |
#include <nturt/msg/interfaces/common.h>
Insert msg_3d_data format string.
| #define PRImsg_3d_data_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_3d_data arguments to print format.
| [in] | data | The 3D data. |
| #define PRImsg_4d_data "s(%g, %g, %g, %g)" |
#include <nturt/msg/interfaces/common.h>
Insert msg_4d_data format string.
| #define PRImsg_4d_data_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_4d_data arguments to print format.
| #define PRImsg_4wheel_data "s(%g, %g, %g, %g)" |
#include <nturt/msg/interfaces/common.h>
Insert msg_4wheel_data format string.
| #define PRImsg_4wheel_data_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_4wheel_data arguments to print format.
| [in] | data | The 4-wheel data. |
| #define PRImsg_4wheel_flags "s(0x%X, 0x%X, 0x%X, 0x%X)" |
#include <nturt/msg/interfaces/common.h>
Insert msg_4wheel_flags format string.
| #define PRImsg_4wheel_flags_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_4wheel_flags arguments to print format.
| [in] | data | The 4-wheel flags. |
| #define PRImsg_header "s%llu.%06llu s" |
#include <nturt/msg/interfaces/common.h>
Insert msg_header format string.
| #define PRImsg_header_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_header arguments to print format.
| [in] | data | The message header. |