|
MayaFlux 0.1.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 78 of file Logic.cpp.
References m_history.