Rumba C++ SDK
Progress.h
Go to the documentation of this file.
1 /*
2 
3  *
4  ***
5  *****
6  ********************* Mercenaries Engineering SARL
7  ***************** Copyright (C) 2019
8  *************
9  ********* http://www.mercenaries-engineering.com
10  ***********
11  **** ****
12  ** **
13 
14 */
15 #pragma once
16 
17 #include <functional>
18 
19 namespace maquina
20 {
21 
22 using ProgressCallback = std::function<bool(float, const char*)>;
23 
24 }
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
std::function< bool(float, const char *)> ProgressCallback
Definition: Progress.h:22