Vuo  2.0.0
Functions
VuoOscType.c File Reference

Description

VuoOscType implementation.

Definition in file VuoOscType.c.

Go to the source code of this file.

Functions

VuoOscType VuoOscType_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoOscType_getJson (const VuoOscType value)
 Encodes value as a JSON object. More...
 
VuoList_VuoOscType VuoOscType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoOscType_getSummary (const VuoOscType value)
 Returns a compact string representation of value. More...
 
bool VuoOscType_areEqual (const VuoOscType valueA, const VuoOscType valueB)
 Returns true if the two values are equal. More...
 
bool VuoOscType_isLessThan (const VuoOscType valueA, const VuoOscType valueB)
 Returns true if valueA is less than valueB. More...