1#ifndef FANG_ROBOTICS_MCB_TRAP_CONTROL_CHASSIS_POWER_LIMITER_HPP
2#define FANG_ROBOTICS_MCB_TRAP_CONTROL_CHASSIS_POWER_LIMITER_HPP
52 Joules getEnergyBuffer()
const;
55 const Joules m_startingEnergyBuffer;
56 const Joules m_energyBufferLimitThreshold;
57 const Joules m_energyBufferCritThreshold;
Definition ref_serial.hpp:63
Definition power_limiter.hpp:10
void update() override
Definition power_limiter.cpp:60
void initialize() override
Definition power_limiter.cpp:56
double getPowerLimitRatio() const override
Definition power_limiter.cpp:16
Definition pwm_info.hpp:4
Definition power_limiter.cpp:7
Definition power_limiter.hpp:19
Joules energyBufferCritThreshold
Definition power_limiter.hpp:22
Joules energyBufferLimitThreshold
Definition power_limiter.hpp:21
Joules startingEnergyBuffer
Definition power_limiter.hpp:20
units::energy::joule_t Joules
Definition units_alias.hpp:35