iCub-main
TouchSensor.cpp
Go to the documentation of this file.
1 // -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
2 
3 /*
4  * Copyright (C) 2009 RobotCub Consortium
5  * Author: Alessandro Scalzo alessandro.scalzo@iit.it
6  * CopyPolicy: Released under the terms of the GNU GPL v2.0.
7  *
8  */
9 
10 #include "include/TouchSensor.h"
11 
12 #define VERY_FAR 1E+20
17 
19 double* TouchSensor::Exponential=0;
#define VERY_FAR
Definition: TouchSensor.cpp:12
static double dXmin
Definition: TouchSensor.h:383
static double * Exponential
Definition: TouchSensor.h:399
static double dYmax
Definition: TouchSensor.h:383
static double dXmax
Definition: TouchSensor.h:383
static int m_maxRange
Definition: TouchSensor.h:398
static double dYmin
Definition: TouchSensor.h:383