![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Accumulator message. More...
#include <nturt/msg/interfaces/tractive.h>
Data Fields | |
struct msg_header | header |
bool | ok |
float | volt |
float | current |
float | temp |
int | soc |
float | capacity |
Accumulator message.
// msg_if_csv_tractive
float msg_ts_acc::capacity |
Accumulator capacity. Unit: mAh.
float msg_ts_acc::current |
Accumulator current. Unit: A.
struct msg_header msg_ts_acc::header |
Message header.
bool msg_ts_acc::ok |
Accumulator status.
int msg_ts_acc::soc |
Accumulator state of charge (SOC). Unit: %.
float msg_ts_acc::temp |
Accumulator temperature. Unit: °C.
float msg_ts_acc::volt |
Accumulator voltage. Unit: V.