Public Member Functions | Private Attributes

A class for generating some helper functions. More...

#include <export_auxiliary_functions.hpp>

List of all members.

Public Member Functions

returnValue configure ()
 ExportAuxiliaryFunctions (const std::string &_headerFileName, const std::string &_sourceFileName, const std::string &_moduleName="acado", const std::string &_commonHeaderName="", const std::string &_realString="double", const std::string &_intString="int", int _precision=16, const std::string &_commentString=std::string())
returnValue exportCode ()
virtual ~ExportAuxiliaryFunctions ()

Private Attributes

ExportTemplatedFile header
std::string moduleName
ExportTemplatedFile source

Detailed Description

A class for generating some helper functions.

Author:
Milan Vukov

Definition at line 46 of file export_auxiliary_functions.hpp.


Constructor & Destructor Documentation

BEGIN_NAMESPACE_ACADO ExportAuxiliaryFunctions::ExportAuxiliaryFunctions ( const std::string &  _headerFileName,
const std::string &  _sourceFileName,
const std::string &  _moduleName = "acado",
const std::string &  _commonHeaderName = "",
const std::string &  _realString = "double",
const std::string &  _intString = "int",
int  _precision = 16,
const std::string &  _commentString = std::string() 
)

Default constructor.

Parameters:
[in]_moduleNameModule name for customization.
[in]_commonHeaderNameName of common header file to be included.
[in]_realStringstd::string to be used to declare real variables.
[in]_intStringstd::string to be used to declare integer variables.
[in]_precisionNumber of digits to be used for exporting real values.
[in]_commentStringstd::string to be used for exporting comments.
Returns:
SUCCESSFUL_RETURN

Definition at line 40 of file export_auxiliary_functions.cpp.

Destructor.

Definition at line 72 of file export_auxiliary_functions.hpp.


Member Function Documentation

Configure the template

Returns:
SUCCESSFUL_RETURN

Definition at line 55 of file export_auxiliary_functions.cpp.

Export the interface.

Definition at line 75 of file export_auxiliary_functions.cpp.


Member Data Documentation

Definition at line 87 of file export_auxiliary_functions.hpp.

std::string ExportAuxiliaryFunctions::moduleName [private]

Definition at line 88 of file export_auxiliary_functions.hpp.

Definition at line 86 of file export_auxiliary_functions.hpp.


The documentation for this class was generated from the following files:


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Thu Aug 27 2015 12:01:38