Vuo  2.0.0
Functions
VuoHidDevice.c File Reference

Description

VuoHidDevice implementation.

Definition in file VuoHidDevice.c.

Go to the source code of this file.

Functions

static VuoHidDevice_MatchType VuoHidDevice_MatchType_makeFromJson (json_object *js)
 Returns a device matching type constant for the specified identifier string. More...
 
static const char * VuoHidDevice_getStringForMatchType (VuoHidDevice_MatchType type)
 Returns an identifier string for the specified device matching type. More...
 
VuoHidDevice VuoHidDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoHidDevice_getJson (const VuoHidDevice value)
 Encodes value as a JSON object. More...
 
bool VuoHidDevice_areEqual (const VuoHidDevice valueA, const VuoHidDevice valueB)
 Returns true if the two values are equal. More...
 
bool VuoHidDevice_isLessThan (const VuoHidDevice a, const VuoHidDevice b)
 Returns true if valueA is less than valueB. More...
 
bool VuoHidDevice_realize (VuoHidDevice device, VuoHidDevice *realizedDevice)
 If device specifies name-matching: More...
 
char * VuoHidDevice_getSummary (const VuoHidDevice value)
 Returns a compact string representation of value. More...
 

Function Documentation

◆ VuoHidDevice_getStringForMatchType()

static const char* VuoHidDevice_getStringForMatchType ( VuoHidDevice_MatchType  type)
static

Returns an identifier string for the specified device matching type.

Definition at line 45 of file VuoHidDevice.c.

◆ VuoHidDevice_MatchType_makeFromJson()

static VuoHidDevice_MatchType VuoHidDevice_MatchType_makeFromJson ( json_object js)
static

Returns a device matching type constant for the specified identifier string.

Definition at line 34 of file VuoHidDevice.c.