Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a02602.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/a02602.php on line 2
The ARGoS Website

argos::CCI_FootBotLightSensor::SReading Struct Reference

The DTO of the light sensor. More...

#include <ci_footbot_light_sensor.h>

Collaboration diagram for argos::CCI_FootBotLightSensor::SReading:

Public Member Functions

 SReading ()
 
 SReading (Real f_value, const CRadians &c_angle)
 

Public Attributes

Real Value
 
CRadians Angle
 

Detailed Description

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_footbot_light_sensor.h.

Constructor & Destructor Documentation

◆ SReading() [1/2]

argos::CCI_FootBotLightSensor::SReading::SReading ( )
inline

Definition at line 57 of file ci_footbot_light_sensor.h.

◆ SReading() [2/2]

argos::CCI_FootBotLightSensor::SReading::SReading ( Real  f_value,
const CRadians c_angle 
)
inline

Definition at line 60 of file ci_footbot_light_sensor.h.

Member Data Documentation

◆ Angle

CRadians argos::CCI_FootBotLightSensor::SReading::Angle

Definition at line 55 of file ci_footbot_light_sensor.h.

◆ Value

Real argos::CCI_FootBotLightSensor::SReading::Value

Definition at line 54 of file ci_footbot_light_sensor.h.