PowerCubeSim.cpp File Reference

#include <cob_powercube_chain/PowerCubeSim.h>
#include <cob_powercube_chain/PowerCubeCtrl.h>
#include <cob_powercube_chain/Joint.h>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <pthread.h>
#include <string>
#include <sstream>
Include dependency graph for PowerCubeSim.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define DEG   57.295779524
#define MANUAL_AXES0_OFFSET   1.8
#define MANUAL_AXES6_OFFSET   1.5
#define PCTRL_CHECK_INITIALIZED()
#define SIM_CLOCK_FREQUENCY   10.0

Functions

void * SimThreadRoutine (void *threadArgs)

Define Documentation

#define DEG   57.295779524

Definition at line 62 of file PowerCubeSim.cpp.

#define MANUAL_AXES0_OFFSET   1.8

Definition at line 63 of file PowerCubeSim.cpp.

#define MANUAL_AXES6_OFFSET   1.5

Definition at line 64 of file PowerCubeSim.cpp.

 
#define PCTRL_CHECK_INITIALIZED (  ) 
Value:
if ( isInitialized()==false )                                                                                                   \
{                                                                                                                                               \
    m_ErrorMessage.assign("Manipulator not initialized.");              \
        return false;                                                                                                           \
}

Definition at line 71 of file PowerCubeSim.cpp.

#define SIM_CLOCK_FREQUENCY   10.0

Definition at line 67 of file PowerCubeSim.cpp.


Function Documentation

void* SimThreadRoutine ( void *  threadArgs  ) 

Definition at line 572 of file PowerCubeSim.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


cob_powercube_chain
Author(s): Florian Weisshardt
autogenerated on Fri Jan 11 09:14:22 2013