Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Functions
VuoRuntimePersistentState.hh File Reference

Description

VuoRuntimePersistentState interface.

Classes

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

Typedefs

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

Functions

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

Typedef Documentation

typedef void(* VuoCompositionFiniCallback)(void)

Callback prototype.

Function Documentation

unsigned long vuoGetNextEventId ( VuoCompositionState compositionState)
dispatch_group_t vuoGetTriggerWorkersScheduled ( VuoCompositionState compositionState)