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