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

argos::CCI_EyeBotProximitySensor::SReading Struct Reference

#include <ci_eyebot_proximity_sensor.h>

Collaboration diagram for argos::CCI_EyeBotProximitySensor::SReading:

Public Member Functions

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

Public Attributes

Real Value
 
CRadians Angle
 

Detailed Description

Definition at line 48 of file ci_eyebot_proximity_sensor.h.

Constructor & Destructor Documentation

argos::CCI_EyeBotProximitySensor::SReading::SReading ( )
inline

Definition at line 52 of file ci_eyebot_proximity_sensor.h.

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

Definition at line 55 of file ci_eyebot_proximity_sensor.h.

Member Data Documentation

CRadians argos::CCI_EyeBotProximitySensor::SReading::Angle

Definition at line 50 of file ci_eyebot_proximity_sensor.h.

Real argos::CCI_EyeBotProximitySensor::SReading::Value

Definition at line 49 of file ci_eyebot_proximity_sensor.h.