Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a02606.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a02606.php on line 2
The ARGoS Website

argos::CCI_FootBotMotorGroundSensor Class Reference

#include <ci_footbot_motor_ground_sensor.h>

Inheritance diagram for argos::CCI_FootBotMotorGroundSensor:
Collaboration diagram for argos::CCI_FootBotMotorGroundSensor:

Classes

struct  SReading
 

Public Types

typedef std::vector< SReadingTReadings
 
- Public Types inherited from argos::CCI_Sensor
typedef std::map< std::string, CCI_Sensor *, std::less< std::string > > TMap
 

Public Member Functions

 CCI_FootBotMotorGroundSensor ()
 
virtual ~CCI_FootBotMotorGroundSensor ()
 
const TReadingsGetReadings () 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

TReadings m_tReadings
 

Detailed Description

Definition at line 46 of file ci_footbot_motor_ground_sensor.h.

Member Typedef Documentation

◆ TReadings

Constructor & Destructor Documentation

◆ CCI_FootBotMotorGroundSensor()

argos::CCI_FootBotMotorGroundSensor::CCI_FootBotMotorGroundSensor ( )

Definition at line 19 of file ci_footbot_motor_ground_sensor.cpp.

◆ ~CCI_FootBotMotorGroundSensor()

virtual argos::CCI_FootBotMotorGroundSensor::~CCI_FootBotMotorGroundSensor ( )
inlinevirtual

Definition at line 69 of file ci_footbot_motor_ground_sensor.h.

Member Function Documentation

◆ GetReadings()

const CCI_FootBotMotorGroundSensor::TReadings & argos::CCI_FootBotMotorGroundSensor::GetReadings ( ) const

Definition at line 31 of file ci_footbot_motor_ground_sensor.cpp.

Member Data Documentation

◆ m_tReadings

TReadings argos::CCI_FootBotMotorGroundSensor::m_tReadings
protected

Definition at line 81 of file ci_footbot_motor_ground_sensor.h.