|
blockfactory
0.8
A framework for wrapping algorithms for dataflow programming
|
#include "BlockFactory/Core/Port.h"#include <memory>#include <string>#include <tuple>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | blockfactory::core::BlockInformation |
| Abstract class for storing generic core::Block properties. More... | |
Namespaces | |
| blockfactory | |
| blockfactory::core | |
Typedefs | |
| using | blockfactory::core::InputPortsInfo = std::vector< Port::Info > |
| using | blockfactory::core::OutputPortsInfo = std::vector< Port::Info > |
| using | blockfactory::core::InputSignalPtr = std::shared_ptr< const blockfactory::core::Signal > |
| using | blockfactory::core::OutputSignalPtr = std::shared_ptr< blockfactory::core::Signal > |
Variables | |
| const std::string | blockfactory::core::BlockOptionPrioritizeOrder = "wbt.BlockOptionPrioritizeOrder" |