|
C++ YASMIN (Yet Another State MachINe)
|
#include <gtest/gtest.h>#include <memory>#include <set>#include <string>#include "yasmin/blackboard/blackboard.hpp"#include "yasmin/state.hpp"
Classes | |
| class | FooState |
| Represents the "Foo" state in the state machine. More... | |
| class | BarState |
| Represents the "Bar" state in the state machine. More... | |
| class | TestState |
Functions | |
| TEST_F (TestState, TestCall) | |
| TEST_F (TestState, TestCancel) | |
| TEST_F (TestState, TestGetOutcomes) | |
| TEST_F (TestState, TestStr) | |
| TEST_F (TestState, TestInitException) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| TEST_F | ( | TestState | , |
| TestCall | ) |
| TEST_F | ( | TestState | , |
| TestCancel | ) |
| TEST_F | ( | TestState | , |
| TestGetOutcomes | ) |
| TEST_F | ( | TestState | , |
| TestInitException | ) |
| TEST_F | ( | TestState | , |
| TestStr | ) |