ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <ci_range_and_bearing_sensor.h>
Classes | |
struct | SPacket |
Public Types | |
typedef std::vector< SPacket > | TReadings |
Public Member Functions | |
virtual | ~CCI_RangeAndBearingSensor () |
const TReadings & | GetReadings () const |
Protected Attributes | |
TReadings | m_tReadings |
Definition at line 24 of file ci_range_and_bearing_sensor.h.
typedef std::vector<SPacket> argos::CCI_RangeAndBearingSensor::TReadings |
Definition at line 37 of file ci_range_and_bearing_sensor.h.
virtual argos::CCI_RangeAndBearingSensor::~CCI_RangeAndBearingSensor | ( | ) | [inline, virtual] |
Definition at line 41 of file ci_range_and_bearing_sensor.h.
const TReadings& argos::CCI_RangeAndBearingSensor::GetReadings | ( | ) | const [inline] |
Definition at line 43 of file ci_range_and_bearing_sensor.h.
Definition at line 55 of file ci_range_and_bearing_sensor.h.