Vuo  2.3.2
Enumerations | Functions

Description

An enum defining different waves.

Enumerations

enum  VuoWave { VuoWave_Sine , VuoWave_Triangle , VuoWave_Sawtooth }
 An enum defining different waves. More...
 

Functions

VuoWave VuoWave_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoWave. More...
 
json_objectVuoWave_getJson (const VuoWave value)
 Encodes value as a JSON object. More...
 
char * VuoWave_getSummary (const VuoWave value)
 Same as VuoWave_getString() More...
 
VuoList_VuoWave VuoWave_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoWave VuoWave_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoWave_getString (const VuoWave value)
 Automatically generated function. More...
 
void VuoWave_retain (VuoWave value)
 Automatically generated function. More...
 
void VuoWave_release (VuoWave value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoWave

enum VuoWave

An enum defining different waves.

Definition at line 28 of file VuoWave.h.

Function Documentation

◆ VuoWave_getAllowedValues()

VuoList_VuoWave VuoWave_getAllowedValues ( void  )

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

Definition at line 75 of file VuoWave.c.

◆ VuoWave_getJson()

struct json_object * VuoWave_getJson ( const VuoWave  value)

Encodes value as a JSON object.

Definition at line 53 of file VuoWave.c.

◆ VuoWave_getString()

char* VuoWave_getString ( const VuoWave  value)

Automatically generated function.

◆ VuoWave_getSummary()

char * VuoWave_getSummary ( const VuoWave  value)

Same as VuoWave_getString()

Definition at line 88 of file VuoWave.c.

◆ VuoWave_makeFromJson()

VuoWave VuoWave_makeFromJson ( json_object js)

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

Definition at line 31 of file VuoWave.c.

◆ VuoWave_makeFromString()

VuoWave VuoWave_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoWave_release()

void VuoWave_release ( VuoWave  value)

Automatically generated function.

◆ VuoWave_retain()

void VuoWave_retain ( VuoWave  value)

Automatically generated function.