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

argos::CGroundSensorEquippedEntity::SSensor Struct Reference

#include <ground_sensor_equipped_entity.h>

Collaboration diagram for argos::CGroundSensorEquippedEntity::SSensor:

Public Types

typedef std::vector< SSensor * > TList
 

Public Member Functions

 SSensor (const CVector2 &c_position, ESensorType e_type, SAnchor &s_anchor)
 

Public Attributes

CVector2 Offset
 
ESensorType Type
 
SAnchorAnchor
 

Detailed Description

Definition at line 32 of file ground_sensor_equipped_entity.h.

Member Typedef Documentation

◆ TList

Constructor & Destructor Documentation

◆ SSensor()

argos::CGroundSensorEquippedEntity::SSensor::SSensor ( const CVector2 c_position,
ESensorType  e_type,
SAnchor s_anchor 
)
inline

Definition at line 39 of file ground_sensor_equipped_entity.h.

Member Data Documentation

◆ Anchor

SAnchor& argos::CGroundSensorEquippedEntity::SSensor::Anchor

Definition at line 37 of file ground_sensor_equipped_entity.h.

◆ Offset

CVector2 argos::CGroundSensorEquippedEntity::SSensor::Offset

Definition at line 35 of file ground_sensor_equipped_entity.h.

◆ Type

ESensorType argos::CGroundSensorEquippedEntity::SSensor::Type

Definition at line 36 of file ground_sensor_equipped_entity.h.