ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
#include <argos3/core/utility/configuration/base_configurable_resource.h>
#include <argos3/core/simulator/simulator.h>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | argos::CVisualization |
Namespaces | |
namespace | argos |
The namespace containing all the ARGoS related code. | |
Defines | |
#define | REGISTER_VISUALIZATION(CLASSNAME,LABEL,AUTHOR,VERSION,BRIEF_DESCRIPTION,LONG_DESCRIPTION,STATUS) |
#define REGISTER_VISUALIZATION | ( | CLASSNAME, | |
LABEL, | |||
AUTHOR, | |||
VERSION, | |||
BRIEF_DESCRIPTION, | |||
LONG_DESCRIPTION, | |||
STATUS | |||
) |
REGISTER_SYMBOL(CVisualization, \ CLASSNAME, \ LABEL, \ AUTHOR, \ VERSION, \ BRIEF_DESCRIPTION, \ LONG_DESCRIPTION, \ STATUS)
Definition at line 66 of file visualization.h.