ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <ci_footbot_proximity_sensor.h>
Classes | |
struct | SReading |
Public Types | |
typedef std::vector< SReading > | TReadings |
Public Member Functions | |
CCI_FootBotProximitySensor () | |
Class constructor. | |
virtual | ~CCI_FootBotProximitySensor () |
Class destructor. | |
const TReadings & | GetReadings () const |
Returns the readings of this sensor. | |
Protected Attributes | |
TReadings | m_tReadings |
Definition at line 44 of file ci_footbot_proximity_sensor.h.
typedef std::vector<SReading> argos::CCI_FootBotProximitySensor::TReadings |
Definition at line 61 of file ci_footbot_proximity_sensor.h.
Class constructor.
Definition at line 25 of file ci_footbot_proximity_sensor.cpp.
virtual argos::CCI_FootBotProximitySensor::~CCI_FootBotProximitySensor | ( | ) | [inline, virtual] |
Class destructor.
Definition at line 73 of file ci_footbot_proximity_sensor.h.
const TReadings& argos::CCI_FootBotProximitySensor::GetReadings | ( | ) | const [inline] |
Returns the readings of this sensor.
Definition at line 78 of file ci_footbot_proximity_sensor.h.
Definition at line 90 of file ci_footbot_proximity_sensor.h.