⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Glove 5TD
All Projects
Scol
»
Glove 5TD
Overview
Activity
Roadmap
Issues
Spent time
News
Documents
Wiki
Files
Repository
API Documentation
5DT Data Glove plugin
1.0
Main Page
Modules
Namespaces
Classes
Files
File List
include
GloveCalibration.h
1
//###################################################################################
2
//# Glove Calibration #
3
//# Used To Handle a 5DT Glove #
4
//# Author : #
5
//# NGUYEN Thanh Tu #
6
//###################################################################################
7
8
#ifndef GLOVE_CALIBRATION
9
#define GLOVE_CALIBRATION
10
11
// Include Glove Prerequistes
12
#include "GlovePrerequistes.h"
13
14
// Include Thread Library
15
#include "ou_thread.h"
16
using namespace
openutils;
17
21
class
GloveCalibration
:
public
Thread
22
{
23
public
:
24
protected
:
25
private
:
26
GloveObject
* glove;
27
bool
isRunning;
28
29
public
:
30
//constructor and destructor
31
35
GloveCalibration
(
GloveObject
* gloveObject);
36
40
~
GloveCalibration
();
41
44
bool
GetIsRunning();
45
46
/*
47
! Thread Handling
48
*/
49
void
run();
50
51
protected
:
52
private
:
53
GloveCalibration
();
54
};
55
56
#endif
Generated on Tue Jan 6 2015 10:46:18 for 5DT Data Glove plugin by
1.8.1.2
Loading...