Vuo  1.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoWave.h File Reference

Description

VuoWave C type definition.

Classes

struct  VuoList_VuoWave_struct
 A list of VuoWave elements. More...
 

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.
 
VuoList_VuoWave VuoWave_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoWave_getSummary (const VuoWave value)
 Same as VuoWave_getString()
 
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.
 
#define VuoList_VuoWave_TYPE_DEFINED
 
typedef struct
VuoList_VuoWave_struct
VuoList_VuoWave