Vuo  2.3.2
Functions
VuoWave.c File Reference

Description

VuoWave implementation.

Definition in file VuoWave.c.

Go to the source code of this file.

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...
 
VuoList_VuoWave VuoWave_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoWave_getSummary (const VuoWave value)
 Same as VuoWave_getString() More...