9 #include <argos3/core/simulator/medium/medium.h>
10 #include <argos3/core/simulator/space/positional_indices/positional_index.h>
11 #include <argos3/plugins/simulator/entities/led_entity.h>
52 return *m_pcLEDEntityIndex;
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
A data structure that contains positional entities.
virtual void Reset()
Resets the resource.
CPositionalIndex< CLEDEntity > & GetIndex()
Returns the LED positional index.
virtual ~CLEDMedium()
Class destructor.
virtual void Init(TConfigurationNode &t_tree)
Initialized the medium.
virtual void Update()
Updates the state of this medium.
virtual void PostSpaceInit()
Executes extra initialization activities after the space has been initialized.
void RemoveEntity(CLEDEntity &c_entity)
Removes the specified entity from the list of managed entities.
CLEDMedium()
Class constructor.
void AddEntity(CLEDEntity &c_entity)
Adds the specified entity to the list of managed entities.
virtual void Destroy()
Undoes whatever was done by Init().