Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoRoundingMethod.c File Reference

Description

VuoRoundingMethod implementation.

Functions

VuoRoundingMethod VuoRoundingMethod_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoRoundingMethod_getJson (const VuoRoundingMethod value)
 Encodes value as a JSON object.
 
VuoList_VuoRoundingMethod VuoRoundingMethod_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoRoundingMethod_getSummary (const VuoRoundingMethod value)
 Returns a compact string representation of value.
 
bool VuoRoundingMethod_areEqual (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if the two values are equal.
 
bool VuoRoundingMethod_isLessThan (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if valueA is less than valueB.