#include <ci_footbot_turret_encoder_sensor.h>
Public Member Functions | |
virtual | ~CCI_FootBotTurretEncoderSensor () |
const CRadians & | GetRotation () 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... | |
Static Public Attributes | |
static const CRange< CRadians > | ANGULAR_RANGE |
Protected Attributes | |
CRadians | m_cRotation |
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 25 of file ci_footbot_turret_encoder_sensor.h.
|
inlinevirtual |
Definition at line 33 of file ci_footbot_turret_encoder_sensor.h.
const CRadians & argos::CCI_FootBotTurretEncoderSensor::GetRotation | ( | ) | const |
Definition at line 23 of file ci_footbot_turret_encoder_sensor.cpp.
Definition at line 29 of file ci_footbot_turret_encoder_sensor.h.
|
protected |
Definition at line 45 of file ci_footbot_turret_encoder_sensor.h.