TOpType Enumeration

Header: Dew.Signal/SignalProcessing.h · Cross-compiler

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

NameDescription
optFunctionThe operand is a function.
optOperatorThe operand is an operator.