Vuo  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoWave.c File Reference

Description

VuoWave implementation.

Functions

VuoWave VuoWave_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoWave.
 
json_object * VuoWave_jsonFromValue (const VuoWave value)
 Encodes value as a JSON object.
 
VuoList_VuoWave VuoWave_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoWave_summaryFromValue (const VuoWave value)
 Same as VuoWave_stringFromValue()