Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoOscMessage.c File Reference

Description

VuoOscMessage implementation.

Functions

void VuoOscMessage_free (void *message)
 Releases the message's values and frees the message object.
 
VuoOscMessage VuoOscMessage_make (VuoText address, unsigned int dataCount, struct json_object **data, VuoOscType *dataTypes)
 Creates an OSC message having the specified address and carrying the specified data.
 
VuoOscMessage VuoOscMessage_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoOscMessage_getJson (const VuoOscMessage value)
 Encodes value as a JSON object.
 
char * VuoOscMessage_getSummary (const VuoOscMessage value)
 Produces a brief human-readable summary of value.