2
3
4
5
6
7
8
9
14#include "../meta/instances/gimbal_object.h"
16#define GBL_SELF_TYPE GblTask
23typedef int8_t GblPriority;
26
27
28
29
30
31
32
33
34
35
36
41 GBL_RESULT (*pFnPriority)(
GBL_CSELF, GblPriority* pPriority);
45
46
47
48
49
50
51
#define GBL_FORWARD_DECLARE_STRUCT(S)
#define GBL_CLASS_DERIVE(...)
#define GBL_INSTANCE_DERIVE_EMPTY(derived, base)
High-level schedulable concurrently-executing operation.