Vuo  1.2.3
 All Classes Namespaces 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_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoNoise.
 
json_objectVuoNoise_getJson (const VuoNoise value)
 Encodes value as a JSON object.
 
char * VuoNoise_getSummary (const VuoNoise value)
 Same as VuoNoise_getString()
 
VuoList_VuoNoise VuoNoise_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoNoise VuoNoise_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoNoise_getString (const VuoNoise value)
 Automatically generated function.
 

Enumeration Type Documentation

enum VuoNoise

An enum defining different types of noise.

Function Documentation

VuoList_VuoNoise VuoNoise_getAllowedValues ( void  )

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

struct json_object * VuoNoise_getJson ( const VuoNoise  value)
read

Encodes value as a JSON object.

char* VuoNoise_getString ( const VuoNoise  value)

Automatically generated function.

char * VuoNoise_getSummary ( const VuoNoise  value)

Same as VuoNoise_getString()

VuoNoise VuoNoise_makeFromJson ( json_object js)

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

VuoNoise VuoNoise_makeFromString ( const char *  str)

Automatically generated function.