6 #ifndef CCI_GROUND_SENSOR_H 
    7 #define CCI_GROUND_SENSOR_H 
   10    class CCI_GroundSensor;
 
   13 #include <argos3/core/control_interface/ci_sensor.h> 
   26       virtual void CreateLuaState(lua_State* pt_lua_state);
 
   28       virtual void ReadingsToLuaState(lua_State* pt_lua_state);
 
The namespace containing all the ARGoS related code.
The basic interface for all sensors.
std::vector< Real > m_tReadings
virtual ~CCI_GroundSensor()
const std::vector< Real > & GetReadings() const