Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoHidDevice.c File Reference

Description

VuoHidDevice implementation.

Functions

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

Function Documentation

static VuoHidDevice_MatchType VuoHidDevice_getMatchTypeForString ( const char *  string)
static

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

static const char* VuoHidDevice_getStringForMatchType ( VuoHidDevice_MatchType  type)
static

Returns an identifier string for the specified device matching type.