#include "jwalkincludes.h"
#include "jwalk.h"
#include "../../Nao.h"
#include "jwalkthread.h"
#include "boost/bind.hpp"
Defines | |
#define | JWALK_VERBOSITY 1 |
Functions | |
void * | runJWalkTransition (void *arg) |
Variables | |
ALPtr< ALMemoryProxy > | alStm |
ALMemoryFastAccess * | alFastMem |
ALPtr< ALProxy > | alDcm |
sem_t | semaphoreNewSensorData |
pthread_t | jWalkThread |
pthread_cond_t | jWalkStoppedCondition |
pthread_mutex_t | jWalkStoppedMutex |
#define JWALK_VERBOSITY 1 |
Version :
void* runJWalkTransition | ( | void * | arg | ) |
ALPtr<ALProxy> alDcm |
ALMemoryFastAccess* alFastMem |
ALPtr<ALMemoryProxy> alStm |
Version :
pthread_cond_t jWalkStoppedCondition |
pthread_mutex_t jWalkStoppedMutex |
pthread_t jWalkThread |
sem_t semaphoreNewSensorData |