Vuo  2.0.2
Functions
VuoScreen.c File Reference

Description

VuoScreen implementation.

Definition in file VuoScreen.c.

Go to the source code of this file.

Functions

VuoScreen VuoScreen_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoScreen_getJson (const VuoScreen value)
 Encodes value as a JSON object. More...
 
char * VuoScreen_getSummary (const VuoScreen value)
 Returns a compact string representation of value. More...
 
bool VuoScreen_areEqual (VuoScreen value1, VuoScreen value2)
 Returns true if the two screen specifications are identical. More...
 
bool VuoScreen_isLessThan (const VuoScreen a, const VuoScreen b)
 Returns true if the id of a is less than the id of b. More...
 
bool VuoScreen_realize (VuoScreen screen, VuoScreen *realizedScreen)
 Given any VuoScreen structure: More...