Vuo  1.2.0
 All Classes Namespaces 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)) VuoRunner_init()
 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, int timeoutInSeconds)
 Applies standard settings to the specified ZMQ socket.
 

Variables

void * VuoApp_mainThread = NULL
 A reference to the main thread.
 
static int compositionReadRunnerWritePipe [2]
 A pipe used by the runtime to check if the runner process has ended.
 

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,
int  timeoutInSeconds 
)
static

Applies standard settings to the specified ZMQ socket.

Variable Documentation

int compositionReadRunnerWritePipe[2]
static

A pipe used by the runtime to check if the runner process has ended.

void* VuoApp_mainThread = NULL

A reference to the main thread.