vrpn 07.35
Virtual Reality Peripheral Network
Loading...
Searching...
No Matches
vrpn_Thread.C File Reference

Implementation. More...

#include "vrpn_Thread.h"
#include "vrpn_Shared.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <signal.h>
Include dependency graph for vrpn_Thread.C:

Go to the source code of this file.

Namespaces

namespace  vrpn
 

Macros

#define ALL_ASSERT(exp, msg)
 

Functions

bool vrpn_test_threads_and_semaphores (void)
 

Detailed Description

Implementation.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file vrpn_Thread.C.

Macro Definition Documentation

◆ ALL_ASSERT

#define ALL_ASSERT (   exp,
  msg 
)
Value:
if (!(exp)) { \
fprintf(stderr, "\nAssertion failed! \n %s (%s, %d)\n", msg, __FILE__, \
__LINE__); \
}

Definition at line 36 of file vrpn_Thread.C.

Function Documentation

◆ vrpn_test_threads_and_semaphores()