#include <inttypes.h>


Go to the source code of this file.
Data Structures | |
| class | WaspXBee |
| WaspXBee Class. More... | |
Defines | |
| #define | XBEE_ON 1 |
| XBee Power Mode. OFF in this case. | |
| #define | XBEE_HIBERNATE 2 |
| XBee Power Mode. HIBERNATE in this case. | |
| #define | XBEE_OFF 3 |
| XBee Power Mode. OFF in this case. | |
| #define | XBEE_RATE 38400 |
| XBee Baud Rate. | |
Variables | |
| WaspXBee | XBee |
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: David Cuartielles, Alberto Bielsa
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.11
Design: David Gascón
Implementation: Alberto Bielsa
Definition in file WaspXBee.h.
| #define XBEE_HIBERNATE 2 |
XBee Power Mode. HIBERNATE in this case.
Definition at line 59 of file WaspXBee.h.
Referenced by WaspXBee::setMode().
| #define XBEE_OFF 3 |
XBee Power Mode. OFF in this case.
Definition at line 60 of file WaspXBee.h.
Referenced by WaspXBeeCore::OFF(), WaspXBeeZB::setAPSencryption(), WaspXBee::setMode(), and WaspPWR::switchesOFF().
| #define XBEE_ON 1 |
XBee Power Mode. OFF in this case.
Definition at line 58 of file WaspXBee.h.
Referenced by WaspXBeeXSC::ON(), WaspXBeeCore::ON(), WaspXBeeZB::setAPSencryption(), and WaspXBee::setMode().
| #define XBEE_RATE 38400 |
XBee Baud Rate.
Definition at line 66 of file WaspXBee.h.
Referenced by WaspXBee::begin(), WaspBT::ON(), and WaspGPRS::WaspGPRS().
Definition at line 248 of file WaspXBee.cpp.
Referenced by WaspXBeeXSC::check(), WaspXBeeXSC::clean(), WaspXBeeXSC::exitCommandMode(), WaspXBeeXSC::forceReset(), WaspXBeeXSC::forceWakeUP(), WaspXBeeCore::freeXBee(), WaspXBeeCore::gen_send(), WaspXBeeXSC::getAddressMask(), WaspXBeeXSC::getAwakeTime(), WaspXBeeXSC::getBaudRate(), WaspXBeeXSC::getDelaySlots(), WaspXBeeXSC::getDestAddress(), WaspXBeeXSC::getHoppingChannel(), WaspXBeeXSC::getPacketTimeout(), WaspXBeeXSC::getPinWakeUP(), WaspXBeeXSC::getReceiveErrorCount(), WaspXBeeXSC::getReceiveGoodCount(), WaspXBeeXSC::getRetries(), WaspXBeeXSC::getRSSI(), WaspXBeeCore::getRSSI(), WaspXBeeXSC::getRSSItime(), WaspXBeeXSC::getRSSIvalue(), WaspXBeeXSC::getSleepMode(), WaspXBeeXSC::getSoftVersion(), WaspXBeeXSC::getSourceMacHigh(), WaspXBeeXSC::getSourceMacLow(), WaspXBeeXSC::getStopBits(), WaspXBeeXSC::getTimeBeforeInit(), WaspXBeeXSC::getTimeBeforeWakeUP(), WaspXBeeXSC::getTimeWakeUpInit(), WaspXBeeXSC::getTransmitErrorCount(), WaspXBeeXSC::getTransmitLimit(), WaspXBeeXSC::getVendorID(), WaspXBeeCore::nodeSearch(), WaspXBeeCore::OFF(), WaspXBeeXSC::ON(), WaspXBeeCore::ON(), WaspXBeeCore::parse_message(), WaspXBeeXSC::readData(), WaspXBeeCore::readXBee(), WaspXBeeXSC::restoreDefaults(), WaspXBeeCore::scanNetwork(), WaspXBeeCore::send(), WaspXBeeXSC::sendCommandAT(), WaspXBeeCore::sendCommandAT(), WaspXBeeXSC::sendData(), WaspXBeeCore::sendXBeePriv(), WaspXBeeXSC::setAddressMask(), WaspXBeeXSC::setAwakeTime(), WaspXBeeXSC::setBaudRate(), WaspXBeeXSC::setCommandMode(), WaspXBeeXSC::setDelaySlots(), WaspXBeeXSC::setDestAddress(), WaspXBeeXSC::setHoppingChannel(), WaspXBeeCore::setNodeIdentifier(), WaspXBeeXSC::setPacketTimeout(), WaspXBeeXSC::setPinWakeUP(), WaspXBeeXSC::setReceiveErrorCount(), WaspXBeeXSC::setReceiveGoodCount(), WaspXBeeXSC::setRetries(), WaspXBeeXSC::setRSSItime(), WaspXBeeXSC::setSleepMode(), WaspXBeeXSC::setStopBits(), WaspXBeeXSC::setTimeBeforeInit(), WaspXBeeXSC::setTimeBeforeWakeUP(), WaspXBeeXSC::setTimeWakeUpInit(), WaspXBeeXSC::setTransmitErrorCount(), WaspXBeeXSC::setTransmitLimit(), WaspXBeeXSC::setVendorID(), WaspXBeeXSC::sleep(), WaspXBeeCore::sleep(), WaspPWR::switchesOFF(), WaspXBeeCore::txStatusResponse(), WaspXBeeCore::txZBStatusResponse(), WaspXBeeXSC::wake(), WaspXBeeCore::wake(), and WaspXBeeXSC::writeValues().
1.5.6