Vuo  2.0.0
Classes | Macros | Functions
VuoArtNetInputDevice.h File Reference

Description

VuoArtNetInputDevice C type definition.

Definition in file VuoArtNetInputDevice.h.

Go to the source code of this file.

Classes

struct  VuoArtNetAddress
 A set of values that specifiy a DMX512 universe. More...
 
struct  VuoArtNetInputDevice
 Information about an Art-Net input device. More...
 

Functions

VuoArtNetInputDevice VuoArtNetInputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoArtNetInputDevice_getJson (const VuoArtNetInputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoArtNetInputDevice_getSummary (const VuoArtNetInputDevice value)
 Returns a compact string representation of value. More...
 
VuoArtNetInputDevice VuoArtNetInputDevice_make (const VuoInteger net, const VuoInteger subNet, const VuoInteger universe)
 Creates a new Art-Net device description from an address. More...
 
bool VuoArtNetInputDevice_areEqual (const VuoArtNetInputDevice value1, const VuoArtNetInputDevice value2)
 Returns true if the two input devices are equivalent: More...
 
bool VuoArtNetInputDevice_isLessThan (const VuoArtNetInputDevice value1, const VuoArtNetInputDevice value2)
 Returns true if value1 < value2. More...
 
bool VuoArtNetAddress_areEqual (const VuoArtNetAddress value1, const VuoArtNetAddress value2)
 Returns true if the two addresses are identical. More...
 
bool VuoArtNetAddress_isLessThan (const VuoArtNetAddress valueA, const VuoArtNetAddress valueB)
 Returns true if value1 < value2. More...
 
VuoArtNetInputDevice VuoArtNetInputDevice_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoArtNetInputDevice_getString (const VuoArtNetInputDevice value)
 Automatically generated function. More...
 
void VuoArtNetInputDevice_retain (VuoArtNetInputDevice value)
 Automatically generated function. More...
 
void VuoArtNetInputDevice_release (VuoArtNetInputDevice value)
 Automatically generated function. More...