Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
youbot_driver
testing
YouBotArmTestWithoutThread.hpp
Go to the documentation of this file.
1
#ifndef YouBotArmTestWithoutThread_HPP
2
#define YouBotArmTestWithoutThread_HPP
3
4
#include <cppunit/TestCase.h>
5
#include <cppunit/extensions/HelperMacros.h>
6
7
#include <iostream>
8
#include <vector>
9
#include <signal.h>
10
#include <boost/ptr_container/ptr_vector.hpp>
11
#include "
youbot_driver/youbot/YouBotBase.hpp
"
12
#include "
youbot_driver/youbot/YouBotManipulator.hpp
"
13
#include "
youbot_driver/youbot/DataTrace.hpp
"
14
15
using namespace
youbot
;
16
20
class
YouBotArmTestWithoutThread
:
public
CppUnit::TestFixture {
21
CPPUNIT_TEST_SUITE(
YouBotArmTestWithoutThread
);
22
CPPUNIT_TEST(youBotArmTest);
23
CPPUNIT_TEST_SUITE_END();
24
25
public
:
26
YouBotArmTestWithoutThread
();
27
virtual
~
YouBotArmTestWithoutThread
();
28
29
void
setUp();
30
void
tearDown();
31
32
33
void
youBotArmTest();
34
35
private
:
36
unsigned
int
overallTime
;
37
unsigned
int
startTime
;
38
unsigned
int
updateCycle
;
39
const
int
dof
;
40
EthercatMasterInterface
*
ethercatMaster
;
41
};
42
43
#endif //YouBotArmTestWithoutThread_H
youbot
Definition:
FourSwedishWheelOmniBaseKinematic.hpp:60
YouBotManipulator.hpp
YouBotArmTestWithoutThread::startTime
unsigned int startTime
Definition:
YouBotArmTestWithoutThread.hpp:37
YouBotArmTestWithoutThread::updateCycle
unsigned int updateCycle
Definition:
YouBotArmTestWithoutThread.hpp:38
DataTrace.hpp
youbot::EthercatMasterInterface
The Ethercat Master interface.
Definition:
EthercatMasterInterface.hpp:68
YouBotArmTestWithoutThread::overallTime
unsigned int overallTime
Definition:
YouBotArmTestWithoutThread.hpp:36
YouBotArmTestWithoutThread::ethercatMaster
EthercatMasterInterface * ethercatMaster
Definition:
YouBotArmTestWithoutThread.hpp:40
YouBotArmTestWithoutThread
A unit test for the youBot arm.
Definition:
YouBotArmTestWithoutThread.hpp:20
YouBotBase.hpp
YouBotArmTestWithoutThread::dof
const int dof
Definition:
YouBotArmTestWithoutThread.hpp:39
youbot_driver
Author(s): Jan Paulus
autogenerated on Mon Jun 10 2019 15:46:25