ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <ci_footbot_motor_ground_sensor.h>
Classes | |
struct | SReading |
Public Types | |
typedef std::vector< SReading > | TReadings |
Public Member Functions | |
CCI_FootBotMotorGroundSensor () | |
virtual | ~CCI_FootBotMotorGroundSensor () |
const TReadings & | GetReadings () const |
Protected Attributes | |
TReadings | m_tReadings |
Definition at line 46 of file ci_footbot_motor_ground_sensor.h.
typedef std::vector<SReading> argos::CCI_FootBotMotorGroundSensor::TReadings |
Definition at line 63 of file ci_footbot_motor_ground_sensor.h.
Definition at line 19 of file ci_footbot_motor_ground_sensor.cpp.
virtual argos::CCI_FootBotMotorGroundSensor::~CCI_FootBotMotorGroundSensor | ( | ) | [inline, virtual] |
Definition at line 69 of file ci_footbot_motor_ground_sensor.h.
const TReadings& argos::CCI_FootBotMotorGroundSensor::GetReadings | ( | ) | const [inline] |
Definition at line 71 of file ci_footbot_motor_ground_sensor.h.
Definition at line 83 of file ci_footbot_motor_ground_sensor.h.