|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::Generator::Logic::Logic | ( | SequentialFunction | function, |
| size_t | history_size | ||
| ) |
Constructs a Logic node for state-based evaluation.
| function | Function implementing sequential boolean logic |
| history_size | Size of the state history buffer |
Creates a Logic node that maintains a history of previous states and evaluates new inputs in the context of this history. This enables implementation of sequential logic circuits, pattern detectors, and finite state machines.
Definition at line 76 of file Logic.cpp.