Vuo  2.3.2
Functions
VuoOscMessage.c File Reference

Description

VuoOscMessage implementation.

Definition in file VuoOscMessage.c.

Go to the source code of this file.

Functions

void VuoOscMessage_free (void *message)
 Releases the message's values and frees the message object. More...
 
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. More...
 
VuoOscMessage VuoOscMessage_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoOscMessage_getJson (const VuoOscMessage value)
 Encodes value as a JSON object. More...
 
char * VuoOscMessage_getSummary (const VuoOscMessage value)
 Produces a brief human-readable summary of value. More...