NRP Core  1.4.1
FunctionalNodePolicies Namespace Reference

Enumerations

enum  ExecutionPolicy { ALWAYS, ON_NEW_INPUT }
 Possible execution policies for this node. More...
 

Enumeration Type Documentation

◆ ExecutionPolicy

Possible execution policies for this node.

Enumerator
ALWAYS 

the node is always executed when 'compute' is called

ON_NEW_INPUT 

the node is executed only if at least one of its inputs have a fresh value