Vuo  2.0.2
Functions
VuoDiode.c File Reference

Description

VuoDiode implementation.

Definition in file VuoDiode.c.

Go to the source code of this file.

Functions

VuoDiode VuoDiode_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
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...