blockfactory
0.8
A framework for wrapping algorithms for dataflow programming
|
#include <GeneratedCodeWrapper.h>
Public Member Functions | |
GeneratedCodeWrapper (const std::string &modelName={}, const unsigned &numSampleTimes=0) | |
~GeneratedCodeWrapper ()=default | |
bool | initialize () |
bool | step () |
bool | terminate () |
std::string | getErrors () const |
Private Member Functions | |
bool | modelFailed () const |
Private Attributes | |
std::unique_ptr< T > | m_model |
std::string | m_modelName |
unsigned | m_numSampleTimes |
blockfactory::coder::GeneratedCodeWrapper< T >::GeneratedCodeWrapper | ( | const std::string & | modelName = {} , |
const unsigned & | numSampleTimes = 0 |
||
) |
|
default |
std::string blockfactory::coder::GeneratedCodeWrapper< T >::getErrors | ( | ) | const |
bool blockfactory::coder::GeneratedCodeWrapper< T >::initialize | ( | ) |
|
private |
bool blockfactory::coder::GeneratedCodeWrapper< T >::step | ( | ) |
bool blockfactory::coder::GeneratedCodeWrapper< T >::terminate | ( | ) |
|
private |
|
private |
|
private |