7 #ifndef RADIOS_DEFAULT_ACTUATOR_H
8 #define RADIOS_DEFAULT_ACTUATOR_H
11 class CRadiosDefaultActuator;
14 #include <argos3/core/simulator/actuator.h>
15 #include <argos3/plugins/robots/generic/control_interface/ci_radios_actuator.h>
16 #include <argos3/plugins/simulator/entities/radio_equipped_entity.h>
17 #include <argos3/plugins/simulator/media/radio_medium.h>
46 const std::vector<CByteArray>& c_tx_data);
53 const std::vector<CByteArray>& m_cTxData;
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
The basic interface for a simulated actuator.
Basic class for an entity that contains other entities.
A data structure that contains positional entities.
virtual void SetRobot(CComposableEntity &c_entity)
Sets the entity associated to this actuator.
virtual void Init(TConfigurationNode &t_tree)
Initializes the actuator from the XML configuration tree.
virtual ~CRadiosDefaultActuator()
virtual void Update()
Updates the state of the entity associated to this actuator.
virtual void Reset()
Resets the actuator to the state it had just after Init().
A container of CRadioEntity.