Taskolib  1.3.3
taskolib.h
Go to the documentation of this file.
1 
23 // SPDX-License-Identifier: LGPL-2.1-or-later
24 
25 #ifndef TASKOLIB_TASKOLIB_H_
26 #define TASKOLIB_TASKOLIB_H_
27 
28 #include "taskolib/Context.h"
29 #include "taskolib/exceptions.h"
31 #include "taskolib/Executor.h"
32 #include "taskolib/Sequence.h"
34 #include "taskolib/Step.h"
35 #include "taskolib/Tag.h"
36 #include "taskolib/time_types.h"
37 #include "taskolib/Timeout.h"
38 #include "taskolib/VariableName.h"
39 
41 namespace task { }
42 
43 #endif
Declaration of the Context and VariableValue types.
Declaration of the Executor class.
Manage and control sequences.
A sequence of Steps.
Declaration of the Step class.
Declaration of the Tag class.
Declaration of the Timeout class.
Declaration of the VariableName class and of an associated specialization of std::hash.
Definition of the Error exception class.
Declaration of execute_lua_script() and load_lua_script().
Namespace task contains all Taskolib functions and classes.
Definition: CommChannel.h:33
Declaration of time-related types.