Vuo  2.0.0
Functions
VuoBaudRate.c File Reference

Description

VuoBaudRate implementation.

Definition in file VuoBaudRate.c.

Go to the source code of this file.

Functions

VuoBaudRate VuoBaudRate_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
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...