Vuo  0.9.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions

Description

An enum defining different types of noise.

Enumerations

enum  VuoNoise {
  VuoNoise_White, VuoNoise_Grey, VuoNoise_Pink, VuoNoise_Brown,
  VuoNoise_Blue, VuoNoise_Violet
}
 An enum defining different types of noise. More...
 

Functions

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()
 
VuoList_VuoNoise VuoNoise_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoNoise VuoNoise_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoNoise_stringFromValue (const VuoNoise value)
 Automatically generated function.
 

Enumeration Type Documentation

enum VuoNoise

An enum defining different types of noise.

Function Documentation

VuoList_VuoNoise VuoNoise_allowedValues ( void  )

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

struct json_object * VuoNoise_jsonFromValue ( const VuoNoise  value)
read

Encodes value as a JSON object.

char* VuoNoise_stringFromValue ( const VuoNoise  value)

Automatically generated function.

char * VuoNoise_summaryFromValue ( const VuoNoise  value)

Same as VuoNoise_stringFromValue()

VuoNoise VuoNoise_valueFromJson ( json_object *  js)

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

VuoNoise VuoNoise_valueFromString ( const char *  str)

Automatically generated function.