Vuo  2.3.2
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. More...
 
struct json_objectVuoOscType_getJson (const VuoOscType value)
 Encodes value as a JSON object. More...
 
VuoList_VuoOscType VuoOscType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoOscType_getSummary (const VuoOscType value)
 Returns a compact string representation of value. More...
 
bool VuoOscType_areEqual (const VuoOscType valueA, const VuoOscType valueB)
 Returns true if the two values are equal. More...
 
bool VuoOscType_isLessThan (const VuoOscType valueA, const VuoOscType valueB)
 Returns true if valueA is less than valueB. More...
 
VuoOscType VuoOscType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoOscType_getString (const VuoOscType value)
 Automatically generated function. More...
 
void VuoOscType_retain (VuoOscType value)
 Automatically generated function. More...
 
void VuoOscType_release (VuoOscType value)
 Automatically generated function. More...
 
#define VuoList_VuoOscType_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoOscType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoOscType_TYPE_DEFINED

#define VuoList_VuoOscType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoOscType.h.

Typedef Documentation

◆ VuoList_VuoOscType

typedef void* VuoList_VuoOscType

List type.

Definition at line 13 of file VuoOscType.h.