Vuo  2.3.2
Classes | Enumerations | Functions
VuoWave.h File Reference

Description

VuoWave C type definition.

Definition in file VuoWave.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoWave_struct
 List type. 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. More...
 
json_objectVuoWave_getJson (const VuoWave value)
 Encodes value as a JSON object. More...
 
VuoList_VuoWave VuoWave_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoWave_getSummary (const VuoWave value)
 Same as VuoWave_getString() More...
 
VuoWave VuoWave_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoWave_getString (const VuoWave value)
 Automatically generated function. More...
 
void VuoWave_retain (VuoWave value)
 Automatically generated function. More...
 
void VuoWave_release (VuoWave value)
 Automatically generated function. More...
 
#define VuoList_VuoWave_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoWave_structVuoList_VuoWave
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoWave_TYPE_DEFINED

#define VuoList_VuoWave_TYPE_DEFINED

List type.

Definition at line 14 of file VuoWave.h.

Typedef Documentation

◆ VuoList_VuoWave

typedef const struct VuoList_VuoWave_struct * VuoList_VuoWave

List type.