1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 14:55:18 +03:00

Added some comparative operations

Added comparative operations for constraints, min, and max.
This commit is contained in:
Darren Lines 2022-02-06 18:09:12 +00:00
parent d7760905dd
commit bdc83e4e0e
3 changed files with 25 additions and 1 deletions

View file

@ -72,7 +72,11 @@ typedef enum {
LOGIC_CONDITION_MODULUS = 40,
LOGIC_CONDITION_LOITER_OVERRIDE = 41,
LOGIC_CONDITION_SET_PROFILE = 42,
LOGIC_CONDITION_LAST = 43,
LOGIC_CONDITION_CONSTRAIN_MIN = 43,
LOGIC_CONDITION_CONSTRAIN_MAX = 44,
LOGIC_CONDITION_MIN = 45,
LOGIC_CONDITION_MAX = 46,
LOGIC_CONDITION_LAST = 47,
} logicOperation_e;
typedef enum logicOperandType_s {