Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions

Description

Whether to include an error detection bit, and how to use it.

Enumerations

enum  VuoParity { VuoParity_None, VuoParity_Even, VuoParity_Odd }
 Whether to include an error detection bit, and how to use it. More...
 

Functions

VuoParity VuoParity_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoParity_getJson (const VuoParity value)
 Encodes value as a JSON object.
 
VuoList_VuoParity VuoParity_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoParity_getSummary (const VuoParity value)
 Returns a compact string representation of value.
 
bool VuoParity_areEqual (const VuoParity valueA, const VuoParity valueB)
 Returns true if the two values are equal.
 
bool VuoParity_isLessThan (const VuoParity valueA, const VuoParity valueB)
 Returns true if valueA is less than valueB.
 
VuoParity VuoParity_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoParity_getString (const VuoParity value)
 Automatically generated function.
 
void VuoParity_retain (VuoParity value)
 Automatically generated function.
 
void VuoParity_release (VuoParity value)
 Automatically generated function.
 

Enumeration Type Documentation

enum VuoParity

Whether to include an error detection bit, and how to use it.

Function Documentation

bool VuoParity_areEqual ( const VuoParity  valueA,
const VuoParity  valueB 
)

Returns true if the two values are equal.

VuoList_VuoParity VuoParity_getAllowedValues ( void  )

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

struct json_object* VuoParity_getJson ( const VuoParity  value)
read

Encodes value as a JSON object.

char* VuoParity_getString ( const VuoParity  value)

Automatically generated function.

char* VuoParity_getSummary ( const VuoParity  value)

Returns a compact string representation of value.

bool VuoParity_isLessThan ( const VuoParity  valueA,
const VuoParity  valueB 
)

Returns true if valueA is less than valueB.

VuoParity VuoParity_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"even"
VuoParity VuoParity_makeFromString ( const char *  str)

Automatically generated function.

void VuoParity_release ( VuoParity  value)

Automatically generated function.

void VuoParity_retain ( VuoParity  value)

Automatically generated function.