#include <inttypes.h>

Go to the source code of this file.
Data Structures | |
| class | WaspSensorGas |
| WaspSensorGas Class. More... | |
Defines | |
| #define | SENS_ON 0 |
| Sensor Board Power Modes. ON in this case. | |
| #define | SENS_OFF 1 |
| Sensor Board Power Modes. OFF in this case. | |
| #define | SENS_3V3 0 |
| Sensor Board Types. 3V3 switch in this case. | |
| #define | SENS_5V 1 |
| Sensor Board Types. 5V switch in this case. | |
| #define | SENS_TEMPERATURE 0 |
| Sensor types. Temperature sensor in this case. | |
| #define | SENS_HUMIDITY 1 |
| Sensor types. Humidity sensor in this case. | |
| #define | SENS_PRESSURE 2 |
| Sensor types. Pressure sensor in this case. | |
| #define | SENS_CO2 4 |
| Sensor types. CO2 sensor in this case. | |
| #define | SENS_O2 8 |
| Sensor types. O2 sensor in this case. | |
| #define | SENS_SOCKET2A 16 |
| Sensor types. Socket2A sensor in this case (many sensors can be connected to this socket). | |
| #define | SENS_NO2 32 |
| Sensor types. NO2 sensor in this case. | |
| #define | SENS_SOCKET3A 64 |
| Sensor types. Socket3A sensor in this case (many sensors can be connected to this socket). | |
| #define | SENS_SOCKET3B 128 |
| Sensor types. Socket3B sensor in this case (many sensors can be connected to this socket). | |
| #define | SENS_SOCKET3C 256 |
| Sensor types. Socket3C sensor in this case (many sensors can be connected to this socket). | |
| #define | SENS_SOCKET4A 512 |
| Sensor types. Socket4A sensor in this case (many sensors can be connected to this socket). | |
| #define | SENS_SOCKET4B 1024 |
| Sensor types. Socket4B sensor in this case (many sensors can be connected to this socket). | |
| #define | SENS_SOCKET4C 2048 |
| Sensor types. Socket4C sensor in this case (many sensors can be connected to this socket). | |
| #define | SENS_AMPLI1 0 |
| Sensor amplifiers and resistors. Amplifier1 in this case. | |
| #define | SENS_AMPLI2 1 |
| Sensor amplifiers and resistors. Amplifier2 in this case. | |
| #define | SENS_AMPLI3 2 |
| Sensor amplifiers and resistors. Amplifier3 in this case. | |
| #define | SENS_AMPLI4 4 |
| Sensor amplifiers and resistors. Amplifier4 in this case. | |
| #define | SENS_R1 8 |
| Sensor amplifiers and resistors. Resistor1 in this case. | |
| #define | SENS_R2 16 |
| Sensor amplifiers and resistors. Resistor2 in this case. | |
| #define | SENS_R3 32 |
| Sensor amplifiers and resistors. Resistor3 in this case. | |
| #define | DELAY_TIME 500 |
Variables | |
| WaspSensorGas | SensorGas |
| #define DELAY_TIME 500 |
Definition at line 172 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::setAmplifier(), and WaspSensorGas::setResistor().
| #define SENS_3V3 0 |
Sensor Board Types. 3V3 switch in this case.
Definition at line 65 of file WaspSensorGas.h.
Referenced by WaspPWR::setSensorPower().
| #define SENS_5V 1 |
Sensor Board Types. 5V switch in this case.
Definition at line 66 of file WaspSensorGas.h.
Referenced by WaspPWR::setSensorPower().
| #define SENS_AMPLI1 0 |
Sensor amplifiers and resistors. Amplifier1 in this case.
Definition at line 164 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureAmplifier(), and WaspSensorGas::configureSensor().
| #define SENS_AMPLI2 1 |
Sensor amplifiers and resistors. Amplifier2 in this case.
Definition at line 165 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureAmplifier(), and WaspSensorGas::configureSensor().
| #define SENS_AMPLI3 2 |
Sensor amplifiers and resistors. Amplifier3 in this case.
Definition at line 166 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureAmplifier(), and WaspSensorGas::configureSensor().
| #define SENS_AMPLI4 4 |
Sensor amplifiers and resistors. Amplifier4 in this case.
Definition at line 167 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureAmplifier(), and WaspSensorGas::configureSensor().
| #define SENS_CO2 4 |
Sensor types. CO2 sensor in this case.
Definition at line 124 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::readValue(), and WaspSensorGas::setSensorMode().
| #define SENS_HUMIDITY 1 |
Sensor types. Humidity sensor in this case.
Definition at line 122 of file WaspSensorGas.h.
Referenced by WaspSensorGas::readValue().
| #define SENS_NO2 32 |
Sensor types. NO2 sensor in this case.
Definition at line 127 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::readValue(), and WaspSensorGas::setSensorMode().
| #define SENS_O2 8 |
Sensor types. O2 sensor in this case.
Definition at line 125 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::readValue(), and WaspSensorGas::setSensorMode().
| #define SENS_OFF 1 |
| #define SENS_ON 0 |
Sensor Board Power Modes. ON in this case.
Definition at line 53 of file WaspSensorGas.h.
Referenced by WaspSensorPrototyping::setBoardMode(), WaspSensorGas::setBoardMode(), WaspSensorEvent::setBoardMode(), WaspSensorAgr::setBoardMode(), WaspSensorGas::setSensorMode(), WaspSensorAgr::setSensorMode(), and WaspPWR::setSensorPower().
| #define SENS_PRESSURE 2 |
Sensor types. Pressure sensor in this case.
Definition at line 123 of file WaspSensorGas.h.
Referenced by WaspSensorGas::readValue(), and WaspSensorGas::setSensorMode().
| #define SENS_R1 8 |
Sensor amplifiers and resistors. Resistor1 in this case.
Definition at line 168 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureResistor(), and WaspSensorGas::configureSensor().
| #define SENS_R2 16 |
Sensor amplifiers and resistors. Resistor2 in this case.
Definition at line 169 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureResistor(), and WaspSensorGas::configureSensor().
| #define SENS_R3 32 |
Sensor amplifiers and resistors. Resistor3 in this case.
Definition at line 170 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureResistor(), and WaspSensorGas::configureSensor().
| #define SENS_SOCKET2A 16 |
Sensor types. Socket2A sensor in this case (many sensors can be connected to this socket).
Definition at line 126 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::readValue(), and WaspSensorGas::setSensorMode().
| #define SENS_SOCKET3A 64 |
Sensor types. Socket3A sensor in this case (many sensors can be connected to this socket).
Definition at line 128 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::readValue(), and WaspSensorGas::setSensorMode().
| #define SENS_SOCKET3B 128 |
Sensor types. Socket3B sensor in this case (many sensors can be connected to this socket).
Definition at line 129 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::pulse(), and WaspSensorGas::readValue().
| #define SENS_SOCKET3C 256 |
Sensor types. Socket3C sensor in this case (many sensors can be connected to this socket).
Definition at line 130 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::pulse(), and WaspSensorGas::readValue().
| #define SENS_SOCKET4A 512 |
Sensor types. Socket4A sensor in this case (many sensors can be connected to this socket).
Definition at line 131 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::readValue(), and WaspSensorGas::setSensorMode().
| #define SENS_SOCKET4B 1024 |
Sensor types. Socket4B sensor in this case (many sensors can be connected to this socket).
Definition at line 132 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::pulse(), and WaspSensorGas::readValue().
| #define SENS_SOCKET4C 2048 |
Sensor types. Socket4C sensor in this case (many sensors can be connected to this socket).
Definition at line 133 of file WaspSensorGas.h.
Referenced by WaspSensorGas::configureSensor(), WaspSensorGas::pulse(), and WaspSensorGas::readValue().
| #define SENS_TEMPERATURE 0 |
Sensor types. Temperature sensor in this case.
Definition at line 121 of file WaspSensorGas.h.
Referenced by WaspSensorGas::readValue().
Definition at line 320 of file WaspSensorGas.cpp.
1.5.6