48 const std::string& _commonHeaderName,
49 const std::string& _realString,
50 const std::string& _intString,
52 const std::string& _commentString
55 setup( _fileName,_commonHeaderName,_realString,_intString,_precision,_commentString );
63 const std::string& _commonHeaderName,
64 const std::string& _realString,
65 const std::string& _intString,
67 const std::string& _commentString
86 if (stream.good() ==
false)
Allows to pass back messages to the calling function.
returnValue acadoPrintAutoGenerationNotice(std::ofstream &stream, const std::string &commentString)
#define CLOSE_NAMESPACE_ACADO
virtual returnValue exportCode(std::ostream &stream, const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16) const
virtual returnValue setup(const std::string &_fileName, const std::string &_commonHeaderName="", const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16, const std::string &_commentString=std::string())
std::string commonHeaderName
#define BEGIN_NAMESPACE_ACADO
std::string commentString
Allows to export code for a block of statements.
virtual returnValue exportCode() const
#define ACADOERROR(retval)