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

Description

VuoSerialDevice implementation.

Functions

static VuoSerialDevice_MatchType VuoSerialDevice_getMatchTypeForString (const char *string)
 Returns a device matching type constant for the specified identifier string.
 
static const char * VuoSerialDevice_getStringForMatchType (VuoSerialDevice_MatchType type)
 Returns an identifier string for the specified device matching type.
 
VuoSerialDevice VuoSerialDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoSerialDevice_getJson (const VuoSerialDevice value)
 Encodes value as a JSON object.
 
bool VuoSerialDevice_areEqual (const VuoSerialDevice valueA, const VuoSerialDevice valueB)
 Returns true if the two values are equal.
 
bool VuoSerialDevice_isLessThan (const VuoSerialDevice valueA, const VuoSerialDevice valueB)
 Returns true if valueA is less than valueB.
 
bool VuoSerialDevice_realize (VuoSerialDevice device, VuoSerialDevice *realizedDevice)
 If device specifies name-matching:
 
char * VuoSerialDevice_getSummary (const VuoSerialDevice value)
 Returns a compact string representation of value.
 

Function Documentation

static VuoSerialDevice_MatchType VuoSerialDevice_getMatchTypeForString ( const char *  string)
static

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

static const char* VuoSerialDevice_getStringForMatchType ( VuoSerialDevice_MatchType  type)
static

Returns an identifier string for the specified device matching type.