rusEFI
The most advanced open source ECU
|
#include <lua_pid.h>
Public Member Functions | |
LuaPid ()=default | |
LuaPid (float kp, float ki, float kd, float min, float max) | |
float | get (float target, float input) |
void | setOffset (float offset) |
void | reset () |
Private Attributes | |
Pid | m_pid |
Timer | m_lastUpdate |
pid_s | m_params |
|
default |
Definition at line 27 of file lua_pid.h.
Referenced by configureRusefiLuaHooks().
|
inline |
Definition at line 43 of file lua_pid.h.
Referenced by configureRusefiLuaHooks(), and setOffset().
|
inline |
Definition at line 38 of file lua_pid.h.
Referenced by configureRusefiLuaHooks().
|
private |
|
private |
Definition at line 50 of file lua_pid.h.
Referenced by LuaPid(), and setOffset().
|
private |