Vuo  2.3.2
Macros | Enumerations | Functions
VuoBaudRate

Description

The speed of a serial connection.

Enumerations

enum  VuoBaudRate {
  VuoBaudRate_200 = 200 , VuoBaudRate_300 = 300 , VuoBaudRate_600 = 600 , VuoBaudRate_1200 = 1200 ,
  VuoBaudRate_1800 = 1800 , VuoBaudRate_2400 = 2400 , VuoBaudRate_4800 = 4800 , VuoBaudRate_9600 = 9600 ,
  VuoBaudRate_14400 = 14400 , VuoBaudRate_19200 = 19200 , VuoBaudRate_28800 = 28800 , VuoBaudRate_38400 = 38400 ,
  VuoBaudRate_57600 = 57600 , VuoBaudRate_115200 = 115200 , VuoBaudRate_230400 = 230400 , VuoBaudRate_460800 = 460800 ,
  VuoBaudRate_921600 = 921600
}
 The speed of a serial connection. More...
 

Functions

VuoBaudRate VuoBaudRate_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoBaudRate_getJson (const VuoBaudRate value)
 Encodes value as a JSON object. More...
 
VuoList_VuoBaudRate VuoBaudRate_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoBaudRate_getSummary (const VuoBaudRate value)
 Returns a compact string representation of value. More...
 
bool VuoBaudRate_areEqual (const VuoBaudRate valueA, const VuoBaudRate valueB)
 Returns true if the two values are equal. More...
 
bool VuoBaudRate_isLessThan (const VuoBaudRate valueA, const VuoBaudRate valueB)
 Returns true if valueA is less than valueB. More...
 
VuoBaudRate VuoBaudRate_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoBaudRate_getString (const VuoBaudRate value)
 Automatically generated function. More...
 
void VuoBaudRate_retain (VuoBaudRate value)
 Automatically generated function. More...
 
void VuoBaudRate_release (VuoBaudRate value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoBaudRate

The speed of a serial connection.

Definition at line 28 of file VuoBaudRate.h.

Function Documentation

◆ VuoBaudRate_areEqual()

bool VuoBaudRate_areEqual ( const VuoBaudRate  valueA,
const VuoBaudRate  valueB 
)

Returns true if the two values are equal.

Definition at line 86 of file VuoBaudRate.c.

◆ VuoBaudRate_getAllowedValues()

VuoList_VuoBaudRate VuoBaudRate_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 52 of file VuoBaudRate.c.

◆ VuoBaudRate_getJson()

struct json_object* VuoBaudRate_getJson ( const VuoBaudRate  value)

Encodes value as a JSON object.

Definition at line 44 of file VuoBaudRate.c.

◆ VuoBaudRate_getString()

char* VuoBaudRate_getString ( const VuoBaudRate  value)

Automatically generated function.

◆ VuoBaudRate_getSummary()

char* VuoBaudRate_getSummary ( const VuoBaudRate  value)

Returns a compact string representation of value.

Definition at line 78 of file VuoBaudRate.c.

◆ VuoBaudRate_isLessThan()

bool VuoBaudRate_isLessThan ( const VuoBaudRate  valueA,
const VuoBaudRate  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 94 of file VuoBaudRate.c.

◆ VuoBaudRate_makeFromJson()

VuoBaudRate VuoBaudRate_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"75"

Definition at line 36 of file VuoBaudRate.c.

◆ VuoBaudRate_makeFromString()

VuoBaudRate VuoBaudRate_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoBaudRate_release()

void VuoBaudRate_release ( VuoBaudRate  value)

Automatically generated function.

◆ VuoBaudRate_retain()

void VuoBaudRate_retain ( VuoBaudRate  value)

Automatically generated function.