![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Message channel data. More...
#include <nturt/msg/msg.h>
Data Fields | |
msg_print_t | |
msg_csv_header_t | csv_header |
msg_csv_write_t | csv_write |
Message channel data.
msg_csv_header_t msg_chan_data::csv_header |
Function to get the CSV header of the message.
msg_csv_write_t msg_chan_data::csv_write |
Function to write the message to a CSV format.
msg_print_t msg_chan_data::print |
Print function for the message.