Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions
VuoOscType

Description

An OSC data type.

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.
 

Enumeration Type Documentation

enum VuoOscType

An OSC data type.

Function Documentation

bool VuoOscType_areEqual ( const VuoOscType  valueA,
const VuoOscType  valueB 
)

Returns true if the two values are equal.

VuoList_VuoOscType VuoOscType_getAllowedValues ( void  )

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

struct json_object* VuoOscType_getJson ( const VuoOscType  value)
read

Encodes value as a JSON object.

char* VuoOscType_getString ( const VuoOscType  value)

Automatically generated function.

char* VuoOscType_getSummary ( const VuoOscType  value)

Returns a compact string representation of value.

bool VuoOscType_isLessThan ( const VuoOscType  valueA,
const VuoOscType  valueB 
)

Returns true if valueA is less than valueB.

VuoOscType VuoOscType_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"int32"
VuoOscType VuoOscType_makeFromString ( const char *  str)

Automatically generated function.

void VuoOscType_release ( VuoOscType  value)

Automatically generated function.

void VuoOscType_retain ( VuoOscType  value)

Automatically generated function.