35 #ifndef ACADO_TOOLKIT_EXPORT_DATA_DECLARATION_HPP 36 #define ACADO_TOOLKIT_EXPORT_DATA_DECLARATION_HPP 121 const std::string& _realString =
"real_t",
122 const std::string& _intString =
"int",
144 #endif // ACADO_TOOLKIT_EXPORT_DATA_DECLARATION_HPP
Allows to export code containing variable declarations.
virtual ExportStatement * clone() const
Allows to pass back messages to the calling function.
virtual returnValue exportCode(std::ostream &stream, const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16) const
#define CLOSE_NAMESPACE_ACADO
ExportDataDeclaration & operator=(const ExportDataDeclaration &arg)
Defines a scalar-valued index variable to be used for exporting code.
virtual ~ExportDataDeclaration()
Base class for all kind of statements to be exported by the code generation tool. ...
#define BEGIN_NAMESPACE_ACADO
Abstract base class to define variables to be used for exporting code.
Defines a matrix-valued variable to be used for exporting code.