Vuo  2.0.2
Enumerations | Functions
VuoDurationType

Description

An enum defining different types of durations for scheduled events.

Enumerations

enum  VuoDurationType { VuoDurationType_Single, VuoDurationType_UntilNext, VuoDurationType_UntilReset }
 An enum defining different types of durations for scheduled events. More...
 

Functions

VuoDurationType VuoDurationType_makeFromJson (json_object *js)
 
json_objectVuoDurationType_getJson (const VuoDurationType value)
 
char * VuoDurationType_getSummary (const VuoDurationType value)
 
VuoList_VuoDurationType VuoDurationType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoDurationType VuoDurationType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDurationType_getString (const VuoDurationType value)
 Automatically generated function. More...
 
void VuoDurationType_retain (VuoDurationType value)
 Automatically generated function. More...
 
void VuoDurationType_release (VuoDurationType value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoDurationType

An enum defining different types of durations for scheduled events.

Definition at line 28 of file VuoDurationType.h.

Function Documentation

◆ VuoDurationType_getAllowedValues()

VuoList_VuoDurationType VuoDurationType_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 78 of file VuoDurationType.c.

◆ VuoDurationType_getJson()

struct json_object * VuoDurationType_getJson ( const VuoDurationType  value)

Encodes value as a JSON object.

Definition at line 56 of file VuoDurationType.c.

◆ VuoDurationType_getString()

char* VuoDurationType_getString ( const VuoDurationType  value)

Automatically generated function.

◆ VuoDurationType_getSummary()

char * VuoDurationType_getSummary ( const VuoDurationType  value)

Same as VuoBlendMode_getString()

Definition at line 91 of file VuoDurationType.c.

◆ VuoDurationType_makeFromJson()

VuoDurationType VuoDurationType_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a string, to create a new VuoDurationType.

Definition at line 32 of file VuoDurationType.c.

◆ VuoDurationType_makeFromString()

VuoDurationType VuoDurationType_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoDurationType_release()

void VuoDurationType_release ( VuoDurationType  value)

Automatically generated function.

◆ VuoDurationType_retain()

void VuoDurationType_retain ( VuoDurationType  value)

Automatically generated function.