|
GAMS
1.2.2
|
#include <string>#include <vector>#include <map>#include "gams/GamsExport.h"#include "madara/knowledge/containers/Integer.h"#include "madara/knowledge/KnowledgeBase.h"#include "Agent.h"Go to the source code of this file.
Classes | |
| class | gams::variables::AlgorithmStatus |
| A container for algorithm status information. More... | |
Namespaces | |
| gams | |
| Contains all GAMS-related tools, classes and code. | |
| gams::variables | |
| Provides MADARA containers for GAMS-related entities and information. | |
Typedefs | |
| typedef AlgorithmStatus | gams::variables::Algorithm |
| deprecated typedef. Please use AlgorithmStatus instead. More... | |
| typedef std::vector< std::string > | gams::variables::AlgorithmNames |
| a list of sensor names More... | |
| typedef std::map< std::string, AlgorithmStatus > | gams::variables::Algorithms |
| a map of sensor names to the sensor information More... | |
| typedef Algorithms | gams::variables::AlgorithmStatuses |
| a typedef for convenience and legibility More... | |