Vuo 2.4.4
Loading...
Searching...
No Matches
Macros | Enumerations | Functions
VuoOscType.h File Reference

Description

VuoOscType C type definition.

Definition in file VuoOscType.h.

Go to the source code of this file.

Enumerations

enum  VuoOscType { VuoOscType_Auto , VuoOscType_Int32 , VuoOscType_Float32 }
 An OSC data type. More...
 

Functions

VuoOscType VuoOscType_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_object * VuoOscType_getJson (const VuoOscType value)
 Encodes value as a JSON object.
 
VuoList_VuoOscType VuoOscType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoOscType_getSummary (const VuoOscType value)
 Returns a compact string representation of value.
 
bool VuoOscType_areEqual (const VuoOscType valueA, const VuoOscType valueB)
 Returns true if the two values are equal.
 
bool VuoOscType_isLessThan (const VuoOscType valueA, const VuoOscType valueB)
 Returns true if valueA is less than valueB.
 
char * VuoOscType_getString (const VuoOscType value)
 Automatically generated function.
 
void VuoOscType_retain (VuoOscType value)
 Automatically generated function.
 
void VuoOscType_release (VuoOscType value)
 Automatically generated function.