ARGoS  3
A parallel, multi-engine simulator for swarm robotics
core/simulator/query_plugins.h File Reference
#include <argos3/core/utility/plugins/factory.h>
#include <argos3/core/utility/logging/argos_log.h>
#include <map>
#include <vector>
#include <string>
+ Include dependency graph for query_plugins.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  argos::SQueryResultItem

Namespaces

namespace  argos
 

The namespace containing all the ARGoS related code.


Typedefs

typedef std::vector
< SQueryResultItem > 
argos::TQueryResult

Functions

void argos::QueryPlugins (const std::string &str_query)
void argos::QueryShowPluginDescription (const std::string &str_query)
template<class TYPE >
void argos::QuerySearchPlugins (const std::string &str_query, TQueryResult &t_result)
template<class TYPE >
void argos::QueryShowList (const std::string &str_header)