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

Description

VuoIntegerRange implementation.

Functions

VuoIntegerRange VuoIntegerRange_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoIntegerRange_getJson (const VuoIntegerRange value)
 Encodes value as a JSON object.
 
char * VuoIntegerRange_getSummary (const VuoIntegerRange value)
 Returns a compact string representation of value.
 

Function Documentation

json_object* VuoIntegerRange_getJson ( const VuoIntegerRange  value)
read

Encodes value as a JSON object.

char* VuoIntegerRange_getSummary ( const VuoIntegerRange  value)

Returns a compact string representation of value.

VuoIntegerRange VuoIntegerRange_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"minimum" : 0.0,
"maximum" : 42.0
}