|
C++ YASMIN (Yet Another State MachINe)
|
#include <atomic>#include <memory>#include <set>#include <string>#include <vector>#include "yasmin/blackboard/blackboard.hpp"#include "yasmin/logs.hpp"

Go to the source code of this file.
Classes | |
| class | yasmin::State |
| Represents a state in a state machine. More... | |
Namespaces | |
| namespace | yasmin |
Enumerations | |
| enum class | yasmin::StateStatus { yasmin::IDLE , yasmin::RUNNING , yasmin::CANCELED , yasmin::COMPLETED } |
| Enumeration representing the current status of a state. More... | |