Vuo  0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
VuoTelemetry.c File Reference

Description

VuoTelemetry implementation.

Functions

char * copyStringFromMessage (zmq_msg_t *message)
 Copies the message data into a newly allocated string.
 
char * receiveAndCopyString (void *socket)
 Receives the next message on the socket and copies it into a newly allocated string.
 
unsigned long receiveUnsignedLong (void *socket)
 Receives the next message on the socket and copies it into an unsigned long.
 

Function Documentation

char* copyStringFromMessage ( zmq_msg_t *  message)

Copies the message data into a newly allocated string.

Assumes the message data includes a null terminator.