|
ARGoS 3
A parallel, multi-engine simulator for swarm robotics
|
#include "radio_medium.h"#include <argos3/core/simulator/simulator.h>#include <argos3/core/simulator/space/space.h>#include <argos3/core/simulator/space/positional_indices/grid.h>#include <argos3/core/utility/configuration/argos_exception.h>#include <argos3/core/utility/logging/argos_log.h>
Include dependency graph for radio_medium.cpp:Go to the source code of this file.
Namespaces | |
| namespace | argos |
| The namespace containing all the ARGoS related code. | |
Functions | |
| argos::REGISTER_MEDIUM (CRadioMedium, "radio", "Michael Allwright [allsey87@gmail.com]", "1.0", "Enables communication between a radio actuator and radio sensor.", "This medium indexes the radio entities in the space and allows\n" "transmitting radios to find nearby receiving radios.\n\n" "REQUIRED XML CONFIGURATION\n\n" "<radio id=\"radios\" />\n\n" "OPTIONAL XML CONFIGURATION\n\n" "None for the time being\n", "Under development") | |