Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00790.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00790.php on line 2
The ARGoS Website

directional_led_medium.cpp File Reference
#include "directional_led_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 directional_led_medium.cpp:

Go to the source code of this file.

Namespaces

 argos
 The namespace containing all the ARGoS related code.
 

Functions

 argos::REGISTER_MEDIUM (CDirectionalLEDMedium,"directional_led","Michael Allwright [allsey87@gmail.com]","1.0","Manages directional LED entities.","This medium is required to manage the directional LED entities, so that\n""the associated camera sensors can find them. If you use a camera sensor,\n""you must add this medium the sensors XML configuration.\n\n""REQUIRED XML CONFIGURATION\n\n""<directional_led id=\"led\" />\n\n""OPTIONAL XML CONFIGURATION\n\n""None for the time being\n","Under development")