Vuo  2.3.2
Functions
VuoIntegerRange.c File Reference

Description

VuoIntegerRange implementation.

Definition in file VuoIntegerRange.c.

Go to the source code of this file.

Functions

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

Function Documentation

◆ VuoIntegerRange_getJson()

json_object* VuoIntegerRange_getJson ( const VuoIntegerRange  value)

Encodes value as a JSON object.

Definition at line 50 of file VuoIntegerRange.c.

◆ VuoIntegerRange_getSummary()

char* VuoIntegerRange_getSummary ( const VuoIntegerRange  value)

Returns a compact string representation of value.

Definition at line 74 of file VuoIntegerRange.c.

◆ VuoIntegerRange_makeFromJson()

VuoIntegerRange VuoIntegerRange_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

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

Definition at line 38 of file VuoIntegerRange.c.