Vuo  2.3.2
Classes | Enumerations | Functions
VuoDurationType.h File Reference

Description

VuoDurationType C type definition.

Definition in file VuoDurationType.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoDurationType_struct
 List type. More...
 

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)
 Decodes the JSON object js, expected to contain a string, to create a new VuoDurationType. More...
 
json_objectVuoDurationType_getJson (const VuoDurationType value)
 Encodes value as a JSON object. More...
 
VuoList_VuoDurationType VuoDurationType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoDurationType_getSummary (const VuoDurationType value)
 Same as VuoBlendMode_getString() 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...
 
#define VuoList_VuoDurationType_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoDurationType_structVuoList_VuoDurationType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoDurationType_TYPE_DEFINED

#define VuoList_VuoDurationType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoDurationType.h.

Typedef Documentation

◆ VuoList_VuoDurationType

List type.