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

Description

A method for handling signal polarity.

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.
 

Enumeration Type Documentation

enum VuoDiode

A method for handling signal polarity.

Function Documentation

bool VuoDiode_areEqual ( const VuoDiode  valueA,
const VuoDiode  valueB 
)

Returns true if the two values are equal.

VuoList_VuoDiode VuoDiode_getAllowedValues ( void  )

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

struct json_object* VuoDiode_getJson ( const VuoDiode  value)
read

Encodes value as a JSON object.

char* VuoDiode_getString ( const VuoDiode  value)

Automatically generated function.

char* VuoDiode_getSummary ( const VuoDiode  value)

Returns a compact string representation of value.

bool VuoDiode_isLessThan ( const VuoDiode  valueA,
const VuoDiode  valueB 
)

Returns true if valueA is less than valueB.

VuoDiode VuoDiode_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"bipolar"
VuoDiode VuoDiode_makeFromString ( const char *  str)

Automatically generated function.

void VuoDiode_release ( VuoDiode  value)

Automatically generated function.

void VuoDiode_retain ( VuoDiode  value)

Automatically generated function.