NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
ctrl.h File Reference

Control message type definitions. More...

+ Include dependency graph for ctrl.h:
+ This graph shows which files directly or indirectly include this file:

Data Structures

struct  msg_ctrl_word
 Inverter control word message. More...
 
struct  msg_ctrl_torque
 Inverter target torque message. More...
 

Macros

#define MSG_CTRL_LIST   msg_ctrl_word, msg_ctrl_torque
 
#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: %" 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 CSV_PRImsg_ctrl_word_header    CSV_PRImsg_header_header "," CSV_PRImsg_4wheel_flags_header(ctrl)
 CSV header for msg_ctrl_word.
 
#define CSV_PRImsg_ctrl_word   CSV_PRImsg_header ",%" CSV_PRImsg_4wheel_flags
 Insert msg_ctrl_word CSV format string.
 
#define CSV_PRImsg_ctrl_word_arg(data)
 Insert msg_ctrl_word arguments to CSV print format.
 
#define CSV_PRImsg_ctrl_torque_header    CSV_PRImsg_header_header "," CSV_PRImsg_4wheel_data_header(torque)
 CSV header for msg_ctrl_torque.
 
#define CSV_PRImsg_ctrl_torque   CSV_PRImsg_header ",%" CSV_PRImsg_4wheel_data
 Insert msg_ctrl_torque CSV format string.
 
#define CSV_PRImsg_ctrl_torque_arg(data)
 Insert msg_ctrl_torque arguments to CSV print format.
 

Detailed Description

Control message type definitions.

Author
quantumspawner
Version
0.0.1
Date
2025-07-13