ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <ci_light_sensor.h>
Public Member Functions | |
virtual | ~CCI_LightSensor () |
const std::vector< Real > & | GetReadings () const |
Protected Attributes | |
std::vector< Real > | m_tReadings |
Definition at line 17 of file ci_light_sensor.h.
virtual argos::CCI_LightSensor::~CCI_LightSensor | ( | ) | [inline, virtual] |
Definition at line 21 of file ci_light_sensor.h.
const std::vector<Real>& argos::CCI_LightSensor::GetReadings | ( | ) | const [inline] |
Definition at line 23 of file ci_light_sensor.h.
std::vector<Real> argos::CCI_LightSensor::m_tReadings [protected] |
Definition at line 35 of file ci_light_sensor.h.