![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Tractive system message printing format strings. More...
Collaboration diagram for Tractive System Message Printing:Macros | |
| #define | PRImsg_ts_acc |
| Insert msg_ts_acc printf format string. | |
| #define | PRImsg_ts_acc_arg(data) |
| Insert msg_ts_acc arguments to printf format. | |
| #define | PRImsg_ts_inv |
| Insert msg_ts_inv printf format string. | |
| #define | PRImsg_ts_inv_arg(data) |
| Insert msg_ts_inv arguments to printf format. | |
Tractive system message printing format strings.
| #define PRImsg_ts_acc |
#include <nturt/msg/interfaces/tractive.h>
Insert msg_ts_acc printf format string.
| #define PRImsg_ts_acc_arg | ( | data | ) |
#include <nturt/msg/interfaces/tractive.h>
Insert msg_ts_acc arguments to printf format.
| [in] | data | The accumulator message data. |
| #define PRImsg_ts_inv |
#include <nturt/msg/interfaces/tractive.h>
Insert msg_ts_inv printf format string.
| #define PRImsg_ts_inv_arg | ( | data | ) |
#include <nturt/msg/interfaces/tractive.h>
Insert msg_ts_inv arguments to printf format.
| [in] | data | The inverter message data. |