|
blockfactory
0.8
A framework for wrapping algorithms for dataflow programming
|
#include "BlockFactory/Core/BlockInformation.h"#include "mxpp/MxArray.h"#include <simstruc.h>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | blockfactory::mex::impl::SimulinkBlockInformationImpl |
| SimulinkBlockInformationImpl provides mainly interfacing with Simulink APIs. More... | |
Namespaces | |
| blockfactory | |
| blockfactory::mex | |
| blockfactory::mex::impl | |
Typedefs | |
| using | blockfactory::mex::impl::ContiguousInputSignalRawPtr = const void * |
| using | blockfactory::mex::impl::NonContiguousInputSignalRawPtr = InputPtrsType |
| using | blockfactory::mex::impl::ContiguousOutputSignalRawPtr = void * |