Vuo  2.0.0
Macros | Enumerations | Functions
VuoRoundingMethod.h File Reference

Description

VuoRoundingMethod C type definition.

Definition in file VuoRoundingMethod.h.

Go to the source code of this file.

Enumerations

enum  VuoRoundingMethod { VuoRoundingMethod_Nearest, VuoRoundingMethod_Down, VuoRoundingMethod_Up }
 How to round a number. More...
 

Functions

VuoRoundingMethod VuoRoundingMethod_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoRoundingMethod_getJson (const VuoRoundingMethod value)
 Encodes value as a JSON object. More...
 
VuoList_VuoRoundingMethod VuoRoundingMethod_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoRoundingMethod_getSummary (const VuoRoundingMethod value)
 Returns a compact string representation of value. More...
 
bool VuoRoundingMethod_areEqual (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if the two values are equal. More...
 
bool VuoRoundingMethod_isLessThan (const VuoRoundingMethod valueA, const VuoRoundingMethod valueB)
 Returns true if valueA is less than valueB. More...
 
VuoRoundingMethod VuoRoundingMethod_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoRoundingMethod_getString (const VuoRoundingMethod value)
 Automatically generated function. More...
 
void VuoRoundingMethod_retain (VuoRoundingMethod value)
 Automatically generated function. More...
 
void VuoRoundingMethod_release (VuoRoundingMethod value)
 Automatically generated function. More...
 
#define VuoList_VuoRoundingMethod_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoRoundingMethod
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoRoundingMethod_TYPE_DEFINED

#define VuoList_VuoRoundingMethod_TYPE_DEFINED

List type.

Definition at line 14 of file VuoRoundingMethod.h.

Typedef Documentation

◆ VuoList_VuoRoundingMethod

List type.

Definition at line 13 of file VuoRoundingMethod.h.