#include <led_equipped_entity.h>

Public Types | |
| typedef std::vector< SActuator * > | TList | 
Public Member Functions | |
| SActuator (CLEDEntity &c_led, const CVector3 &c_offset, SAnchor &s_anchor) | |
Public Attributes | |
| CLEDEntity & | LED | 
| CVector3 | Offset | 
| SAnchor & | Anchor | 
Definition at line 46 of file led_equipped_entity.h.
| typedef std::vector<SActuator*> argos::CLEDEquippedEntity::SActuator::TList | 
Definition at line 47 of file led_equipped_entity.h.
| argos::CLEDEquippedEntity::SActuator::SActuator | ( | CLEDEntity & | c_led, | 
| const CVector3 & | c_offset, | ||
| SAnchor & | s_anchor | ||
| ) | 
Definition at line 17 of file led_equipped_entity.cpp.
| SAnchor& argos::CLEDEquippedEntity::SActuator::Anchor | 
Definition at line 51 of file led_equipped_entity.h.
| CLEDEntity& argos::CLEDEquippedEntity::SActuator::LED | 
Definition at line 49 of file led_equipped_entity.h.
| CVector3 argos::CLEDEquippedEntity::SActuator::Offset | 
Definition at line 50 of file led_equipped_entity.h.