Vuo  2.3.2
Functions
VuoSyphonServerDescription.c File Reference

Description

VuoSyphonServerDescription implementation.

Definition in file VuoSyphonServerDescription.c.

Go to the source code of this file.

Functions

VuoSyphonServerDescription VuoSyphonServerDescription_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoSyphonServerDescription_getJson (const VuoSyphonServerDescription value)
 Encodes value as a JSON object. More...
 
char * VuoSyphonServerDescription_getSummary (const VuoSyphonServerDescription value)
 Returns a compact string representation of value. More...
 
VuoSyphonServerDescription VuoSyphonServerDescription_make (VuoText serverUUID, VuoText serverName, VuoText applicationName, bool useWildcard)
 Creates a new server from the specified values. More...
 
bool VuoSyphonServerDescription_areEqual (const VuoSyphonServerDescription value1, const VuoSyphonServerDescription value2)
 Returns true if the server descriptions are identical. More...
 
bool VuoSyphonServerDescription_isLessThan (const VuoSyphonServerDescription a, const VuoSyphonServerDescription b)
 Returns true if a < b. More...