Vuo  2.3.2
Classes | Typedefs | Functions
VuoRuntimePersistentState.hh File Reference

Description

VuoRuntimePersistentState interface.

Definition in file VuoRuntimePersistentState.hh.

Go to the source code of this file.

Classes

class  VuoRuntimePersistentState
 Runtime state preserved across live-coding reloads. More...
 

Typedefs

typedef void(* VuoCompositionFiniCallback) (void)
 Callback prototype. More...
 

Functions

unsigned long vuoGetNextEventId (VuoCompositionState *compositionState)
 C wrapper for VuoRuntimePersistentState::getNextEventId(). More...
 
dispatch_group_t vuoGetTriggerWorkersScheduled (VuoCompositionState *compositionState)
 C wrapper for VuoRuntimePersistentState::getTriggerWorkersScheduled(). More...
 

Typedef Documentation

◆ VuoCompositionFiniCallback

typedef void(* VuoCompositionFiniCallback) (void)

Callback prototype.

Definition at line 23 of file VuoRuntimePersistentState.hh.

Function Documentation

◆ vuoGetNextEventId()

unsigned long vuoGetNextEventId ( VuoCompositionState compositionState)

◆ vuoGetTriggerWorkersScheduled()

dispatch_group_t vuoGetTriggerWorkersScheduled ( VuoCompositionState compositionState)