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

Description

An enum defining different waves.

Enumerations

enum  VuoWave { VuoWave_Sine, VuoWave_Triangle, VuoWave_Sawtooth }
 An enum defining different waves. More...
 

Functions

VuoWave VuoWave_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoWave.
 
json_objectVuoWave_getJson (const VuoWave value)
 Encodes value as a JSON object.
 
char * VuoWave_getSummary (const VuoWave value)
 Same as VuoWave_getString()
 
VuoList_VuoWave VuoWave_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoWave VuoWave_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoWave_getString (const VuoWave value)
 Automatically generated function.
 
void VuoWave_retain (VuoWave value)
 Automatically generated function.
 
void VuoWave_release (VuoWave value)
 Automatically generated function.
 

Enumeration Type Documentation

enum VuoWave

An enum defining different waves.

Function Documentation

VuoList_VuoWave VuoWave_getAllowedValues ( void  )

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

struct json_object * VuoWave_getJson ( const VuoWave  value)
read

Encodes value as a JSON object.

char* VuoWave_getString ( const VuoWave  value)

Automatically generated function.

char * VuoWave_getSummary ( const VuoWave  value)

Same as VuoWave_getString()

VuoWave VuoWave_makeFromJson ( json_object js)

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

VuoWave VuoWave_makeFromString ( const char *  str)

Automatically generated function.

void VuoWave_release ( VuoWave  value)

Automatically generated function.

void VuoWave_retain ( VuoWave  value)

Automatically generated function.