|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
strong |
Defines the computational model for digital signal evaluation.
| Enumerator | |
|---|---|
| DIRECT | Stateless evaluation of current input only (combinational logic) |
| SEQUENTIAL | State-based evaluation using history of inputs (sequential logic) |
| TEMPORAL | Time-dependent evaluation with timing constraints. |
| MULTI_INPUT | Parallel evaluation of multiple input signals. |
Definition at line 11 of file Logic.hpp.