#include "jwalkincludes.h"
Go to the source code of this file.
Defines | |
#define | JWALKTHREAD_MONITOR_TIME 1 |
#define | JWALKTHREAD_VERBOSITY 3 |
Functions | |
void * | runJWalk (void *arg) |
Variables | |
sem_t | semaphoreNewSensorData |
pthread_t | jWalkThread |
pthread_cond_t | jWalkStoppedCondition |
pthread_mutex_t | jWalkStoppedMutex |
#define JWALKTHREAD_MONITOR_TIME 1 |
Version :
#define JWALKTHREAD_VERBOSITY 3 |
void* runJWalk | ( | void * | arg | ) |
Version : $Id
pthread_cond_t jWalkStoppedCondition |
pthread_mutex_t jWalkStoppedMutex |
pthread_t jWalkThread |
sem_t semaphoreNewSensorData |