We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bc7ef commit 4557854Copy full SHA for 4557854
src/CollectionInspectionAPITypes.h
@@ -23,7 +23,7 @@ struct ExpressionNode;
23
static constexpr uint32_t MAX_NUMBER_OF_ACTIVE_CONDITION = 256; /**< More active conditions will be ignored */
24
static constexpr uint32_t ALL_CONDITIONS = 0xFFFFFFFF;
25
static constexpr uint32_t MAX_EQUATION_DEPTH =
26
- 10; /**< If the AST of the expression is deeper than this value the equation is not accepted */
+ 50; /**< If the AST of the expression is deeper than this value the equation is not accepted */
27
static constexpr uint32_t MAX_DIFFERENT_SIGNAL_IDS =
28
50000; /**< Signal IDs can be distributed over the whole range but never more than 50.000 signals in parallel */
29
0 commit comments