#include <ci_proximity_sensor.h>


Public Member Functions | |
| virtual | ~CCI_ProximitySensor () |
| const std::vector< Real > & | GetReadings () const |
Public Member Functions inherited from argos::CCI_Sensor | |
| virtual | ~CCI_Sensor () |
| Class destructor. More... | |
| virtual void | Init (TConfigurationNode &t_node) |
| Initializes the sensor from the XML configuration tree. More... | |
| virtual void | Reset () |
| Resets the sensor to the state it had just after Init(). More... | |
| virtual void | Destroy () |
| Destroys the sensor. More... | |
Public Member Functions inherited from argos::CBaseConfigurableResource | |
| virtual | ~CBaseConfigurableResource () |
| Class destructor. More... | |
Protected Attributes | |
| std::vector< Real > | m_tReadings |
Additional Inherited Members | |
Public Types inherited from argos::CCI_Sensor | |
| typedef std::map< std::string, CCI_Sensor *, std::less< std::string > > | TMap |
Definition at line 18 of file ci_proximity_sensor.h.
|
inlinevirtual |
Definition at line 22 of file ci_proximity_sensor.h.
| const std::vector< Real > & argos::CCI_ProximitySensor::GetReadings | ( | ) | const |
Definition at line 18 of file ci_proximity_sensor.cpp.
|
protected |
Definition at line 34 of file ci_proximity_sensor.h.