Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
VuoControlCode VuoControlCode_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoControlCode_getJson (const VuoControlCode value)
 Encodes value as a JSON object.
 
VuoList_VuoControlCode VuoControlCode_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoControlCode_getSummary (const VuoControlCode value)
 Returns a compact string representation of value.
 
bool VuoControlCode_areEqual (const VuoControlCode valueA, const VuoControlCode valueB)
 Returns true if the two values are equal.
 
bool VuoControlCode_isLessThan (const VuoControlCode valueA, const VuoControlCode valueB)
 Returns true if valueA is less than valueB.