Vuo  2.0.2
Macros | Enumerations | Functions
VuoDiode.h File Reference

Description

VuoDiode C type definition.

Definition in file VuoDiode.h.

Go to the source code of this file.

Enumerations

enum  VuoDiode { VuoDiode_Unipolar, VuoDiode_Bipolar, VuoDiode_Absolute }
 A method for handling signal polarity. More...
 

Functions

VuoDiode VuoDiode_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoDiode_getJson (const VuoDiode value)
 Encodes value as a JSON object. More...
 
VuoList_VuoDiode VuoDiode_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoDiode_getSummary (const VuoDiode value)
 Returns a compact string representation of value. More...
 
bool VuoDiode_areEqual (const VuoDiode valueA, const VuoDiode valueB)
 Returns true if the two values are equal. More...
 
bool VuoDiode_isLessThan (const VuoDiode valueA, const VuoDiode valueB)
 Returns true if valueA is less than valueB. More...
 
VuoDiode VuoDiode_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDiode_getString (const VuoDiode value)
 Automatically generated function. More...
 
void VuoDiode_retain (VuoDiode value)
 Automatically generated function. More...
 
void VuoDiode_release (VuoDiode value)
 Automatically generated function. More...
 
#define VuoList_VuoDiode_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoDiode
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoDiode_TYPE_DEFINED

#define VuoList_VuoDiode_TYPE_DEFINED

List type.

Definition at line 14 of file VuoDiode.h.

Typedef Documentation

◆ VuoList_VuoDiode

typedef void* VuoList_VuoDiode

List type.

Definition at line 13 of file VuoDiode.h.