7 #ifndef CCI_PROXIMITY_SENSOR_H
8 #define CCI_PROXIMITY_SENSOR_H
11 class CCI_ProximitySensor;
14 #include <argos3/core/control_interface/ci_sensor.h>
27 virtual void CreateLuaState(lua_State* pt_lua_state);
29 virtual void ReadingsToLuaState(lua_State* pt_lua_state);
The namespace containing all the ARGoS related code.
The basic interface for all sensors.
virtual ~CCI_ProximitySensor()
std::vector< Real > m_tReadings
const std::vector< Real > & GetReadings() const