The DTO of the light sensor. More...
#include <ci_eyebot_light_sensor.h>

Public Member Functions | |
| SReading () | |
| SReading (Real f_value, const CRadians &c_angle) | |
Public Attributes | |
| Real | Value | 
| CRadians | Angle | 
The DTO of the light sensor.
It contains the reading of each sensor and and the angle at which each sensor is placed.
Definition at line 53 of file ci_eyebot_light_sensor.h.
      
  | 
  inline | 
Definition at line 57 of file ci_eyebot_light_sensor.h.
Definition at line 60 of file ci_eyebot_light_sensor.h.
| CRadians argos::CCI_EyeBotLightSensor::SReading::Angle | 
Definition at line 55 of file ci_eyebot_light_sensor.h.
| Real argos::CCI_EyeBotLightSensor::SReading::Value | 
Definition at line 54 of file ci_eyebot_light_sensor.h.