#include <inttypes.h>

Go to the source code of this file.
Data Structures | |
| class | WaspSensorEvent |
| WaspSensorEvent Class. More... | |
Defines | |
| #define | SENS_SOCKET4 1 |
| Sensor sockets. Socket number 4 in this case. | |
| #define | SENS_SOCKET3 2 |
| Sensor sockets. Socket number 3 in this case. | |
| #define | SENS_SOCKET6 4 |
| Sensor sockets. Socket number 6 in this case. | |
| #define | SENS_SOCKET5 8 |
| Sensor sockets. Socket number 5 in this case. | |
| #define | SENS_SOCKET1 16 |
| Sensor sockets. Socket number 1 in this case. | |
| #define | SENS_SOCKET2 32 |
| Sensor sockets. Socket number 2 in this case. | |
| #define | SENS_SOCKET7 64 |
| Sensor sockets. Socket number 7 in this case. | |
| #define | SENS_SOCKET8 128 |
| Sensor sockets. Socket number 8 in this case. | |
Variables | |
| WaspSensorEvent | SensorEvent |
Library for managing the Prototyping Sensor Board.
Library for managing the Gas Sensor Board.
Copyright (C) 2009 Libelium Comunicaciones Distribuidas S.L. http://www.libelium.com
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Version: 0.1
Design: David Gascón
Implementation: Alberto Bielsa, Manuel Calahorra
Definition in file WaspSensorEvent.h.
| #define SENS_SOCKET1 16 |
Sensor sockets. Socket number 1 in this case.
Definition at line 81 of file WaspSensorEvent.h.
Referenced by WaspSensorEvent::readValue(), and WaspSensorEvent::setThreshold().
| #define SENS_SOCKET2 32 |
Sensor sockets. Socket number 2 in this case.
Definition at line 82 of file WaspSensorEvent.h.
Referenced by WaspSensorEvent::readValue(), and WaspSensorEvent::setThreshold().
| #define SENS_SOCKET3 2 |
Sensor sockets. Socket number 3 in this case.
Definition at line 78 of file WaspSensorEvent.h.
Referenced by WaspSensorEvent::readValue(), and WaspSensorEvent::setThreshold().
| #define SENS_SOCKET4 1 |
Sensor sockets. Socket number 4 in this case.
Definition at line 77 of file WaspSensorEvent.h.
Referenced by WaspSensorEvent::readValue(), and WaspSensorEvent::setThreshold().
| #define SENS_SOCKET5 8 |
Sensor sockets. Socket number 5 in this case.
Definition at line 80 of file WaspSensorEvent.h.
Referenced by WaspSensorEvent::readValue(), and WaspSensorEvent::setThreshold().
| #define SENS_SOCKET6 4 |
Sensor sockets. Socket number 6 in this case.
Definition at line 79 of file WaspSensorEvent.h.
Referenced by WaspSensorEvent::readValue(), and WaspSensorEvent::setThreshold().
| #define SENS_SOCKET7 64 |
Sensor sockets. Socket number 7 in this case.
Definition at line 83 of file WaspSensorEvent.h.
Referenced by WaspSensorEvent::readValue().
| #define SENS_SOCKET8 128 |
Sensor sockets. Socket number 8 in this case.
Definition at line 84 of file WaspSensorEvent.h.
Referenced by WaspSensorEvent::readValue().
Definition at line 283 of file WaspSensorEvent.cpp.
1.5.6