Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoThresholdType.c File Reference

Description

VuoThresholdType implementation.

Functions

VuoThresholdType VuoThresholdType_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoThresholdType.
 
json_object * VuoThresholdType_jsonFromValue (const VuoThresholdType value)
 Encodes value as a JSON object.
 
VuoList_VuoThresholdType VuoThresholdType_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoThresholdType_summaryFromValue (const VuoThresholdType value)
 Same as VuoThresholdType_stringFromValue()