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

Description

VuoScreen implementation.

Functions

VuoScreen VuoScreen_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoScreen_getJson (const VuoScreen value)
 Encodes value as a JSON object.
 
char * VuoScreen_getSummary (const VuoScreen value)
 Returns a compact string representation of value.
 
bool VuoScreen_areEqual (VuoScreen value1, VuoScreen value2)
 Returns true if the two screen specifications are identical.