Vuo  1.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
VuoRunner.cc File Reference

Description

VuoRunner implementation.

Functions

static void __attribute__ ((constructor)) thisFunctionIsCalledAtStartup()
 Get a reference to the main thread, so we can perform runtime thread-sanity assertions.
 
static bool isMainThread (void)
 Is the current thread the main thread?
 
static void VuoRunner_configureSocket (void *zmqSocket)
 Applies standard settings to the specified ZMQ socket.
 

Variables

static pthread_t mainThread = NULL
 A reference to the main thread.
 

Function Documentation

static void __attribute__ ( (constructor)  )
static

Get a reference to the main thread, so we can perform runtime thread-sanity assertions.

static bool isMainThread ( void  )
static

Is the current thread the main thread?

static void VuoRunner_configureSocket ( void *  zmqSocket)
static

Applies standard settings to the specified ZMQ socket.

Variable Documentation

pthread_t mainThread = NULL
static

A reference to the main thread.