ocra-recipes
Doxygen documentation for the ocra-recipes repository
TestFunction.h
Go to the documentation of this file.
1 
13 #ifndef _OCRABASE_TEST_FUNCTION_H_
14 #define _OCRABASE_TEST_FUNCTION_H_
15 
16 #ifdef WIN32
17 #pragma once
18 #endif
19 
20 #include "ocra/optim/Function.h"
21 
22 namespace ocra
23 {
24 
25 }
26 
27 void exampleFunction();
28 
29 #endif //_OCRABASE_TEST_FUNCTION_H_
30 
31 // cmake:sourcegroup=Function
void exampleFunction()
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization p...
Declaration file of the Function class.