enum class TOpType : unsigned int;
Defines the type of the operand for expression parser.
Defines the type of the operand for the expression parser of TSignalGenerator component.
Values
| Name | Description |
|---|---|
| optFunction | The operand is a function. |
| optOperator | The operand is an operator. |