Vuo  2.0.0
Enumerations | Functions
VuoWrapMode

Description

An enum defining different types of wrapping.

Enumerations

enum  VuoWrapMode { VuoWrapMode_Wrap, VuoWrapMode_Saturate }
 An enum defining different types of wrapping. More...
 

Functions

VuoWrapMode VuoWrapMode_makeFromJson (json_object *js)
 
json_objectVuoWrapMode_getJson (const VuoWrapMode value)
 
char * VuoWrapMode_getSummary (const VuoWrapMode value)
 
VuoList_VuoWrapMode VuoWrapMode_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoWrapMode VuoWrapMode_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoWrapMode_getString (const VuoWrapMode value)
 Automatically generated function. More...
 
void VuoWrapMode_retain (VuoWrapMode value)
 Automatically generated function. More...
 
void VuoWrapMode_release (VuoWrapMode value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoWrapMode

An enum defining different types of wrapping.

Definition at line 28 of file VuoWrapMode.h.

Function Documentation

◆ VuoWrapMode_getAllowedValues()

VuoList_VuoWrapMode VuoWrapMode_getAllowedValues ( void  )

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

Definition at line 73 of file VuoWrapMode.c.

◆ VuoWrapMode_getJson()

struct json_object * VuoWrapMode_getJson ( const VuoWrapMode  value)

Encodes value as a JSON object.

Definition at line 54 of file VuoWrapMode.c.

◆ VuoWrapMode_getString()

char* VuoWrapMode_getString ( const VuoWrapMode  value)

Automatically generated function.

◆ VuoWrapMode_getSummary()

char * VuoWrapMode_getSummary ( const VuoWrapMode  value)

Same as VuoWrapMode_getString()

Definition at line 85 of file VuoWrapMode.c.

◆ VuoWrapMode_makeFromJson()

VuoWrapMode VuoWrapMode_makeFromJson ( json_object js)

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

Definition at line 33 of file VuoWrapMode.c.

◆ VuoWrapMode_makeFromString()

VuoWrapMode VuoWrapMode_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoWrapMode_release()

void VuoWrapMode_release ( VuoWrapMode  value)

Automatically generated function.

◆ VuoWrapMode_retain()

void VuoWrapMode_retain ( VuoWrapMode  value)

Automatically generated function.