MCU
Loading...
Searching...
No Matches
lib
mock_interfaces
InverterInterface.h
Go to the documentation of this file.
1
#ifndef INVERTERINTERFACE
2
#define INVERTERINTERFACE
3
struct
InverterCommand
4
{
5
float
torque_setpoint_nm
;
6
float
speed_setpoint_rpm
;
7
};
8
9
#endif
/* INVERTERINTERFACE */
InverterCommand
Definition:
InverterInterface.h:18
InverterCommand::speed_setpoint_rpm
float speed_setpoint_rpm
Definition:
InverterInterface.h:20
InverterCommand::torque_setpoint_nm
float torque_setpoint_nm
Definition:
InverterInterface.h:19
Generated by
1.9.5