|
C++ YASMIN (Yet Another State MachINe)
|
#include <chrono>#include <gtest/gtest.h>#include <iostream>#include <memory>#include <string>#include <thread>#include "yasmin/blackboard/blackboard.hpp"#include "yasmin/concurrence.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 | TestConcurrence |
Functions | |
| TEST_F (TestConcurrence, TestCall) | |
| TEST_F (TestConcurrence, TestCancel) | |
| TEST_F (TestConcurrence, TestStr) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| TEST_F | ( | TestConcurrence | , |
| TestCall | ) |
| TEST_F | ( | TestConcurrence | , |
| TestCancel | ) |
| TEST_F | ( | TestConcurrence | , |
| TestStr | ) |