Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
activity-lang.hpp File Reference

A language framework to define and interconnect scheduler activity verbs. More...

Go to the source code of this file.

Description

A language framework to define and interconnect scheduler activity verbs.

This is an interface to build valid activity descriptors, connect them with other activities and provide parameter data. The resulting definition terms can be passed to the scheduler's messaging queue to cause the described activities to be performed in the context of the Lumiera render engine.

See also
SchedulerActivity_test
activity.hpp definition of verbs

Definition in file activity-lang.hpp.

Namespaces

namespace  vault
 Vault-Layer implementation namespace root.
 
namespace  vault::gear
 Active working gear and plumbing.
 

Typedefs

using BlockFlowAlloc = BlockFlow< blockFlow::RenderConfig >
 

Classes

class  ActivityLang
 Term builder and execution framework to perform chains of scheduler Activities. More...