Vuo  2.0.0
Functions
VuoControlCode.c File Reference

Description

VuoControlCode implementation.

Definition in file VuoControlCode.c.

Go to the source code of this file.

Functions

VuoText VuoControlCode_makeText (VuoControlCode code)
 Creates a new VuoText string from a control code. More...
 
VuoControlCode VuoControlCode_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoControlCode_getJson (const VuoControlCode value)
 Encodes value as a JSON object. More...
 
VuoList_VuoControlCode VuoControlCode_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoControlCode_getSummary (const VuoControlCode value)
 Returns a compact string representation of value. More...
 
bool VuoControlCode_areEqual (const VuoControlCode valueA, const VuoControlCode valueB)
 Returns true if the two values are equal. More...
 
bool VuoControlCode_isLessThan (const VuoControlCode valueA, const VuoControlCode valueB)
 Returns true if valueA is less than valueB. More...