3mxl log entry More...
#include <CDxlGeneric.h>
Public Attributes | |
float | actual |
Actual value (mode dependent) | |
float | current |
Current in [A]. | |
float | desired |
Reference value (mode dependent) | |
float | pwm |
PWM duty cycle, between -1 and 1. | |
uint16_t | time |
Time since start of logging. | |
float | voltage |
Bus voltage in [V]. |
3mxl log entry
Definition at line 23 of file CDxlGeneric.h.
float __attribute__::actual |
Actual value (mode dependent)
Definition at line 26 of file CDxlGeneric.h.
float __attribute__::current |
Current in [A].
Definition at line 26 of file CDxlGeneric.h.
float __attribute__::desired |
Reference value (mode dependent)
Definition at line 26 of file CDxlGeneric.h.
float __attribute__::pwm |
PWM duty cycle, between -1 and 1.
Definition at line 26 of file CDxlGeneric.h.
uint16_t __attribute__::time |
Time since start of logging.
Definition at line 25 of file CDxlGeneric.h.
float __attribute__::voltage |
Bus voltage in [V].
Definition at line 26 of file CDxlGeneric.h.