ARGoS 3
A parallel, multi-engine simulator for swarm robotics
wifi_equipped_entity.cpp
Go to the documentation of this file.
1
8#include <argos3/core/simulator/space/space.h>
9
10namespace argos {
11
12 /****************************************/
13 /****************************************/
14
19
20 /****************************************/
21 /****************************************/
22
24 const std::string& str_id) :
25 CEntity(pc_parent, str_id) {
26 Disable();
27 }
28
29 /****************************************/
30 /****************************************/
31
33
34 /****************************************/
35 /****************************************/
36
37}
#define REGISTER_STANDARD_SPACE_OPERATIONS_ON_ENTITY(ENTITY)
Definition space.h:564
The namespace containing all the ARGoS related code.
Definition ci_actuator.h:12
Basic class for an entity that contains other entities.
The basic entity type.
Definition entity.h:90
void Disable()
Disables the entity.
Definition entity.h:275
CWiFiEquippedEntity(CComposableEntity *pc_parent)