#include <ci_footbot_base_ground_sensor.h>
Classes | |
struct | SReading |
Public Types | |
typedef std::vector< SReading > | TReadings |
Public Types inherited from argos::CCI_Sensor | |
typedef std::map< std::string, CCI_Sensor *, std::less< std::string > > | TMap |
Public Member Functions | |
CCI_FootBotBaseGroundSensor () | |
virtual | ~CCI_FootBotBaseGroundSensor () |
const TReadings & | 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... | |
virtual void | Enable () |
Enables updating of sensor information in the event loop. More... | |
virtual void | Disable () |
Disables updating of sensor information in the event loop. More... | |
bool | IsEnabled () const |
bool | IsDisabled () const |
Public Member Functions inherited from argos::CBaseConfigurableResource | |
virtual | ~CBaseConfigurableResource () |
Class destructor. More... | |
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.
argos::CCI_FootBotBaseGroundSensor::CCI_FootBotBaseGroundSensor | ( | ) |
Definition at line 44 of file ci_footbot_base_ground_sensor.cpp.
|
inlinevirtual |
Definition at line 68 of file ci_footbot_base_ground_sensor.h.
const CCI_FootBotBaseGroundSensor::TReadings & argos::CCI_FootBotBaseGroundSensor::GetReadings | ( | ) | const |
Definition at line 60 of file ci_footbot_base_ground_sensor.cpp.
|
protected |
Definition at line 80 of file ci_footbot_base_ground_sensor.h.