7 #ifndef CCI_BATTERY_SENSOR_H
8 #define CCI_BATTERY_SENSOR_H
11 class CCI_BatterySensor;
14 #include <argos3/core/control_interface/ci_sensor.h>
41 virtual void CreateLuaState(lua_State* pt_lua_state);
43 virtual void ReadingsToLuaState(lua_State* pt_lua_state);
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
The basic interface for all sensors.
const SReading & GetReading() const
virtual ~CCI_BatterySensor()
Real AvailableCharge
Available charge, between 0 and 1.
Real TimeLeft
Time left in seconds.