![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Message CSV format strings. More...
Collaboration diagram for Message CSV:Topics | |
| Control Message CSV | |
| Control message CSV format strings. | |
| Sensor Message CSV | |
| Sensor message CSV format strings. | |
| State Machine Message CSV | |
| State machine message CSV format strings. | |
| Tractive System Message CSV | |
| Tractive system message CSV format strings. | |
Macros | |
| #define | CSV_PRImsg_header_header "timestamp" |
| CSV header for msg_header. | |
| #define | CSV_PRImsg_header "llu.%06llu" |
| Insert msg_header CSV format string. | |
| #define | CSV_PRImsg_header_arg(data) |
| Insert msg_header arguments to CSV print format. | |
| #define | CSV_PRImsg_2d_data_header(data) |
| CSV header for msg_2d_data. | |
| #define | CSV_PRImsg_2d_data "f,%f" |
| Insert msg_2d_data CSV format string. | |
| #define | CSV_PRImsg_2d_data_arg(data) |
| Insert msg_2d_data arguments to CSV print format. | |
| #define | CSV_PRImsg_3d_data_header(data) |
| CSV header for msg_3d_data. | |
| #define | CSV_PRImsg_3d_data "f,%f,%f" |
| Insert msg_3d_data CSV format string. | |
| #define | CSV_PRImsg_3d_data_arg(data) |
| Insert msg_3d_data arguments to CSV print format. | |
| #define | CSV_PRImsg_4d_data_header(data) |
| CSV header for msg_4d_data. | |
| #define | CSV_PRImsg_4d_data "f,%f,%f,%f" |
| Insert msg_4d_data CSV format string. | |
| #define | CSV_PRImsg_4d_data_arg(data) |
| Insert msg_4d_data arguments to CSV print format. | |
| #define | CSV_PRImsg_4wheel_data_header(data) |
| CSV header for msg_4wheel_data. | |
| #define | CSV_PRImsg_4wheel_data "f,%f,%f,%f" |
| Insert msg_4wheel_data CSV format string. | |
| #define | CSV_PRImsg_4wheel_data_arg(data) |
| Insert msg_4wheel_data arguments to CSV print format. | |
| #define | CSV_PRImsg_4wheel_flags_header(data) |
| CSV header for msg_4wheel_flags. | |
| #define | CSV_PRImsg_4wheel_flags "u,%u,%u,%u" |
| Insert msg_4wheel_flags CSV format string. | |
| #define | CSV_PRImsg_4wheel_flags_arg(data) |
| Insert msg_4wheel_flags arguments to CSV print format. | |
Message CSV format strings.
// msg_if_pri
// msg_if_pri
| #define CSV_PRImsg_2d_data "f,%f" |
#include <nturt/msg/interfaces/common.h>
Insert msg_2d_data CSV format string.
| #define CSV_PRImsg_2d_data_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_2d_data arguments to CSV print format.
| [in] | data | The 2D data. |
| #define CSV_PRImsg_2d_data_header | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
CSV header for msg_2d_data.
| [in] | data | The 2D data. |
| #define CSV_PRImsg_3d_data "f,%f,%f" |
#include <nturt/msg/interfaces/common.h>
Insert msg_3d_data CSV format string.
| #define CSV_PRImsg_3d_data_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_3d_data arguments to CSV print format.
| [in] | data | The 3D data. |
| #define CSV_PRImsg_3d_data_header | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
CSV header for msg_3d_data.
| [in] | data | The 3D data. |
| #define CSV_PRImsg_4d_data "f,%f,%f,%f" |
#include <nturt/msg/interfaces/common.h>
Insert msg_4d_data CSV format string.
| #define CSV_PRImsg_4d_data_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_4d_data arguments to CSV print format.
| [in] | data | The 4D data. |
| #define CSV_PRImsg_4d_data_header | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
CSV header for msg_4d_data.
| [in] | data | The 4D data. |
| #define CSV_PRImsg_4wheel_data "f,%f,%f,%f" |
#include <nturt/msg/interfaces/common.h>
Insert msg_4wheel_data CSV format string.
| #define CSV_PRImsg_4wheel_data_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_4wheel_data arguments to CSV print format.
| [in] | data | The 4-wheel data. |
| #define CSV_PRImsg_4wheel_data_header | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
CSV header for msg_4wheel_data.
| [in] | data | The 4-wheel data. |
| #define CSV_PRImsg_4wheel_flags "u,%u,%u,%u" |
#include <nturt/msg/interfaces/common.h>
Insert msg_4wheel_flags CSV format string.
| #define CSV_PRImsg_4wheel_flags_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_4wheel_flags arguments to CSV print format.
| [in] | data | The 4-wheel flags. |
| #define CSV_PRImsg_4wheel_flags_header | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
CSV header for msg_4wheel_flags.
| [in] | data | The 4-wheel flags. |
| #define CSV_PRImsg_header "llu.%06llu" |
#include <nturt/msg/interfaces/common.h>
Insert msg_header CSV format string.
| #define CSV_PRImsg_header_arg | ( | data | ) |
#include <nturt/msg/interfaces/common.h>
Insert msg_header arguments to CSV print format.
| [in] | data | The message header. |
| #define CSV_PRImsg_header_header "timestamp" |
#include <nturt/msg/interfaces/common.h>
CSV header for msg_header.