Vuo  2.3.2
Functions
VuoNdiSource.c File Reference

Description

VuoNdiSource implementation.

Definition in file VuoNdiSource.c.

Go to the source code of this file.

Functions

VuoNdiSource VuoNdiSource_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoNdiSource_getJson (const VuoNdiSource value)
 Encodes value as a JSON object. More...
 
char * VuoNdiSource_getSummary (const VuoNdiSource value)
 Returns a compact string representation of value. More...
 
char * VuoNdiSource_getShortSummary (const VuoNdiSource value)
 Returns a compact string representation of value. More...
 
bool VuoNdiSource_areEqual (const VuoNdiSource value1, const VuoNdiSource value2)
 Returns true if the two devices have matching names and IP addresses. More...
 
bool VuoNdiSource_isLessThan (const VuoNdiSource a, const VuoNdiSource b)
 Returns true if value1 < value2. More...
 
bool VuoNdiSource_isPopulated (const VuoNdiSource source)
 Returns true if the source specifies a name or IP address. More...