Vuo  2.3.2
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. More...
 
struct json_objectVuoParity_getJson (const VuoParity value)
 Encodes value as a JSON object. More...
 
VuoList_VuoParity VuoParity_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoParity_getSummary (const VuoParity value)
 Returns a compact string representation of value. More...
 
bool VuoParity_areEqual (const VuoParity valueA, const VuoParity valueB)
 Returns true if the two values are equal. More...
 
bool VuoParity_isLessThan (const VuoParity valueA, const VuoParity valueB)
 Returns true if valueA is less than valueB. More...
 
VuoParity VuoParity_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoParity_getString (const VuoParity value)
 Automatically generated function. More...
 
void VuoParity_retain (VuoParity value)
 Automatically generated function. More...
 
void VuoParity_release (VuoParity value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoParity

enum VuoParity

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

Definition at line 28 of file VuoParity.h.

Function Documentation

◆ VuoParity_areEqual()

bool VuoParity_areEqual ( const VuoParity  valueA,
const VuoParity  valueB 
)

Returns true if the two values are equal.

Definition at line 96 of file VuoParity.c.

◆ VuoParity_getAllowedValues()

VuoList_VuoParity VuoParity_getAllowedValues ( void  )

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

Definition at line 69 of file VuoParity.c.

◆ VuoParity_getJson()

struct json_object* VuoParity_getJson ( const VuoParity  value)

Encodes value as a JSON object.

Definition at line 54 of file VuoParity.c.

◆ VuoParity_getString()

char* VuoParity_getString ( const VuoParity  value)

Automatically generated function.

◆ VuoParity_getSummary()

char* VuoParity_getSummary ( const VuoParity  value)

Returns a compact string representation of value.

Definition at line 81 of file VuoParity.c.

◆ VuoParity_isLessThan()

bool VuoParity_isLessThan ( const VuoParity  valueA,
const VuoParity  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 104 of file VuoParity.c.

◆ VuoParity_makeFromJson()

VuoParity VuoParity_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"even"

Definition at line 35 of file VuoParity.c.

◆ VuoParity_makeFromString()

VuoParity VuoParity_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoParity_release()

void VuoParity_release ( VuoParity  value)

Automatically generated function.

◆ VuoParity_retain()

void VuoParity_retain ( VuoParity  value)

Automatically generated function.