ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <ci_footbot_base_ground_sensor.h>
Classes | |
struct | SReading |
Public Types | |
typedef std::vector< SReading > | TReadings |
Public Member Functions | |
CCI_FootBotBaseGroundSensor () | |
virtual | ~CCI_FootBotBaseGroundSensor () |
const TReadings & | GetReadings () const |
Protected Attributes | |
TReadings | m_tReadings |
Definition at line 45 of file ci_footbot_base_ground_sensor.h.
typedef std::vector<SReading> argos::CCI_FootBotBaseGroundSensor::TReadings |
Definition at line 62 of file ci_footbot_base_ground_sensor.h.
Definition at line 44 of file ci_footbot_base_ground_sensor.cpp.
virtual argos::CCI_FootBotBaseGroundSensor::~CCI_FootBotBaseGroundSensor | ( | ) | [inline, virtual] |
Definition at line 68 of file ci_footbot_base_ground_sensor.h.
const TReadings& argos::CCI_FootBotBaseGroundSensor::GetReadings | ( | ) | const [inline] |
Definition at line 70 of file ci_footbot_base_ground_sensor.h.
Definition at line 82 of file ci_footbot_base_ground_sensor.h.