Vuo  0.4.6
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
VuoNoise.c File Reference

Description

VuoNoise implementation.

Functions

VuoNoise VuoNoise_valueFromString (const char *initializer)
 Parses the C string initializer to create a new value.
 
char * VuoNoise_stringFromValue (const VuoNoise value)
 Serializes value as a C string.
 
VuoNoise VuoNoise_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoNoise.
 
json_object * VuoNoise_jsonFromValue (const VuoNoise value)
 Encodes value as a JSON object.
 
char * VuoNoise_summaryFromValue (const VuoNoise value)
 Same as VuoNoise_stringFromValue()