7 #ifndef PROTOTYPE_JOINT_EQUIPPED_ENTITY_H
8 #define PROTOTYPE_JOINT_EQUIPPED_ENTITY_H
11 class CPrototypeJointEquippedEntity;
12 class CPrototypeJointEntity;
15 #include <argos3/core/simulator/entity/composable_entity.h>
16 #include <argos3/plugins/robots/prototype/simulator/prototype_joint_entity.h>
unsigned int UInt32
32-bit unsigned integer.
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
Basic class for an entity that contains other entities.
std::vector< CPrototypeJointEntity * > TVector
virtual void Init(TConfigurationNode &t_tree)
Initializes the state of the entity from the XML configuration tree.
CPrototypeJointEntity & GetJoint(UInt32 un_index)
CPrototypeJointEquippedEntity(CComposableEntity *pc_parent)
CPrototypeJointEntity::TVector & GetJoints()
virtual std::string GetTypeDescription() const
Returns a string label for this class.
virtual ~CPrototypeJointEquippedEntity()