Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions
VuoOscType.h File Reference

Description

VuoOscType C type definition.

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_objectVuoOscType_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.
 
VuoOscType VuoOscType_makeFromString (const char *str)
 Automatically generated function.
 
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.
 
#define VuoList_VuoOscType_TYPE_DEFINED
 
typedef void * VuoList_VuoOscType