Vuo  2.0.0
Functions
VuoSerialDevice.c File Reference

Description

VuoSerialDevice implementation.

Definition in file VuoSerialDevice.c.

Go to the source code of this file.

Functions

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

Function Documentation

◆ VuoSerialDevice_getStringForMatchType()

static const char* VuoSerialDevice_getStringForMatchType ( VuoSerialDevice_MatchType  type)
static

Returns an identifier string for the specified device matching type.

Definition at line 43 of file VuoSerialDevice.c.

◆ VuoSerialDevice_MatchType_makeFromJson()

static VuoSerialDevice_MatchType VuoSerialDevice_MatchType_makeFromJson ( json_object js)
static

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

Definition at line 32 of file VuoSerialDevice.c.