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

Description

VuoDiode C type definition.

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.
 
struct json_objectVuoDiode_getJson (const VuoDiode value)
 Encodes value as a JSON object.
 
VuoList_VuoDiode VuoDiode_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoDiode_getSummary (const VuoDiode value)
 Returns a compact string representation of value.
 
bool VuoDiode_areEqual (const VuoDiode valueA, const VuoDiode valueB)
 Returns true if the two values are equal.
 
bool VuoDiode_isLessThan (const VuoDiode valueA, const VuoDiode valueB)
 Returns true if valueA is less than valueB.
 
VuoDiode VuoDiode_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoDiode_getString (const VuoDiode value)
 Automatically generated function.
 
void VuoDiode_retain (VuoDiode value)
 Automatically generated function.
 
void VuoDiode_release (VuoDiode value)
 Automatically generated function.
 
#define VuoList_VuoDiode_TYPE_DEFINED
 
typedef void * VuoList_VuoDiode